Custom Query (16363 matches)
Results (877 - 879 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #15068 | duplicate | IntegrityError: (1062, "Duplicate entry 'askay16@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'fb561871042bc281dfa5ca77',
'nick': u'virtualtech1',
'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 126, in process_request
ret = self._do_login(req)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 231, 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 236, 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 'askay16@gmail.com' for key 'PRIMARY'")
|
|||
| #4462 | fixed | Vbox needs to support DMI Chassis response | ||
| Description |
VirtualBox supports several DMI BIOS settings such as Vendor, Product, etc. VBox also needs to support the DMI chassis/Enclosure setting. Vbox currently returns the empty string. VMWare returns a 1 (for other). Other numbers relate to chassis types such "tower" "laptop" "slim", etc. We need this in order to make our VirtualBox instances look like VMWare instances to our Corporate Windows installer, otherwise we are stuck with using VMWare until the enclosure/chassis DMI query can return an actual value. Here is an example VBS script: http://www.nbtnet.newboundary.com/forum/Attachment6.aspx |
|||
| #1402 | fixed | Linux guest will not resize | ||
| Description |
Windows guests resize very nicely, but my Debian and Ubuntu guests are static. Getting that same capability for linux would be very useful. |
|||

