Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298373 - app-emulation/virtualbox-bin incorrect init.d script
Summary: app-emulation/virtualbox-bin incorrect init.d script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
: 299911 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-25 19:32 UTC by Oleg Gawriloff
Modified: 2010-06-08 17:13 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***