On Wed, 2011-03-09 at 14:38 +0000, Mu Qiao wrote:
> Hi Dan,
> 
> After trying NM-0.8.995 on Gentoo, I keep getting the error:
> claim_connection: assertion `nm_connection_get_path (NM_CONNECTION
> (connection)) == NULL' failed
> 
> I try to find the reason and I think it's because I didn't provide a
> path property for the connection object of ifnet plug-in. I tried to
> do what ifcfg-rh did but still get the same error. What's the correct
> way to provide this property in the plug-in?

Actually that's provided by NetworkManager automatically when it exports
the connection over D-Bus.  What's happening here is that it looks like
ifnet plugin is emitting the NM_SYSTEM_CONFIG_INTERFACE_CONNECTION_ADDED
(connection-added) signal more than once for the same connection.  If
you can find out why that's happening that would be great, otherwise we
could make nm-settings.c just ignore multiple "added" signals for the
same connection I suppose.

Dan


_______________________________________________
networkmanager-list mailing list
networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to