Comment 36 for bug 93360

Revision history for this message
ironstorm (ironstorm-gmail) wrote : Re: Dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 for sub-path eth1.dbus.get.reason

Tried to remove dhcdbd and lost my SSH session just now. The machine dropped off the network when it go to:

Removing network-manager-kde ...
Removing network-manager ...
 * Stopping network connection manager NetworkManager

This is going to be a problem for people who run on headless servers...

If the bug is not going to get fixed, then someone should write a workaround script for people to use during upgrades...

Something like:
sudo nohup workaround-upgrade.sh # prevent the following script being terminated if the session hangs up
   #!/bin/sh
   aptitude remove network-manager network-manager-kde # wipe out the nasty packages that cause the problem
   sleep 5
   dhclient # reinitialize the NIC so people can connect again