[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-03-12 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1413269 Title: Qt netwo

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-02-17 Thread Timo Jyrinki
Marking as Fix Released as Qt 5.4.0 is now in vivid. rtm will get it when a vivid snapshot is made into new rtm. ** Changed in: qtbase-opensource-src (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-02-12 Thread Pat McGowan
defer to pick up fix in qt 5.4 ** Changed in: canonical-devices-system-image Milestone: ww07-2015 => ww11-2015 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bu

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-02-09 Thread Pawel Stolowski
I re-tested with Qt 5.4.0 (from the ppa) and a custom build of unity- scopes-api (with switch-to-netcpp branch reverted) and I couldn't reproduce the networking issues of smartscopesproxy anymore. It looks like Qt 5.4.0 did fix that particular instance of the qt networking issue for us. I cannot c

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-02-03 Thread Timo Jyrinki
If it's something that is not NM backend specific but Qt networking in general, it would be an useful data point if Qt 5.4.0 works similarly or not, see https://wiki.ubuntu.com/Touch/QtTesting. If it would work better, we'd know there's something between 5.3 and 5.4 fixing the issue, in qtbase. --

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-02-03 Thread Pawel Stolowski
Unfortunately the patched version of Qt from landing-001 didn't help with our issue with smartscopesproxy (I've tested on an older image #73 on mako; it's important to test on an old image because we've recently switched to netcpp in smartscopesproxy to avoid these networking issues). -- You rece

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-02-02 Thread Timo Jyrinki
Whatever the cause, please test the builds on vivid: ppa:ci-train-ppa-service/landing-001 ( 5.3.2+dfsg-4ubuntu10 ) and rtm: ppa:ci-train-ppa-service/landing-006 ( 5.3.0+dfsg-2ubuntu11~rtm ) to see if Lorn's patch fixes the issue or not. The patch needed small rebasing to apply cleanly. -- You

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-01-30 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1413269 Title: Qt netw

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-01-29 Thread JACQUELINE
** Changed in: canonical-devices-system-image Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1413269 Title: Qt ne

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-01-28 Thread Pat McGowan
@Lorn any update? ** Also affects: qtbase-opensource-src (Ubuntu RTM) Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Status: Confirmed => In Progress ** Changed in: canonical-devices-system-image Milestone: ww05-2015 => ww07-2015 ** Changed

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-01-26 Thread Pawel Stolowski
Hi Lorn, re your question from comment #2 (sorry it took so long, I had to revert to some older phone image to verify that): restarting network manager service doesn't help. Also, when the problem happens, other apps (such as browser) work fine, so it's rather an issue with the state of Qt network

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-01-25 Thread Ubuntu Foundations Team Bug Bot
The attachment "fix-ubuntu-bearer.diff" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-01-25 Thread Lorn Potter
Patch attached that fixes wonky configuration state and also fixes isOnline for me. I will test and upstream this more tomorrow. ** Patch added: "fix-ubuntu-bearer.diff" https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413269/+attachment/4305295/+files/fix-ubuntu-bearer.diff

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-01-22 Thread Lorn Potter
Briefly looked into this, and something odd is going on in the networkmanager QtBearer backend. The wifi connection is first reported in the Defined state, and then gets Undefined for some reason when it should be updated to Active state. Need to dig further. -- You received this bug notificati

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-01-22 Thread Lorn Potter
Could you try to restart NetworkManager? Does that have the same effect as restarting smartscopeproxy? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1413269 T

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-01-21 Thread Pat McGowan
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Status: New => Confirmed ** Changed in: canonical-devices-system-image Milestone: None => ww05-2015 -- You received this bug notification because

[Touch-packages] [Bug 1413269] Re: Qt network being unreliable establishing a connection

2015-01-21 Thread Pawel Stolowski
Bug #1409995 affected our smartscopesproxy service, which starts with user session (keeps running in the background) and handles network requests by creating QNetworkAccessManager instance with every new request. So, in theory, since QNAM was re-created for every request, it should not be affected