Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169168 - sys-cluster/util-vserver-0.30.212-r2 - vservers.defaults initscript needs dependency on vprocunhide
Summary: sys-cluster/util-vserver-0.30.212-r2 - vservers.defaults initscript needs dep...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo VPS Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-03 18:18 UTC by Marcel Meckel
Modified: 2007-05-03 21:40 UTC (History)
0 users

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 Marcel Meckel 2007-03-03 18:18:41 UTC
before all the vservers can be startet vprocunhide has to be started.

Reproducible: Always

Steps to Reproduce:
/etc/init.d/vservers.default start
Actual Results:  
not possible since vprocunhide not started

Expected Results:  
vservers marked as default being started

solution:

add this to /etc/init.d/vservers.default

--snipp--

depend() {
        need vprocunhide
}

--snipp--
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2007-05-03 21:40:00 UTC
fixed in 0.30.213