Custom Query (16363 matches)
Results (703 - 705 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #9273 | fixed | udev rules file missing in fedora15 package | ||
| Description |
USB pass-through does not work, because Manually adding the file fixes the problem. % cat <<EOF >/etc/udev/rules.d/10-vboxdrv.rules
KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="vboxusers", MODE="0660"
SUBSYSTEM=="usb_device", ACTION=="add", RUN="/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", RUN="/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
SUBSYSTEM=="usb_device", ACTION=="remove", RUN="/usr/share/virtualbox/VBoxCreateUSBNode.sh --remove $major $minor"
SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN="/usr/share/virtualbox/VBoxCreateUSBNode.sh --remove $major $minor"
SUBSYSTEM=="usb_device", GROUP="vboxusers", MODE="0664"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="vboxusers", MODE="0664"
EOF
% rpm -q VirtualBox-4.1 VirtualBox-4.1-4.1.0_73009_fedora15-1.x86_64 |
|||
| #166 | duplicate | ubuntu6.10host w2000sp4guest shared folder problem | ||
| Description |
When trying to access files in shared folders I get messages like "file does not exist", "invaild path name" ("datei enthält eine ungültige pfadangabe"), "file could not be found" ("datei konnte nicht gefunden werden. überprüfen sie ob der korrekte pfad und dateiname angegeben wurde"). When I copy file to closer to the root of the tree (e.g from D:\documents\actual\UR to D:) then with some files it seems to work, so I guess long path names is a problem. Also when I copy files to guest virtual disk they work fine. sometimes after trying to access files and getting error messages like above I get a message: "error restoring connection D: with \vboxsvr\cf1d. virtualbox shared folders: the local devicename is in use already. this connection was not restored (translated from: Fehler bei der Weiderherstellung der verbindung D: mit \vboxsvr\cf1d. VirtualBox shared folders: Der lokale Gerätename wird bereits verwendet. Diese verbindung wurde nicth Wiederhergestellt) then I have to reboot guest in order to access shared folders |
|||
| #10109 | fixed | ubuntu12.04 alpha(updatet to 29.12.2011) hangs on calculation with boinc - also blackscreen | ||
| Description |
I´ve running here a ubuntu12.04 alpha updatet to 29.12.2011, which has some problems with VirtualBox4.1.8; not so on VirtualBox4.1.6. It was running for arround 2hours with boinc calculation on tree cores. Than the processor usage of the host system for that guest decreases(arround 1 core decrease -> looks like two cores are already working). A switch into the guest shows only a black screen and a host shutdown with the virtualbox abilities was not possible, so only a hard shutdown of the guest has to be done. |
|||

