Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] rc-update add error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
ckegman69
n00b
n00b


Joined: 29 Apr 2011
Posts: 9
Location: New Jersey, USA

PostPosted: Sat May 07, 2011 3:11 am    Post subject: [solved] rc-update add error Reply with quote

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.......... :cry: :cry:


Last edited by ckegman69 on Sat May 07, 2011 12:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
ckegman69
n00b
n00b


Joined: 29 Apr 2011
Posts: 9
Location: New Jersey, USA

PostPosted: Sat May 07, 2011 3:21 am    Post subject: rc-update add error Reply with quote

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.......... :cry: :cry:
will be back on in the morning (EST)
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat May 07, 2011 3:23 am    Post subject: Reply with quote

Code:
ls /etc/init.d/net*
must show
Quote:
net.lo
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
View user's profile Send private message
dE_logics
Advocate
Advocate


Joined: 02 Jan 2009
Posts: 2290
Location: $TERM

PostPosted: Sat May 07, 2011 3:39 am    Post subject: Reply with quote

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
View user's profile Send private message
ckegman69
n00b
n00b


Joined: 29 Apr 2011
Posts: 9
Location: New Jersey, USA

PostPosted: Sat May 07, 2011 11:10 am    Post subject: Reply with quote

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
View user's profile Send private message
ckegman69
n00b
n00b


Joined: 29 Apr 2011
Posts: 9
Location: New Jersey, USA

PostPosted: Sat May 07, 2011 11:17 am    Post subject: Reply with quote

No net.lo in /etc/init.d/ it is just there. Is there any work around? It was working.
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10733
Location: Somewhere over Atlanta, Georgia

PostPosted: Sat May 07, 2011 12:00 pm    Post subject: Reply with quote

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
View user's profile Send private message
dE_logics
Advocate
Advocate


Joined: 02 Jan 2009
Posts: 2290
Location: $TERM

PostPosted: Sat May 07, 2011 12:07 pm    Post subject: Reply with quote

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
View user's profile Send private message
ckegman69
n00b
n00b


Joined: 29 Apr 2011
Posts: 9
Location: New Jersey, USA

PostPosted: Sat May 07, 2011 12:27 pm    Post subject: Reply with quote

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
View user's profile Send private message
ckegman69
n00b
n00b


Joined: 29 Apr 2011
Posts: 9
Location: New Jersey, USA

PostPosted: Sat May 07, 2011 12:39 pm    Post subject: {solved} rc-update error Reply with quote

First thanks for your help, you guys do a great job :D :D 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
View user's profile Send private message
dE_logics
Advocate
Advocate


Joined: 02 Jan 2009
Posts: 2290
Location: $TERM

PostPosted: Sat May 07, 2011 2:22 pm    Post subject: Reply with quote

I think remerging openrc is a good idea.
_________________
My blog
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum