VirtualBox

Opened 15 years ago

Closed 15 years ago

#2938 closed defect (fixed)

/etc/init.d/vboxdrv setup fails on Gentoo Linux with "/sbin/functions.sh: No such file or directory" => Fixed in SVN

Reported by: Sebastian Flügge Owned by:
Component: installer Version: VirtualBox 2.1.0
Keywords: Cc:
Guest type: other Host type: Linux

Description

On Gentoo Linux the file "functions.sh" moved from /sbin/functions.sh to /etc/init.d/functions.sh a couple of month (years?) ago ... Please modify in file /etc/init.d/vboxdrv:

elif [ "$system" = "gentoo" ]; then

. /sbin/functions.sh

to

elif [ "$system" = "gentoo" ]; then

. /etc/init.d/functions.sh

In Virtualbox 2.1.0 it is line 98 of /etc/init.d/vboxdrv.

The problem exists in VirtualBox since version 1.4.x or 1.5.x or so.

Change History (2)

comment:1 by Frank Mehnert, 15 years ago

Summary: /etc/init.d/vboxdrv setup fails on Gentoo Linux with "/sbin/functions.sh: No such file or directory"/etc/init.d/vboxdrv setup fails on Gentoo Linux with "/sbin/functions.sh: No such file or directory" => Fixed in SVN

Thanks for the report. Fixed in SVN.

comment:2 by Sander van Leeuwen, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use