VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2242 - 2244 of 16363)

Ticket Resolution Summary Owner Reporter
#4063 fixed Windows guest additons: access denied when saving to shared folders -> Fixed in 3.0.0 Rob
Description

Hi I have windows guest addition 2.0.4 installed on XP sp3 and when I save files using Photoshop to a shared folder it works perfectly.

I recently tried a clean install with 2.1.4 and then 2.2.2 and the guest additions newer than 2.0.4 like 2.1.2 - 2.2.2 cannot save to a shared folder and I get the error message "drive not accessible."

The older additions don't have this bug.

#4067 fixed Xorg fails to start after upgrade from snv_101b to snv_111b Ken Brucker
Description

Seeing the following stack trace in Xorg.0.log (full log attached)

Backtrace:
0: /usr/X11/bin/i386/Xorg'xorg_backtrace+0x3c [0x80c266c]
1: /usr/X11/bin/i386/Xorg'xf86SigHandler+0x52 [0x80eeec2]
2: /lib/libc.so.1'__sighndlr+0xf [0xd12ed0af]
3: /lib/libc.so.1'call_user_handler+0x2af [0xd12e01af]
4: /usr/X11/lib/modules/drivers/vboxvideo_drv.so'0xef95 [0xce3b0f95]
5: /usr/X11/lib/modules/libshadowfb.so'ShadowPolyFillRect+0x276 [0xcbc04826]
6: /usr/X11/bin/i386/Xorg'miPaintWindow+0x1b7 [0x8140de7]
7: /usr/X11/bin/i386/Xorg'miWindowExposures+0xc7 [0x8140f77]
8: /usr/X11/bin/i386/Xorg'MapWindow+0x37f [0x80bb06f]
9: /usr/X11/bin/i386/Xorg'InitRootWindow+0x100 [0x80bb2c0]
10: /usr/X11/bin/i386/Xorg'main+0x419 [0x80ac7f9]
11: /usr/X11/bin/i386/Xorg'_start+0x80 [0x8084f40]

Fatal server error:
Caught signal 11.  Server aborting

Reinstalled vboxguest in the Solaris guest:

$ pkginfo -l SUNWvboxguest
   PKGINST:  SUNWvboxguest
      NAME:  Sun VirtualBox Guest Additions
  CATEGORY:  application
      ARCH:  i386
   VERSION:  2.2.2,REV=r46594.2009.04.27.20.14
   BASEDIR:  /
    VENDOR:  Sun Microsystems, Inc.
      DESC:  VirtualBox Guest Additions for Solaris guests
    PSTAMP:  vboxguest20090427201500_r46594
  INSTDATE:  May 20 2009 11:56
   HOTLINE:  Please contact your local service provider
     EMAIL:  info@virtualbox.org
    STATUS:  completely installed
     FILES:       45 installed pathnames
                   6 partially installed pathnames
                   2 directories
                  28 executables
               22730 blocks used (approx)
#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.

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