Custom Query (16363 matches)
Results (2167 - 2169 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #15907 | fixed | No `libpng12-0` in Ubuntu 16.10 yakkety | ||
| Description |
The Ubuntu package
Ubuntu 16.10 yakkety has |
|||
| #15906 | obsolete | IntegrityError: (1062, "Duplicate entry 'blazejatanasovski@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'3eefc79baad6ea63cdea80d3',
'nick': u'enthusiask',
'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.6/site-packages/trac/web/main.py", line 513, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 235, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.6/site-packages/trac/web/auth.py", line 126, in process_request
ret = self._do_login(req)
File "/usr/lib/python2.6/site-packages/trac/web/auth.py", line 233, in _do_login
@self.env.with_transaction()
File "/usr/lib/python2.6/site-packages/trac/db/api.py", line 77, in transaction_wrapper
fn(ldb)
File "/usr/lib/python2.6/site-packages/trac/web/auth.py", line 238, in store_authnick
(remote_user, nick))
File "/usr/lib/python2.6/site-packages/trac/db/util.py", line 65, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib64/python2.6/site-packages/MySQLdb/cursors.py", line 173, in execute
self.errorhandler(self, exc, value)
File "/usr/lib64/python2.6/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorclass, errorvalue
IntegrityError: (1062, "Duplicate entry 'blazejatanasovski@gmail.com' for key 'PRIMARY'")
|
|||
| #15904 | fixed | Regression: auto logon fails after update from 5.0 | ||
| Description |
Hi, auto logon is a nice feature and I used it for many VMs. Now after I upgraded from 5.0.26 to 5.1.4 it does not work anymore. The login screen shows the passed credentials in different fields. Example from user manual: VBoxManage controlvm "Windows XP" setcredentials "John Doe" "secretpassword" "DOMTEST" The login screen of Win10-1607 shows two users "John Doe" and "secretpassword" in the left lower corner. The password box contains some text (just dots) and below the box is the text "DOMTEST". On Win7 it is generally the same, two users. "DOMTEST" does not show up. It almost looks like the command line is not parsed correctly. My host is Ubuntu 1604. All the years I used this start script: VBoxManage startvm "Windows XP" && VBoxManage controlvm "Windows XP" setcredentials "John Doe" "secretpassword" "DOMTEST" && exit 0 When I run the parts of the script (startvm and controlvm) separate and with enough time between, it still does not work. It behaves slightly different though. Left lower corner shows two users "John Doe" and and "username". Later (after writing this and going back to the VM) it shows garbage (Chinese chars) instead "username" and below the password box. That proofs something is fishy. In the VB log I saw noting related to auto logon. I reinstalled GA with /auto_logon, no change. |
|||

