Public bug reported:

# /etc/init.d/network-manager  restart
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service network-manager restart
initctl: Unknown job: network-manager

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) and then start(8) utilities,
e.g. stop network-manager ; start network-manager. The restart(8) utility is 
also available.


# nmcli  nm 
RUNNING         STATE           WIFI-HARDWARE   WIFI       WWAN-HARDWARE   WWAN 
     
running         asleep          enabled         enabled    enabled         
enabled   

# nmcli  nm sleep false

# nmcli  nm
RUNNING         STATE           WIFI-HARDWARE   WIFI       WWAN-HARDWARE   WWAN 
     
running         connected       enabled         enabled    enabled         
enabled   


# uname -a
Linux x230 3.9.0-2-generic #6-Ubuntu SMP Tue May 14 16:51:58 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux

# relevant pkgs
ii  upstart                       1.8-0ubuntu2        amd64               
event-based init daemon
ii  network-manager                               0.9.8.0-0ubuntu8              
              amd64        network management framework (daemon and userspace 
tools)
ii  network-manager-gnome                         0.9.8.0-1ubuntu3              
              amd64        network management framework (GNOME frontend)

** Affects: network-manager (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1182019

Title:
  nm does not work after resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1182019/+subscriptions

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

Reply via email to