Bug 801370 - Network Manager won't stay stopped
Summary: Network Manager won't stay stopped
Keywords:
Status: CLOSED DUPLICATE of bug 815243
Alias: None
Product: Fedora
Classification: Fedora
Component: NetworkManager
Version: 16
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dan Williams
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-08 11:34 UTC by Steve Hill
Modified: 2012-09-06 12:27 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-06 12:27:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Steve Hill 2012-03-08 11:34:02 UTC
Description of problem:
When diagnosing network problems it is often useful to temporarily turn NetworkManager off.  This allows for quick manual reconfiguration of network interfaces, running applications such as Kismet, etc. without having to completely reconfigure NetworkManager itself.

The obvious way to do this is "service NetworkManager stop", which does indeed stop Network Manager as expected.  Unfortunately, within a few seconds, something starts NetworkManager again.  This violates the principle of least surprise - when a service is explicitly manually stopped, it is expected to stay stopped until the user explicitly starts it again (or reboots).  There is no obvious indication of what is responsible for restarting it.

Version-Release number of selected component (if applicable):
NetworkManager-0.9.2-1.fc16.x86_64

How reproducible:
Always

Steps to Reproduce:
1. service NetworkManager stop
2. Wait a few seconds
3. NetworkManager spontaneously starts again.
  
Actual results:
Network Manager spontaneously starts after the user has explicitly stopped the service.

Expected results:
Services that were manually stopped by the user should not spontaneously start.

Additional info:

Comment 1 Jirka Klimes 2012-09-06 12:27:35 UTC
I agree that it is annoying when NetworkManager is unexpectedly D-Bus activated.
For now you should use "systemctl disable NetworkManager.service" to prevent NetworkManager from restarting.

There is a quite long discussion about that in bug #815243

*** This bug has been marked as a duplicate of bug 815243 ***


Note You need to log in before you can comment on or make changes to this bug.