VirtualBox

Ticket #2938 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

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

Reported by: seflue Assigned to:
Priority: major 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

2009-01-04 21:02:50 changed by frank

  • summary changed from /etc/init.d/vboxdrv setup fails on Gentoo Linux with "/sbin/functions.sh: No such file or directory" to /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.

2009-01-21 15:23:47 changed by sandervl73

  • status changed from new to closed.
  • resolution set to fixed.


ContactPrivacy policy