Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 379683 - app-emulation/lxc-0.7.4.2: init scrip fails to start when using /etc/conf.d/network, /etc/init.d/network for network initialization
Summary: app-emulation/lxc-0.7.4.2: init scrip fails to start when using /etc/conf.d/n...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-18 09:53 UTC by George Georgiev
Modified: 2012-06-13 13:28 UTC (History)
2 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 George Georgiev 2011-08-18 09:53:37 UTC
The init script insists on net.xxx style network initialization and fails to start when using /etc/conf.d/network, /etc/init.d/network.

Reproducible: Always

Steps to Reproduce:
1. setup network using /etc/conf.d/network, /etc/init.d/network
2. create container
3. create /etc/init.d/lxc.CONTAINER symlinc 
4. run /etc/init.d/lxc.CONTAINER start
Actual Results:  
* ERROR: lxc.CONTAINER needs service(s) net.xxx (net.br0 for example)

Expected Results:  
* Starting fb64 ... [ ok ]

sys-apps/openrc-0.8.3-r1
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2011-09-05 18:32:40 UTC
Thanks George, this is fixed in the new init script (and with the bump to 0.7.5).
Comment 2 George Georgiev 2012-06-13 13:28:48 UTC
(In reply to comment #1)
> Thanks George, this is fixed in the new init script (and with the bump to
> 0.7.5).

I'v just upgraded to app-emulation/lxc-0.8.0_rc1-r5 - the bug is still here.
We should reopen this.