on 05/12/2011 06:13 AM meino.cra...@gmx.de wrote the following:
> Hi,
> 
> after upgradeing to openrc there still some issues...
> 
> 1) After reboot eth1 (there was/is no eth0!) is up and
>    running (according to ifconfig) but 
>         
>         ping <site>
> 
>    returns "unknown host". After calling /etc/init.d/net.eth1
>    (which is a symlink to /etc/net.lo) as root by hand again
>    the ping comand works
> 
>    How can I make this working at boot time?

rc-update add net.eth0 default


> 
> 2) /etc/ntp-client gets not called at boot time. Calling
>    it by hand as root afterwards reveals no errors and 
>    all works find.
> 
>    How can I make this working at boot time,too?
> 

add to runlevel as above...

rc-update add <servicename> <runlevel>

Reply via email to