Custom Query (16363 matches)
Results (190 - 192 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter | |
|---|---|---|---|---|---|
| #14660 | worksforme | /etc/init.d/vbox* scripts missing from Debian VBox 5.0.6 packages | |||
| Description |
Greetings, All Debian packages for VBox 5.0.6 (squeeze, wheezy, jessie, both i386 and amd64) no longer contain the /etc/init.d scripts (vboxautostart-service, vboxbaloonctrl-service, vboxdrv, vboxweb-service). I believe they have been omitted by error. Thanks for looking into this issue! Best regards, Peter |
||||
| #1453 | worksforme | /etc/init.d/vboxdrv and /etc/init.d/vboxnet not in Ubuntu-Hardy .deb Package (1.6.0) | |||
| Description |
I installed VirtualBox 1.6.0 "fresh" onto my Ubuntu-Hardy x86 System, i.e. I deinstalled the previous Installation and then installed 1.6.0 from the File virtualbox_1.6.0-30421_Ubuntu_hardy_i386.deb Install went thru fine; a Kernel-Module was created (last few lines from /var/log/vbox-install.log:
make -f /usr/src/linux-headers-2.6.24-17-generic/scripts/Makefile.modpost
make[1]: Verlasse Verzeichnis '/usr/src/linux-headers-2.6.24-17-generic' However, when I tried to start VirtualBox I got a message that the Kernel-Module was not loaded and I was asked to run /etc/init.dvboxdrv setup. However: ralf@flounder:~$ ls -l /etc/init.d/vbox* ls: Zugriff auf /etc/init.d/vbox* nicht möglich: No such file or directory i.e. there is no /etc/init.d/vboxdrv not a /etc/init.d/vboxnet Script. When running dpkg -L virtualbox I see, amongst other Files: /etc /etc/init.d /etc/init.d/vboxnet /etc/init.d/vboxdrv However, when checking in aptitude I saw, these Files (vboxnet and vboxdrv) have a size of 0 bytes. I tried to "install over" the 1.6, but that didn't change the Status of the vboxdrv/vboxnet Scripts. Also I tried dpkg --configure -a but that didn't perform any actions. My System: Ubuntu 8.04, Hardy ralf@flounder:~$ dpkg -l virtualbox Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
+++-==============-==============-============================================ ii virtualbox 1.6.0-30421_Ub Sun xVM VirtualBox ralf@flounder:~$ uname -r 2.6.24-17-generic There is still space in /etc ralf@flounder:~$ df /etc Dateisystem 1K‐Blöcke Benutzt Verfügbar Ben% Eingehängt auf /dev/mapper/systemvg-rootlv
Cheers, _ralf_ |
||||
| #4466 | duplicate | /etc/init.d/vboxdrv init script bug in stop_vms() | |||
| Description |
The stop_vms() function fails to parse the running vms UUID from the output of VBoxManage. It appears to be a typo in the sed script. Here are the diffs: 235c235
< VMS=`$VBOXMANAGE --nologo list runningvms | sed -e 's/^".*.*"{\(.*\)}/\1/' 2>/dev/null`
---
> VMS=`$VBOXMANAGE --nologo list runningvms | sed -e 's/^".*".*{\(.*\)}/\1/' 2>/dev/null`
RAS |
||||

