7

I followed the steps provided in this answer. However, one of the steps is to restart the network manager:

sudo restart network-manager

If I try this I will get the following error message:

$ sudo restart network-manager
restart: Verbindung zu Upstart nicht möglich: Failed to connect to socket /com/ubuntu/upstart: Verbindungsaufbau abgelehnt

[English version below]

$ sudo restart network-manager
restart: Connection to Upstart impossible: Failed to connect to socket /com/ubuntu/upstart: Connection refused

How do I restart the network manager?

jukey
  • 125

2 Answers2

10

You can restart it by

sudo service network-manager restart
Pilot6
  • 90,100
  • 91
  • 213
  • 324
0

there is a bug when restarting NM: Network Manager and/or nm-applet forgets its Wired connection and recreates a new connection on each restart

so if you tweak your Ethernet for example set IPv6 to Ignore or modified WoL settings MTU settings etc- you will have to do that again !