Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
need some help with openrc-0.9.7
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
jasenux
n00b
n00b


Joined: 22 Jul 2007
Posts: 12

PostPosted: Fri Dec 23, 2011 1:25 am    Post subject: need some help with openrc-0.9.7 Reply with quote

hello all,

i have just fresh installed a server, but the network would not start (net.lo and net.eth0). if try doing it by hand:

Code:
# ./net.eth0 start
/lib64/rc/sh/runscript.sh: line 13: ./net.eth0: No such file or directory
* ERROR: net.eth0 failed to start
#


same thing with the loopback interface...

i have tried removed the bracket from /etc/conf.d/net from:
Code:
config_eth0=("x.x.x.x netmask 255.255.255.240 broadcast x.x.x.y")

to:
Code:
config_eth0="x.x.x.x netmask 255.255.255.230 broadcast x.x.x.y"


no luck.

net.eth0 is a symbolic link the net.lo - tried to copy the file too, still could not get them to run. any help is appreciated!! thanks and merry christmas.
Back to top
View user's profile Send private message
poncho
Tux's lil' helper
Tux's lil' helper


Joined: 06 Mar 2011
Posts: 92

PostPosted: Fri Dec 23, 2011 11:01 am    Post subject: Re: need some help with openrc-0.9.7 Reply with quote

jasenux wrote:

Code:
# ./net.eth0 start
/lib64/rc/sh/runscript.sh: line 13: ./net.eth0: No such file or directory
* ERROR: net.eth0 failed to start
#


Try with the full path:

Code:
/etc/init.d/net.eth0 start
Back to top
View user's profile Send private message
ultraincognito
Guru
Guru


Joined: 03 Jun 2011
Posts: 346
Location: Ukraine

PostPosted: Fri Dec 23, 2011 12:07 pm    Post subject: Re: need some help with openrc-0.9.7 Reply with quote

poncho wrote:
Try with the full path:

I don't think so.
Back to top
View user's profile Send private message
poncho
Tux's lil' helper
Tux's lil' helper


Joined: 06 Mar 2011
Posts: 92

PostPosted: Sun Dec 25, 2011 3:17 pm    Post subject: Re: need some help with openrc-0.9.7 Reply with quote

ultraincognito wrote:
I don't think so.


It's a bug in openrc

=sys-apps/openrc-0.9.4 : init scripts can't be executed from /etc/init.d/ directory
https://bugs.gentoo.org/show_bug.cgi?id=392457
Back to top
View user's profile Send private message
Bones McCracker
Veteran
Veteran


Joined: 14 Mar 2006
Posts: 1611
Location: U.S.A.

PostPosted: Tue Dec 27, 2011 7:51 pm    Post subject: Reply with quote

pwned
_________________
patrix_neo wrote:
The human thought: I cannot win.
The ratbrain in me : I can only go forward and that's it.
Back to top
View user's profile Send private message
jasenux
n00b
n00b


Joined: 22 Jul 2007
Posts: 12

PostPosted: Tue Dec 27, 2011 11:01 pm    Post subject: Reply with quote

Thanks guys, should I downgrade to <0.9.4 and give it a try? Thanks again!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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