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

Bug 379683

Summary: 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
Product: Gentoo Linux Reporter: George Georgiev <georgiev>
Component: New packagesAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: RESOLVED FIXED    
Severity: normal CC: dev-zero, virtualization
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.