Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 298373

Summary: app-emulation/virtualbox-bin incorrect init.d script
Product: Gentoo Linux Reporter: Oleg Gawriloff <barzog>
Component: New packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED FIXED    
Severity: trivial CC: gentoo, jokey, patrick, swapon
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Oleg Gawriloff 2009-12-25 19:32:57 UTC
In /etc/init.d/vboxwebsrv we have following startup string:
/etc/init.d/vboxwebsrv:
        start-stop-daemon --start --quiet --pidfile /var/run/vboxwebsrv.pid \
                --background --make-pidfile --exec /usr/bin/vboxwebsrv \

But in ebuild:
albatros2 ~ # equery files virtualbox-bin | grep vboxwebsrv
/etc/conf.d/vboxwebsrv
/etc/init.d/vboxwebsrv
/opt/VirtualBox/vboxwebsrv
/opt/bin/vboxwebsrv

So path must be changed from /usr/bin to /opt/bin


Reproducible: Always
Comment 1 Alessio Cassibba (X-Drum) 2009-12-27 14:06:11 UTC
(In reply to comment #0)
> In /etc/init.d/vboxwebsrv we have following startup string:
> /etc/init.d/vboxwebsrv:
>         start-stop-daemon --start --quiet --pidfile /var/run/vboxwebsrv.pid \
>                 --background --make-pidfile --exec /usr/bin/vboxwebsrv \
> 
> But in ebuild:
> albatros2 ~ # equery files virtualbox-bin | grep vboxwebsrv
> /etc/conf.d/vboxwebsrv
> /etc/init.d/vboxwebsrv
> /opt/VirtualBox/vboxwebsrv
> /opt/bin/vboxwebsrv
> 
> So path must be changed from /usr/bin to /opt/bin
> 
> 
> Reproducible: Always
> 

An updated/fixed initd is already on jokey's overlay 
(11/20/09 per bug #293791) this file needs to be commited in tree..

Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-06-08 16:47:07 UTC
This should be fixed in tree...
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-06-08 17:13:02 UTC
*** Bug 299911 has been marked as a duplicate of this bug. ***