VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


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 Peter Palúch
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) Ralf Folkerts
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:

Building modules, stage 2.

make -f /usr/src/linux-headers-2.6.24-17-generic/scripts/Makefile.modpost

scripts/mod/modpost -m -a -i /usr/src/linux-headers-2.6.24-17-generic/Module.symvers -I /tmp/vbox.0/Module.symvers -o /tmp/vbox.0/Module.symvers -w -s gcc -m32 -Wp,-MD,/tmp/vbox.0/.vboxdrv.mod.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.2.3/include -DKERNEL -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -O2 -pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i586 -mtune=generic -ffreestanding -maccumulate-outgoing-args -Iinclude/asm-x86/mach-default -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(vboxdrv.mod)" -D"KBUILD_MODNAME=KBUILD_STR(vboxdrv)" -DMODULE -c -o /tmp/vbox.0/vboxdrv.mod.o /tmp/vbox.0/vboxdrv.mod.c ld -m elf_i386 -r -m elf_i386 --build-id -o /tmp/vbox.0/vboxdrv.ko /tmp/vbox.0/vboxdrv.o /tmp/vbox.0/vboxdrv.mod.o

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)

/ Name Version Beschreibung

+++-==============-==============-============================================ 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

1965459 320975 1539627 18% /

Cheers, _ralf_

#4466 duplicate /etc/init.d/vboxdrv init script bug in stop_vms() Roy Sutton
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

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