VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (862 - 864 of 16363)

Ticket Resolution Summary Owner Reporter
#19005 fixed Defect: Minor typo "Prolems" should be "Problems" in VM User Manual Section 1.1 candy-o
Description

defect: Minor typo in Oracle VM Virtualbox Graphical User Interface v6.0.12r133076(Qt5.6.2) User Manual section 1.1 Why is Virtualization Useful? -> Testing and disaster recovery describes "If something goes wrong, such as prolems" Typo: "prolems" should be "problems

#19004 duplicate Shared folders: rmdir on open directory fails with ETXTBSY Anders Kaseorg
Description

In a shared folder mounted from a Windows 10 host (1903 build 18362.295) in an Ubuntu guest (I've tried 18.04 or 19.04) with Guest Additions 6.0.12 installed from the Guest Additions CD, the following unexpectedly fails:

root@osboxes:/mnt/test# mkdir foo
root@osboxes:/mnt/test# python3 -c 'import shutil; shutil.rmtree("foo")'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.7/shutil.py", line 495, in rmtree
    onerror(os.rmdir, path, sys.exec_info())
  File "/usr/lib/python3.7/shutil.py", line 493, in rmtree
    os.rmdir(path)
OSError: [Errno 26] Text file busy: 'foo'

strace reveals that Python has kept an open fd for the directory being removed.

Alternate reproduction recipe:

root@osboxes:/mnt/test# mkdir foo
root@osboxes:/mnt/test# perl -e 'opendir D, "foo"; rmdir "foo" or die $!'
Text file busy at -e line 1.
#19003 fixed Shared folders: ftruncate on file opened with O_APPEND fails with EPERM -> fixed in 6.1.4 BP Anders Kaseorg
Description

In a shared folder mounted from a Windows 10 host (1903 build 18362.295) in an Ubuntu guest (I've tried 18.04 or 19.04) with Guest Additions 6.0.12 installed from the Guest Additions CD, the following unexpectedly fails:

root@osboxes:/mnt/test# python3 -c 'open("foo", "a+").truncate()' Traceback (most recent call last):

File "<string>", line 1, in <module>

PermissionError: [Errno 1] Operation not permitted

Alternate reproduction recipes:

root@osboxes:/mnt/test# perl -e 'open F, ">>foo"; truncate F, 0 or die $!' Operation not permitted at -e line 1.

root@osboxes:/mnt/test# truncate -s0 /dev/stdout >> foo truncate: failed to truncate '/dev/stdout' at 0 bytes: Operation not permitted

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