id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	guest	host
2938	/etc/init.d/vboxdrv setup fails on Gentoo Linux with "/sbin/functions.sh: No such file or directory" => Fixed in SVN	seflue		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:\r\n    elif [ "$system" = "gentoo" ]; then\r\n        . /sbin/functions.sh\r\n\r\nto\r\n\r\n    elif [ "$system" = "gentoo" ]; then\r\n        . /etc/init.d/functions.sh\r\n\r\nIn Virtualbox 2.1.0 it is line 98 of /etc/init.d/vboxdrv.\r\n\r\nThe problem exists in VirtualBox since version 1.4.x or 1.5.x or so.	defect	closed	major	installer	VirtualBox 2.1.0	fixed			other	Linux
