Bug 668633
| Summary: | systemd update enabled both network service and NetworkManager service | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Clyde E. Kunkel <clydekunkel7734> |
| Component: | systemd | Assignee: | Lennart Poettering <lpoetter> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | awilliam, lpoetter, mattdm, metherid, mschmidt, notting, plautrba, schwab |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-04-12 12:19:52 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Clyde E. Kunkel
2011-01-11 00:51:53 UTC
I suspect this is the same as https://bugzilla.redhat.com/show_bug.cgi?id=659647 . -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers are you sure it works normally if you enable network but not NetworkManager? -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers I can reproduce this with these steps: run system with configured network service and without installed NetworkManager - e.g. minimal installation # yum install NetworkManager # systemctl | grep -i network network.service loaded active exited LSB: Bring up/down network network.target loaded active active Network # service network restart Restarting network (via systemctl): [ OK ] and you can see in logs: [ 284.080826] systemd[1]: Trying to enqueue job NetworkManager.service/start/replace [ 284.082789] systemd[1]: Installed new job NetworkManager.service/start as 184 [ 284.084302] systemd[1]: Installed new job dbus.target/start as 185 [ 284.085702] systemd[1]: Enqueued job NetworkManager.service/start as 184 [ 284.087102] systemd[1]: dbus.target changed dead -> active [ 284.088131] systemd[1]: Job dbus.target/start finished, success=yes [ 284.089445] systemd[1]: About to execute: /usr/sbin/NetworkManager --no-daemon [ 284.096874] systemd[1]: Forked /usr/sbin/NetworkManager as 1113 [ 284.106669] systemd[1]: NetworkManager.service changed dead -> start # systemctl | grep -i network network.service loaded active exited LSB: Bring up/down network NetworkManager.service loaded active running Network Manager network.target loaded active active Network (In reply to comment #2) > are you sure it works normally if you enable network but not NetworkManager? > -- > Fedora Bugzappers volunteer triage team > https://fedoraproject.org/wiki/BugZappers Yes. Very sure. To resolve initially I did the following (approx. since my memory is faulty): 1. system-config-network to turn off NetworkManager managing the connection 2. systemctl --disable NetworkManager.service 3. systemctl --enable network.service (did not have to configure, since it was already configured for eth0) 4. reboot and all was well. Based on msgs on the test list I later disabled network.service, enabled NetworkManager.service and configured the interface to let NetworkManager control the interface, rebooted and all was well. According to Dan the network script and NM should actually be running at the same time. NM checks whether an interface is configured via the old network script before controlling it itself. On current F15 NM and the network script should work fine together. Closing. If not, feel free to reopen. *** Bug 659647 has been marked as a duplicate of this bug. *** |