After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 737273 - keyfile-only plugin fails to DHCP
keyfile-only plugin fails to DHCP
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-09-24 15:25 UTC by Colin Walters
Modified: 2014-10-07 14:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
devices: fix default ethernet connection code (1.35 KB, patch)
2014-09-24 17:19 UTC, Dan Winship
committed Details | Review

Description Colin Walters 2014-09-24 15:25:40 UTC
I'm tagging NM back to fb7b08388e9de5440962337e20a823bbf9d019ae in Continuous.  Previous discussion:

<walters> [10:48:47] hi, recently NM stopped being able to create default wired connections if there's no distro plugins; I see (eth0): couldn't create default wired connection: No plugin supported adding this connection
<walters> [10:48:50] (in Continuous)
<walters> [10:50:40] i thought the keyfile plugin was built-in
<dcbw1> [10:55:11] walters: yeah, that's odd
<dcbw1> [10:56:21] walters: do you see "Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list." in the logs?
<walters> [10:56:42] yep
<walters> [10:57:04] maybe this is beb18050b5a00a704a74bff5c10919b44f087122 ?
<dcbw1> [10:57:54] walters: I think it's likely fallout from the libnm gdbus merge
<dcbw1> [10:58:21] or could be that, but I"d suspect not
Comment 1 Dan Winship 2014-09-24 17:19:22 UTC
Created attachment 286995 [details] [review]
devices: fix default ethernet connection code

Creation of default wired connections got broken by an incomplete
rebase of dcbw/internal-device-factories after danw/libnm-props
landed.
Comment 2 Dan Williams 2014-09-30 15:01:26 UTC
Looks good to me.
Comment 3 Dan Winship 2014-09-30 15:07:54 UTC
Attachment 286995 [details] pushed as 94c3f1f - devices: fix default ethernet connection code