VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (268 - 270 of 16363)

Ticket Resolution Summary Owner Reporter
#16899 fixed Wrong usage of isdigit in vboxxpcom.py Andreas_H
Description

The file vboxxpcom.py, used for initializing the python bindings, contains a small error which only takes effect when using python 3.

It calls "isdigit(sCandidate[-1:])" which should be "sCandidate[-1:].isdigit()"

As a result, importing vboxapi fails with python 3.

#18543 obsolete Cannot add storage devices Andrei21us
Description

I encounter a issue with adding virtual disks.

If you want to add a hard disk to a storage controller(tested ide and sata) using the button in the lower half Virtualbox crashes. If you add the hard disk using the floating button that show up when hovering over the the storage controller everything works as expected

#18805 fixed Linux guests: calls to aio_{read,write}(3) may fail inside shared folder => fixed in SVN/6.0.x x>12 BP AndresPlazaR
Description

Trying to write 1024 (or more) bytes to a shared drive just create the file with no content (filesize = 0).

Less than 1024 characters, it writes the file properly.

Writing 1024 (or more) to VM file systems works fine.

This is similar to tickets https://www.virtualbox.org/ticket/1187 and https://www.virtualbox.org/ticket/10246, but it does not seem to be fixed.

See attached file for example code.

Environment:

  • VirtualBox 6.0.10
  • Guest: CentOS 7.6.1810
  • Host: MacOS X 10.14.6 (Mojave)
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