Same here. Quick fix is to associate 127.0.0.1 with a hostname in /etc/hosts before network-manager start. /etc/dbus-1/event.d/25NetworkManager:
d_start() { if [ ! -d $PIDDIR ]; then mkdir -p $PIDDIR chown $USER:$USER $PIDDIR fi # lets create temporary hosts for faster gnome startup echo "127.0.0.1 localhost localhost.localdomain `hostname`" > /etc/hosts start-stop-daemon --start --quiet --pidfile $PIDFILE \ --user $USER --exec $DAEMON -- $DAEMON_OPTS --pid-file $PIDFILE } -- desktop loads incredibly slow after todays upgrade and wireless doesn' t come up automatically https://bugs.launchpad.net/bugs/92997 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs