View previous topic :: View next topic |
Author |
Message |
bigbob73 Guru


Joined: 31 Dec 2004 Posts: 332 Location: Under the Lone Star
|
Posted: Thu Jan 05, 2006 4:51 am Post subject: Net problems after reboot. [SOLVED] |
|
|
I did an emerge -uD world today, and after rebooting, I get an error trying to start my network...
mauller bob # /etc/init.d/net.eth0 start
* Starting eth0
* Bringing up eth0
* "192.168.2.41
* No loaded modules provide ""192.168.2.41" ("192.168.2.41_start)
* netmask
* No loaded modules provide "netmask" (netmask_start)
* 255.255.255.0
SIOCSIFADDR: Invalid argument [ !! ]
* broadcast
* No loaded modules provide "broadcast" (broadcast_start)
* 192.168.2.255"
192.168.2.255": Host name lookup failure
ifconfig: `--help' gives usage information.
my /etc/conf.d/net looks like this...
config_eth0=( "192.168.2.41 netmask 255.255.255.0 broadcast 192.168.2.255" )
routes_eth0=( "default gw 192.168.2.1" )
don't know what got borked here.
Bigbob _________________ A computers attention span is only as long as it's electrical cord (Murphy)
Last edited by bigbob73 on Thu Jan 05, 2006 1:46 pm; edited 1 time in total |
|
Back to top |
|
 |
feld Guru


Joined: 29 Aug 2004 Posts: 593 Location: USA
|
Posted: Thu Jan 05, 2006 5:24 am Post subject: |
|
|
same problem here. I thought it was a broken kernel module or something.
turns out if you set everything manually it works fine!!!!!!!!
Must have been a broken update... running ~x86 here.
-Feld _________________ < bmg505> I think the first line in reiserfsck is
if (random(65535)< 65500) { hose(partition); for (i=0;i<100000000;i++) print_crap(); } |
|
Back to top |
|
 |
kinkos Apprentice


Joined: 07 Feb 2005 Posts: 235 Location: Hoboken, NJ
|
Posted: Thu Jan 05, 2006 5:34 am Post subject: |
|
|
Try this thread.
HTH. _________________ Open Source, Open Mind |
|
Back to top |
|
 |
bigbob73 Guru


Joined: 31 Dec 2004 Posts: 332 Location: Under the Lone Star
|
Posted: Thu Jan 05, 2006 1:45 pm Post subject: |
|
|
Thanks! Looks like a bash issue.
Bigbob _________________ A computers attention span is only as long as it's electrical cord (Murphy) |
|
Back to top |
|
 |
UberLord Retired Dev


Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
 |
|