i think its a NM problem. The problem should be fixed by this:
diff --git a/src/nm-device.c b/src/nm-device.c
index 18a8516..b41192b 100644
--- a/src/nm-device.c
+++ b/src/nm-device.c
@@ -1812,7 +1812,7 @@ nm_device_activate_schedule_stage5_ip_config_commit
(NMDevice *self, int family)
else if (family == AF_INET6)
priv->ip6_ready = TRUE;
- if (!priv->ip4_ready || !priv->ip6_ready)
+ if (!priv->ip4_ready && !priv->ip6_ready)
return;
activation_source_schedule (self,
nm_device_activate_stage5_ip_config_commit, 0);
--
[huawei] MM wont connect, keeps nm.applet spinning
https://bugs.launchpad.net/bugs/413333
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs