Comment 53 for bug 1357321

Revision history for this message
Lorn Potter (lorn-potter) wrote : Re: [TOPBLOCKER] QNetworkAccessManager doesn't support roaming on Ubuntu

This is really odd.
Digging into this, it appears that something in the system other than QtBearer backend is causing this.

Attached is a dbus-monitor log. The connection never gets fully activated, which goes along with the log:
Nov 7 16:45:37 ubuntu-phablet NetworkManager[1333]: <warn> DNS: plugin dnsmasq update failed
Nov 7 16:45:37 ubuntu-phablet NetworkManager[1333]: <info> Removing DNS information from /sbin/resolvconf

There is nothing in the backend that activates or deactivates the connection by itself. Although if I remove the plugin, the connection stabilizes. This makes be believe that there is something else behaving badly since this plugin is now working more like it should (it works fine and passes Qt's auto tests on desktop with wifi and cable ethernet)

Since I am not totally sure either way about this, I will continue to look at this plugin.