Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerging new baselayout ---> No NETWORK [solved]
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
KLG
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2005
Posts: 90
Location: @York, UK

PostPosted: Wed Dec 21, 2005 4:01 pm    Post subject: emerging new baselayout ---> No NETWORK [solved] Reply with quote

Hello ppl, the upgrading of hal, dbus, udev resulted in the upgrading of baselayout, to baselayout1.12.0 pre12

When i realised that all init scripts would be modified i started praying and crossing fingers. Of course it didn't work and that's
why i am writing this post.!!!

When net.eth0 starts i dont see the wingates/ip manually assigned from the net file. But this:

* Starting ifplugd on eth0
* Backrounding...

I cant ping the LAN, and i can't access the net :(((((
I am 100% sure that this is the problem... I don't remember seeing that before.

1. Of course i allowed etc-update to update everything...
2. net.eth0 and net.lo are the same
3. rc-status -a shows net.lo started and net.eth0 inactive

What is going on?

Any help is appreciated

Thanks

The /etc/conf.d/net file
Code:

iface_eth0="192.168.1.9 broadcast 192.168.1.255 netmask 255.255.255.0"
gateway="eth0/192.168.1.1"


Last edited by KLG on Wed Dec 21, 2005 6:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
UberLord
Retired Dev
Retired Dev


Joined: 18 Sep 2003
Posts: 6835
Location: Blighty

PostPosted: Wed Dec 21, 2005 4:30 pm    Post subject: Reply with quote

Ensure that ifplugd-0.28-r4 is installed and /etc/init.d/ifplugd gets updated.

baselayout now controls ifplugd - ifplugd starts/stops net.xxx scripts if cable is removed / plugged in.

So if ifplugd doesn't work on your box then unmerge it, or disable it like so

Code:
modules=( "!ifplugd")


or for a specific interface

Code:
modules_eth0=( "!ifplugd")

_________________
Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool
Back to top
View user's profile Send private message
KLG
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2005
Posts: 90
Location: @York, UK

PostPosted: Wed Dec 21, 2005 4:39 pm    Post subject: Reply with quote

emerge -s showed me that i have ifplugd 0.28 , so i guess i must search for the LiveCD (since i have no network) and try to emerge 0.28r4...

:(
Back to top
View user's profile Send private message
UberLord
Retired Dev
Retired Dev


Joined: 18 Sep 2003
Posts: 6835
Location: Blighty

PostPosted: Wed Dec 21, 2005 5:01 pm    Post subject: Reply with quote

Huh? Just disable it like I showed above, then you get the same behaviour as before. No need for a live CD :)
_________________
Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool
Back to top
View user's profile Send private message
KLG
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2005
Posts: 90
Location: @York, UK

PostPosted: Wed Dec 21, 2005 6:39 pm    Post subject: Reply with quote

Uberlord, thanx.
Did the !ifplugd trick as you mentioned, and despite the warnings that my network settings syntax is deprecated, everything worked fine!
then i unmasked the ifplugd and emerge it (suprisingly enough there were 0 kb to download!!!) , then deleted the !ifplugd and it works like a charm...

:D and it is faster... during the startup...

My only comment is that portage should upgrade the masked ifplugd also with the upgrade of hal/bus/udev/baselayout


Again thanx for your support
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