I had the same problem. I think the problem is /etc/init.d/network-manager:
$ tail /etc/init.d/network-manager
        ;;
    *)
        echo
        echo "The script you are attempting to invoke has been converted to an 
Upstart" 1>&2
        echo "job, but $COMMAND is not supported for Upstart jobs." 1>&2
        exit 1
    esac
fi

s

After removing the ending 's', now the network works again.

-- 
no network since last update
https://bugs.launchpad.net/bugs/430071
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to