Re: Bonding wifi and wired

2016-03-08 Thread Nikolay Martynov
Hi. 2016-03-08 15:55 GMT-05:00 José Queiroz : > > > 2016-03-08 14:30 GMT-03:00 Dan Williams : >> >> >> I know it's been done before, but one caveat is that the wifi driver >> and the supplicant have to correctly support setting the WiFi device's >> MAC address

NetworkManager 1.1.90 : nm-exported-object.c:293:nm_exported_object_class_add_interface: assertion failed: (object_property != NULL)

2016-03-08 Thread Ali Nematollahi
Hi guys I installed the development version of NM 1.1.90 and I was trying to add a connection but NM crapped out with the error: NetworkManager:ERROR:nm-exported-object.c:293:nm_exported_object_class_add_interface: assertion failed: (object_property != NULL) Any ideas why?

Re: Bonding wifi and wired

2016-03-08 Thread José Queiroz
2016-03-08 14:30 GMT-03:00 Dan Williams : > > I know it's been done before, but one caveat is that the wifi driver > and the supplicant have to correctly support setting the WiFi device's > MAC address since bonding requires they have the same one. That's been > a problem in the

Re: Bonding wifi and wired

2016-03-08 Thread Dan Williams
On Tue, 2016-03-08 at 10:50 +0100, Thomas Haller wrote: > On Mon, 2016-03-07 at 23:34 -0500, Nikolay Martynov wrote: > > > > Hi. > > > >   I just wanted to reach out to ask what's NetworkManager team's > > position on allowing bonding of wifi and wired interface? Are there > > any plans to

Re: [PATCH 1/1] applet: fix tracking of active access-point

2016-03-08 Thread Thomas Haller
On Tue, 2016-03-08 at 14:07 +0100, Beniamino Galvani wrote: > On Tue, Mar 08, 2016 at 10:00:51AM +0100, Thomas Haller wrote: > > > > Fix that, by registering a weak-ref to the access-point, so that we > > notice when the access-point gets destroyed. Note that we don't > > want > > to take strong

Re: [PATCH 1/1] applet: fix tracking of active access-point

2016-03-08 Thread Beniamino Galvani
On Tue, Mar 08, 2016 at 10:00:51AM +0100, Thomas Haller wrote: > Fix that, by registering a weak-ref to the access-point, so that we > notice when the access-point gets destroyed. Note that we don't want > to take strong references, because neither device, access-point nor > applet should keep

Re: [PATCH] manager: fix assumption of child connections with autoconnect=no

2016-03-08 Thread Thomas Haller
On Tue, 2016-03-08 at 12:02 +0100, Beniamino Galvani wrote: > During startup, when a link is detected (enp0s25 in the example > below) > we try to create also virtual devices (ipip1) on it through > system_create_virtual_device(), however this realizes only devices > for > connections which can

[PATCH] manager: fix assumption of child connections with autoconnect=no

2016-03-08 Thread Beniamino Galvani
During startup, when a link is detected (enp0s25 in the example below) we try to create also virtual devices (ipip1) on it through system_create_virtual_device(), however this realizes only devices for connections which can autoactivate. To support the assumption of child devices with

Re: Bonding wifi and wired

2016-03-08 Thread Thomas Haller
On Mon, 2016-03-07 at 23:34 -0500, Nikolay Martynov wrote: > Hi. > >   I just wanted to reach out to ask what's NetworkManager team's > position on allowing bonding of wifi and wired interface? Are there > any plans to support this? If not - it is due to no one being > interested implementing it

[PATCH 1/1] applet: fix tracking of active access-point

2016-03-08 Thread Thomas Haller
Caught the following valgrind error on network-manager-applet-1.2.0-0.3.beta1.fc24: == Invalid read of size 8 ==at 0x822471D: g_type_check_instance (gtype.c:4137) ==by 0x8218B63: g_signal_handlers_disconnect_matched (gsignal.c:2925) ==by 0x129B3D: update_active_ap