* [gentoo-user] OpenRC: Need to start net.eth1 and ntp-client by hand
@ 2011-05-12 3:13 meino.cramer
2011-05-12 3:36 ` covici
2011-05-12 6:32 ` Thanasis
0 siblings, 2 replies; 6+ messages in thread
From: meino.cramer @ 2011-05-12 3:13 UTC (permalink / raw
To: Gentoo
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?
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?
Thank you for your help in advance!
Best regards,
mcc
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] OpenRC: Need to start net.eth1 and ntp-client by hand
2011-05-12 3:13 [gentoo-user] OpenRC: Need to start net.eth1 and ntp-client by hand meino.cramer
@ 2011-05-12 3:36 ` covici
2011-05-12 6:32 ` Thanasis
1 sibling, 0 replies; 6+ messages in thread
From: covici @ 2011-05-12 3:36 UTC (permalink / raw
To: gentoo-user
meino.cramer@gmx.de wrote:
> 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?
>
> 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?
>
> Thank you for your help in advance!
I will ask the obvious -- do you have those two in either boot or
default run level?
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] OpenRC: Need to start net.eth1 and ntp-client by hand
2011-05-12 3:13 [gentoo-user] OpenRC: Need to start net.eth1 and ntp-client by hand meino.cramer
2011-05-12 3:36 ` covici
@ 2011-05-12 6:32 ` Thanasis
2011-05-12 8:27 ` Mick
1 sibling, 1 reply; 6+ messages in thread
From: Thanasis @ 2011-05-12 6:32 UTC (permalink / raw
To: gentoo-user; +Cc: meino.cramer
on 05/12/2011 06:13 AM meino.cramer@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>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] OpenRC: Need to start net.eth1 and ntp-client by hand
2011-05-12 6:32 ` Thanasis
@ 2011-05-12 8:27 ` Mick
2011-05-12 8:29 ` Mick
0 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2011-05-12 8:27 UTC (permalink / raw
To: gentoo-user
2011/5/12 Thanasis <thanasis@asyr.hopto.org>:
> on 05/12/2011 06:13 AM meino.cramer@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
This will only work if the OP first reads the migration web page[1]
that the devs have kindly provided and included in the elog of KDE
4.6, which explicitly states that the net.eth0 -> net.lo symlink may
need to be recreated.
[1] http://www.gentoo.org/proj/en/desktop/kde/kde44-46-upgrade.xml
--
Regards,
Mick
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] OpenRC: Need to start net.eth1 and ntp-client by hand
2011-05-12 8:27 ` Mick
@ 2011-05-12 8:29 ` Mick
2011-05-12 8:45 ` Dale
0 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2011-05-12 8:29 UTC (permalink / raw
To: gentoo-user
On 12 May 2011 09:27, Mick <michaelkintzios@gmail.com> wrote:
> 2011/5/12 Thanasis <thanasis@asyr.hopto.org>:
>> on 05/12/2011 06:13 AM meino.cramer@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
>
> This will only work if the OP first reads the migration web page[1]
> that the devs have kindly provided and included in the elog of KDE
> 4.6, which explicitly states that the net.eth0 -> net.lo symlink may
> need to be recreated.
>
> [1] http://www.gentoo.org/proj/en/desktop/kde/kde44-46-upgrade.xml
Oops! My bad, I'm getting confused with all these upgrades! :))
The guide to read is of course the OpenRC migration:
http://www.gentoo.org/doc/en/openrc-migration.xml
--
Regards,
Mick
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] OpenRC: Need to start net.eth1 and ntp-client by hand
2011-05-12 8:29 ` Mick
@ 2011-05-12 8:45 ` Dale
0 siblings, 0 replies; 6+ messages in thread
From: Dale @ 2011-05-12 8:45 UTC (permalink / raw
To: gentoo-user
Mick wrote:
> On 12 May 2011 09:27, Mick<michaelkintzios@gmail.com> wrote:
>
>>
>> This will only work if the OP first reads the migration web page[1]
>> that the devs have kindly provided and included in the elog of KDE
>> 4.6, which explicitly states that the net.eth0 -> net.lo symlink may
>> need to be recreated.
>>
>> [1] http://www.gentoo.org/proj/en/desktop/kde/kde44-46-upgrade.xml
>>
> Oops! My bad, I'm getting confused with all these upgrades! :))
>
> The guide to read is of course the OpenRC migration:
>
> http://www.gentoo.org/doc/en/openrc-migration.xml
>
>
Yep. I had to recreate my link to eth0 as well. Glad I noticed that
before I rebooted. Then again, I did cheat a little. I copied the
upgrade guide as plain text and put it in my root directory. If
something did go oopsy, I could open the file with nano and see where I
went wrong. Neat huh?
OP. You really need to go through that guide step by step. Things
should work fine if you do. At least all the big stuff anyway.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-05-12 8:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-12 3:13 [gentoo-user] OpenRC: Need to start net.eth1 and ntp-client by hand meino.cramer
2011-05-12 3:36 ` covici
2011-05-12 6:32 ` Thanasis
2011-05-12 8:27 ` Mick
2011-05-12 8:29 ` Mick
2011-05-12 8:45 ` Dale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox