Custom Query (16612 matches)
Results (31 - 33 of 16612)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #15 | invalid | Unable to discard snapshots | ||
| Description |
I have installed Windows XP SP2 in a virtual machine on a Linux (Gentoo) host (in VirtualBox OSE). When I attempt to discard a snapshot in this machine, the vboxsvc crashes immediately with a segmentation fault: gerco@laptoo ~ $ vboxsvc * InnoTek VirtualBox XPCOM Server Version 1.3.3 (C) 2004-2006 InnoTek Systemberatung GmbH All rights reserved. Starting event loop.... [press Ctrl-C to quit] Informational: VirtualBox object created (rc=00000000). Segmentation fault Discarding from VBoxManage or 'virtualbox' GUI application doesn't seem to make a difference. The same thing happens regardless. If you want to and tell me how to do it, I will generate a backtrace from the vboxsvc process for debugging purposes. |
|||
| #16 | fixed | Bug in /etc/init.d/virtualbox prevents recomplication of kernel module with dpkg-reconfigure | ||
| Description |
The /etc/init.d/virtualbox script checks if a kernel module exists and fails if there is none, regardless of the action requested. This causes problems when using dpkg-reconfigure virtualbox to rebuild the kernel module, because the init script will be called to stop the virtualbox service first - and cause dpkg to abort because it fails, creating a chicken-and-egg problem. A workaround is to replace line 133:
with
|
|||
| #17 | fixed | Unsupported options prevent vboxsf mounts to work properly when added to fstab | ||
| Description |
As far as I know, there is no way to disable 'noexec' in the fstab (adding 'exec' to the list of options only seems to override it). This always causes an error message to appear that says "unknown mount option: noexec" While mounting works fine from the commandline, it would be good if it was possible to use fstab for mounting. |
|||

