Gentoo Archives: gentoo-user

From: Thanasis <thanasis@××××××××××.org>
To: gentoo-user@l.g.o
Cc: meino.cramer@×××.de
Subject: Re: [gentoo-user] OpenRC: Need to start net.eth1 and ntp-client by hand
Date: Thu, 12 May 2011 06:34:30
Message-Id: 4DCB7F0A.2020601@asyr.hopto.org
In Reply to: [gentoo-user] OpenRC: Need to start net.eth1 and ntp-client by hand by meino.cramer@gmx.de
1 on 05/12/2011 06:13 AM meino.cramer@×××.de wrote the following:
2 > Hi,
3 >
4 > after upgradeing to openrc there still some issues...
5 >
6 > 1) After reboot eth1 (there was/is no eth0!) is up and
7 > running (according to ifconfig) but
8 >
9 > ping <site>
10 >
11 > returns "unknown host". After calling /etc/init.d/net.eth1
12 > (which is a symlink to /etc/net.lo) as root by hand again
13 > the ping comand works
14 >
15 > How can I make this working at boot time?
16
17 rc-update add net.eth0 default
18
19
20 >
21 > 2) /etc/ntp-client gets not called at boot time. Calling
22 > it by hand as root afterwards reveals no errors and
23 > all works find.
24 >
25 > How can I make this working at boot time,too?
26 >
27
28 add to runlevel as above...
29
30 rc-update add <servicename> <runlevel>

Replies

Subject Author
Re: [gentoo-user] OpenRC: Need to start net.eth1 and ntp-client by hand Mick <michaelkintzios@×××××.com>