Bug 811200 - Don't restart NetworkManager service on updates
Summary: Don't restart NetworkManager service on updates
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: NetworkManager
Version: 18
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-04-10 11:54 UTC by Elad Alfassa
Modified: 2012-12-20 15:22 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-20 15:22:49 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Elad Alfassa 2012-04-10 11:54:52 UTC
When I update my system, and there is a NetworkManager update, NetworkManager restarts, causing me to lose connections. This is just bad from user experience point of view, because users expect updates not to affect the way they use their system.

This was not the case few versions ago, when NetworkManager did not restart itself.

Comment 1 Elad Alfassa 2012-05-22 17:21:16 UTC
This are the lines that causes this issue:
 
 /bin/systemctl daemon-reload >/dev/null 2>&1 || :
 if [ $1 -ge 1 ] ; then
         # Package upgrade, not uninstall
         /bin/systemctl try-restart NetworkManager.service >/dev/null 2>&1 || :
 fi


It causes interruption of downloads, IRC connections, streaming video and such, and using WiFi it sometimes takes more than a minute until the connection is fully restored.

Comment 2 David Zeuthen 2012-05-22 17:25:18 UTC
See bug 812967 for f17 (fixed already).

Comment 3 Elad Alfassa 2012-05-22 17:51:52 UTC
We need a fix for that in Rawhide as well.
(f16 and f17 branches has the commit that fixes this issue, Rawhide does not)

Comment 4 Elad Alfassa 2012-10-05 16:03:47 UTC
This is still an issue in Fedora 18, any update on this?



-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 5 Fedora Update System 2012-10-05 18:23:55 UTC
NetworkManager-0.9.7.0-3.git20121004.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/NetworkManager-0.9.7.0-3.git20121004.fc18

Comment 6 Fedora Update System 2012-10-06 05:27:35 UTC
Package NetworkManager-0.9.7.0-3.git20121004.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing NetworkManager-0.9.7.0-3.git20121004.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-15525/NetworkManager-0.9.7.0-3.git20121004.fc18
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2012-10-06 20:10:36 UTC
NetworkManager-0.9.7.0-4.git20121004.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/NetworkManager-0.9.7.0-4.git20121004.fc18

Comment 8 Fedora Update System 2012-12-20 15:22:52 UTC
NetworkManager-0.9.7.0-3.git20121004.fc18 has been pushed to the Fedora 18 obsolete repository.  If problems still persist, please make note of it in this bug report.


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