Custom Query (16363 matches)
Results (916 - 918 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #13174 | duplicate | IntegrityError: (1062, "Duplicate entry 'vikigoff@gmail.com' for key 'PRIMARY'") | ||
| Description |
How to Reproduce
While doing a POST operation on (please provide additional details here) Request parameters: {'__FORM_TOKEN': u'80960d397f938fc877c66179',
'nick': u'vikigoff',
'referer': u'https://www.virtualbox.org/login'}
User agent: System InformationSystem information not available Enabled PluginsPlugin information not available Python TracebackTraceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 513, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 235, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 124, in process_request
ret = self._do_login(req)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 229, in _do_login
@self.env.with_transaction()
File "/usr/lib/python2.4/site-packages/trac/db/api.py", line 77, in transaction_wrapper
fn(ldb)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 234, in store_authnick
(remote_user, nick))
File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 65, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib64/python2.4/site-packages/MySQL_python-1.2.4b4-py2.4-linux-x86_64.egg/MySQLdb/cursors.py", line 202, in execute
self.errorhandler(self, exc, value)
File "/usr/lib64/python2.4/site-packages/MySQL_python-1.2.4b4-py2.4-linux-x86_64.egg/MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorclass, errorvalue
IntegrityError: (1062, "Duplicate entry 'vikigoff@gmail.com' for key 'PRIMARY'")
|
|||
| #814 | fixed | Paths and package names do not match in OSE debian package | ||
| Description |
the debian/rules file uses $(package) to build path names, meaning that the package is installed in /usr/{lib,share}/virtualbox-ose. However, various scripts (init script, VBox.sh) expect the package to be installed in /usr/{lib,share}/virtualbox, which causes breakage. I've attached a patch to fix this, though I'm not sure it's optimal. |
|||
| #1240 | fixed | VM crash while installing AsteriskNOW -> fixed in SVN | ||
| Description |
When attempting to install AsteriskNOW (rPath linux + Anaconda), I always reach a point (seemingly random) where the VM crashes. I have little indication of the problem source other than what the Logs contain. Host info OS: Debian GNU/Linux "Lenny" Kernel: 2.6.22-3-686 I've attached the VM sesssion log. |
|||

