View previous topic :: View next topic |
Author |
Message |
ckegman69 n00b
Joined: 29 Apr 2011 Posts: 9 Location: New Jersey, USA
|
Posted: Sat May 07, 2011 3:11 am Post subject: [solved] rc-update add error |
|
|
I am installing gentoo on new machine. I go and enter "rc-update add net.eth0 default". I get message.
rc-update: '/etc/init.d/net.eth0' not found; aborting. i have /etc/conf.d/net with config_eth0=( "dhcp" ) statement.
iI went into /etc/init.d and nothing with net in it. Lost any help thanks in advance..........
Last edited by ckegman69 on Sat May 07, 2011 12:42 pm; edited 1 time in total |
|
Back to top |
|
|
ckegman69 n00b
Joined: 29 Apr 2011 Posts: 9 Location: New Jersey, USA
|
Posted: Sat May 07, 2011 3:21 am Post subject: rc-update add error |
|
|
I am installing gentoo on new machine. I go and enter "rc-update add net.eth0 default". I get message.
rc-update: '/etc/init.d/net.eth0' not found; aborting. i have /etc/conf.d/net with config_eth0=( "dhcp" ) statement.
iI went into /etc/init.d and nothing with net in it. Lost any help thanks in advance..........
will be back on in the morning (EST) |
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sat May 07, 2011 3:23 am Post subject: |
|
|
Code: | ls /etc/init.d/net* | must show or something very strange happened when you untarred the stage3 tarball. Assuming it does appear: Code: | cd /etc/init.d
ln -s net.lo net.eth0
rc-update add net.eth0 default |
_________________ Defund the FCC. |
|
Back to top |
|
|
dE_logics Advocate
Joined: 02 Jan 2009 Posts: 2290 Location: $TERM
|
Posted: Sat May 07, 2011 3:39 am Post subject: |
|
|
You forgot to make a link of net.eth0 -
ln -s /etc/init.d/net.lo /etc/init.d/net.eth0
Alternatively you can use Networkmanager (with nm-applet). _________________ My blog |
|
Back to top |
|
|
ckegman69 n00b
Joined: 29 Apr 2011 Posts: 9 Location: New Jersey, USA
|
Posted: Sat May 07, 2011 11:10 am Post subject: |
|
|
I tried that and I get (ln: failed to make symbolic link '/etc/init.d/net.eth0' no such file or directory).
I tried sym link earlier. It looks to me that in /etc/init.d/ there should be a run script net.lo or net something? |
|
Back to top |
|
|
ckegman69 n00b
Joined: 29 Apr 2011 Posts: 9 Location: New Jersey, USA
|
Posted: Sat May 07, 2011 11:17 am Post subject: |
|
|
No net.lo in /etc/init.d/ it is just there. Is there any work around? It was working. |
|
Back to top |
|
|
John R. Graham Administrator
Joined: 08 Mar 2005 Posts: 10733 Location: Somewhere over Atlanta, Georgia
|
Posted: Sat May 07, 2011 12:00 pm Post subject: |
|
|
Merged two threads by ckegman69 that are a help request on the same issue. ckegman69, please don't cross-post.
- John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
Back to top |
|
|
dE_logics Advocate
Joined: 02 Jan 2009 Posts: 2290 Location: $TERM
|
Posted: Sat May 07, 2011 12:07 pm Post subject: |
|
|
ckegman69 wrote: | I tried that and I get (ln: failed to make symbolic link '/etc/init.d/net.eth0' no such file or directory).
I tried sym link earlier. It looks to me that in /etc/init.d/ there should be a run script net.lo or net something? |
Yes.
What's the output of '/etc/init.d/net.lo status'
What happens when -
/etc/init.d/net.lo start
If the above 2 give problems -
emerge --oneshot sys-apps/openrc _________________ My blog |
|
Back to top |
|
|
ckegman69 n00b
Joined: 29 Apr 2011 Posts: 9 Location: New Jersey, USA
|
Posted: Sat May 07, 2011 12:27 pm Post subject: |
|
|
no such file or directory. same error for both commands. I go do a emerge and get mask error (masked by: ~x86 keyword)
I have network connection, so I can't get to portage. I don't know what happened. I was away for computer for a while and
little kids and you know how that can be. they could of been messing around. I just don't get it. |
|
Back to top |
|
|
ckegman69 n00b
Joined: 29 Apr 2011 Posts: 9 Location: New Jersey, USA
|
Posted: Sat May 07, 2011 12:39 pm Post subject: {solved} rc-update error |
|
|
First thanks for your help, you guys do a great job I did a work around. I pulled stage3 tarball down from another computer. then cp to cd-r, then copied over to /etc/ini.d/ . rc'd it and it saw file and it put it in runlevel. thanks again |
|
Back to top |
|
|
dE_logics Advocate
Joined: 02 Jan 2009 Posts: 2290 Location: $TERM
|
Posted: Sat May 07, 2011 2:22 pm Post subject: |
|
|
I think remerging openrc is a good idea. _________________ My blog |
|
Back to top |
|
|
|