You are not logged in.

#1 2008-10-24 10:21:51

hw86
Member
Registered: 2008-10-24
Posts: 2

dhcdbd: message_handler error and also networkmanager problem

Hi there,

I have following error in my /var/log/user.log, when I take out my cable and replug-in the cable to eth0. A quick google tells me that some people who cannot get internet connection are having the same log output as mine. In my case, I'm able to connect to the internet. But I'm still curious if I can clean it up, since I thought it still might be problematic, though I cannot see which it is correlated with.

Oct 23 23:56:51 cheesecake dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth0 for sub-path eth0.dbus.get.host_name
Oct 23 23:56:51 cheesecake dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth0 for sub-path eth0.dbus.get.nis_domain
Oct 23 23:56:51 cheesecake dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth0 for sub-path eth0.dbus.get.nis_servers
Oct 23 23:56:51 cheesecake dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth0 for sub-path eth0.dbus.get.interface_mtu

I'm using NetWorkManager. Here is parts of my rc.conf:

eth0="dhcp"
eth1="dhcp"
INTERFACES=(!eth0 !eth1)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
DAEMONS=(syslog-ng netfs crond hal dhcdbd networkmanager @cups gdm alsa fuse openntpd acpid laptop-mode @!cpufreq @verynice stbd avahi-daemon tuntap @mpd)

Second problem that bothers me a bit is that NetworkManager automatically changes /etc/resolv.conf everytime if I do "$ /etc/rc.d/networkmanager restart". I would like to make networkmanager not change my resolv.conf.

I've been using "echo "nameserver 127.0.0.1 >> /etc/resolv.conf" in my /etc/rc.local, but this only works if I have a frest boot (This will not work if I do "$ /etc/rc.d/networkmanager restart").

Thank you very much for any input.:)

Offline

Board footer

Powered by FluxBB