Bug 806664

Summary: "ifup XXX" (really 'nmcli con') results in "Error: Can't obtain connections: settings service is not running."
Product: [Fedora] Fedora Reporter: Andre Robatino <robatino>
Component: NetworkManagerAssignee: Dan Williams <dcbw>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: awilliam, danw, dcbw, hoyang, iarlyy, jonathan, lnykryn, notting, plautrba, the.ridikulus.rat
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: AcceptedNTH
Fixed In Version: NetworkManager-0.9.4.0-1.git20120328.fc17 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-29 04:13:53 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:
Bug Depends On:    
Bug Blocks: 752652    

Description Andre Robatino 2012-03-25 21:13:13 UTC
Description of problem:
When I run the command "ifup XXX" (where XXX is the network device name, for example eth0 in a default KVM install, or p2p1 for VirtualBox) I get the error

Error: Can't obtain connections: settings service is not running.

This happens whether the network is up or down initially. If the network is initially down, it stays down. I see it with both a minimal install and a full graphical install (both updated).

Version-Release number of selected component (if applicable):
initscripts-9.37-1.fc17

How reproducible:
always

Comment 1 Andre Robatino 2012-03-25 21:18:56 UTC
Interestingly, in Rawhide with initscripts-9.37-1.fc18, I get a different error:

[root@localhost ~]# ifup p2p1

GLib-WARNING **: (gerror.c:390):g_error_new_valist: runtime check failed: (domain != 0)
Error: No suitable device found: no device found for connection 'System p2p1'.

Comment 2 Adam Williamson 2012-03-26 15:17:08 UTC
Note that ifup blah redirects to nmcli (nmcli con something something), which is what's actually giving the error. Trying many nmcli commands gives the error.



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

Comment 3 Adam Williamson 2012-03-26 17:46:12 UTC
Discussed at 2012-03-26 QA meeting acting as a blocker review meeting. As the impact of this bug combined with 806466 is broadly the same as #804716 for TC2, and we took 804716 as NTH, we agreed that this bug and 806466 should be accepted as NTH but rejected as blockers.



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

Comment 4 Adam Williamson 2012-03-27 21:50:17 UTC
I can reproduce this with any F17 install and on my desktop. Any 'nmcli con' command seems to return this error, run as root or regular user.



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

Comment 6 Dan Winship 2012-03-27 22:00:30 UTC
That fix is wrong though. (It fixes this problem, but it undoes all the earlier work to make it possible to initialize NM asynchronously.)

Comment 7 Fedora Update System 2012-03-28 08:47:13 UTC
NetworkManager-0.9.4.0-1.git20120328.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/NetworkManager-0.9.4.0-1.git20120328.fc17

Comment 8 Fedora Update System 2012-03-29 04:13:53 UTC
NetworkManager-0.9.4.0-1.git20120328.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Andre Robatino 2012-03-29 04:16:23 UTC
Confirmed fixed in VirtualBox minimal GUI DVD installs of Beta RC2 (i386 and x86_64). "ifup p2p1" works.