View previous topic :: View next topic |
Author |
Message |
jasenux n00b
Joined: 22 Jul 2007 Posts: 12
|
Posted: Fri Dec 23, 2011 1:25 am Post subject: need some help with openrc-0.9.7 |
|
|
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 |
|
|
poncho Tux's lil' helper
Joined: 06 Mar 2011 Posts: 92
|
Posted: Fri Dec 23, 2011 11:01 am Post subject: Re: need some help with openrc-0.9.7 |
|
|
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 |
|
|
ultraincognito Guru
Joined: 03 Jun 2011 Posts: 346 Location: Ukraine
|
Posted: Fri Dec 23, 2011 12:07 pm Post subject: Re: need some help with openrc-0.9.7 |
|
|
poncho wrote: | Try with the full path: |
I don't think so. |
|
Back to top |
|
|
poncho Tux's lil' helper
Joined: 06 Mar 2011 Posts: 92
|
Posted: Sun Dec 25, 2011 3:17 pm Post subject: Re: need some help with openrc-0.9.7 |
|
|
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 |
|
|
Bones McCracker Veteran
Joined: 14 Mar 2006 Posts: 1611 Location: U.S.A.
|
Posted: Tue Dec 27, 2011 7:51 pm Post subject: |
|
|
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 |
|
|
jasenux n00b
Joined: 22 Jul 2007 Posts: 12
|
Posted: Tue Dec 27, 2011 11:01 pm Post subject: |
|
|
Thanks guys, should I downgrade to <0.9.4 and give it a try? Thanks again! |
|
Back to top |
|
|
|