VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (388 - 390 of 16363)

Ticket Resolution Summary Owner Reporter
#12690 fixed vboxshell.py tab completion broken => Fixed in SVN mdpros
Description

Hello,

Tab completion on latest version of vboxshell.py is not working. A patch to fix the issue is attached to the ticket.

Best regards

#4071 fixed vboxshell.py from SDK won't run without modification => Fixed in SVN Benjamin Gilbert
Description
[~]$ cd sdk/bindings/xpcom/python/sample
[sample]$ export VBOX_PROGRAM_PATH=/usr/lib/virtualbox/
[sample]$ export PYTHONPATH=../:/usr/lib/virtualbox/
[sample]$ python vboxshell.py 
Traceback (most recent call last):
  File "vboxshell.py", line 45, in <module>
    'remote':False, 'perf':PerfCollector(vbox)}
NameError: name 'PerfCollector' is not defined

The fix is to change

from shellcommon import interpret

to

from shellcommon import interpret, PerfCollector

in vboxshell.py.

#16979 fixed vboxshell.py createHdd command not working apatrushev1
Description

misspelling occurred in python code:

hdd = ctx['vb'].createMedium(format, ...)

should be spelled as:

hdd = ctx['vb'].createMedium(fmt, ...)
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy