You are not logged in.

#1 2007-10-02 22:23:42

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Why KDE doesn't init if dhcpcd is running?

Hello, I have had a problem that was the following:

1- I start KDE.
2- I connect to wireless using dhcpcd.
3- I logout and come in KDE again and KDE doesn't work.

The solution for this problem was adding "ifconfig lo up" to rc.local, but I can't understand why dhcpcd makes KDE stop working.

Can anyone explain me the reasons?

If you need more information, please tell it to me and I will post it.

Greetings.


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

#2 2007-10-03 08:26:08

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,155

Re: Why KDE doesn't init if dhcpcd is running?

While i don't know why that happens, lo  is normally brought up by rc.conf .
That you have to to bring lo up manually/rc.local, suggests your network setup is incorrect.

Please post the networking and daemons sections of /etc/rc.conf .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2007-10-04 20:18:56

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: Why KDE doesn't init if dhcpcd is running?

Network section:

lo="lo 127.0.0.1"
eth0="dhcp"
eth1="dhcp"
INTERFACES=(lo eth0 eth1)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)

Daemon Section:

DAEMONS=(syslog-ng !network hal hwd @alsa ipw3945d !dhcdbd !networkmanager !fam autowifi !autofs @laptop-mode kdm !gdm !entranced !netfs !crond)

Greetings


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

#4 2007-10-05 01:03:45

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

Re: Why KDE doesn't init if dhcpcd is running?

the network daemon is the one in charge of bringing up the lo interface, if you don't want to wait for dhcp on the other interface you could do something like

INTERFACES=(lo !eth0 !eth1)

Offline

Board footer

Powered by FluxBB