Activity log for bug #1579221

Date Who What changed Old value New value Message
2016-05-06 20:22:08 Pat McGowan bug added bug
2016-05-06 20:25:06 Pat McGowan bug task added indicator-network (Ubuntu)
2016-05-06 20:25:14 Pat McGowan indicator-network (Ubuntu): status New In Progress
2016-05-06 20:25:49 Pat McGowan canonical-devices-system-image: status Confirmed In Progress
2016-05-06 20:26:09 Pat McGowan indicator-network (Ubuntu): importance Undecided Critical
2016-05-09 14:39:23 Tony Espy description Restore the hotspot functionality While testing network-manager 1.1.93-0ubuntu1~vivid1 we noticed that hotspot no longer worked on arale or krillin ( it's not enabled on mako ). The first issue was that if no NM connection file yet existed for the hotspot, indicator-network would fail creating one due to a DBus error: void nmofono::HotspotManager::Priv::addConnection() Adding new hotspot connection Failed to add connection: "ipv4.dns: can't set property of type 'au' from value of type 'as'" This was due to indicator-network using the following code to set this setting: ipv4[QStringLiteral("dns")] = QVariant(QStringList()); My guess is that NM's re-factoring of it's DBus code to use gdbus instead of dbus-glib, resulting in NM being a bit more strict in it's parameter checking. Removing this, and the same for the 'addresses' and 'routes' settings allows indicator-network to create hotspot connection files once again. See the associated branch for the update. If a connection file already exists, or one is created with the fix from the merge proposal, then the current problem is that when 'Start' is pressed, the UI displays a spinner which is never dismissed. Testing has shown that the hotspot is actually activated, can be seen from other devices and connected to. Testing has also shown that it's possible to activate the hotspot using nmcli directly, and the result is usable from other clients.
2016-05-09 14:40:51 Tony Espy branch linked lp:~phablet-team/indicator-network/fix-nm1.2-hotspot
2016-05-09 23:25:25 Tony Espy indicator-network (Ubuntu): assignee Alfonso Sanchez-Beato (alfonsosanchezbeato)
2016-05-10 10:03:58 Alfonso Sanchez-Beato indicator-network (Ubuntu): assignee Alfonso Sanchez-Beato (alfonsosanchezbeato) Pete Woods (pete-woods)
2016-05-10 12:43:47 Launchpad Janitor branch linked lp:~phablet-team/indicator-network/wait-for-hotspot-ready-lp1579221
2016-05-13 09:50:47 Jean-Baptiste Lallement canonical-devices-system-image: status In Progress Fix Committed
2016-05-13 10:29:27 Pete Woods indicator-network (Ubuntu): status In Progress Fix Committed
2016-05-24 09:42:09 Launchpad Janitor indicator-network (Ubuntu): status Fix Committed Fix Released
2016-06-02 12:12:44 Pat McGowan canonical-devices-system-image: status Fix Committed Fix Released