[Bug 1492707] Re: package linux-image-3.13.0-63-generic 3.13.0-63.103 failed to install/upgrade: trying to overwrite '/lib/modules/3.13.0-63-generic/kernel/mm/hwpoison-inject.ko', which is also in pac

2015-09-07 Thread Tony Travis
This bug is due to a newer release of the kernel in precide-updates than
trusty-updates, but it will only occur if you have both the "precise"
and "trusty" repositories enabled (which I have because I'm using
libtiff4):

root@wildcat:/var/lib/dpkg/info# apt-cache policy linux-image-3.13.0-63-generic
linux-image-3.13.0-63-generic:
  Installed: 3.13.0-63.103
  Candidate: 3.13.0-63.104~precise1
  Version table:
 3.13.0-63.104~precise1 0
500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
 *** 3.13.0-63.103 0
500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
100 /var/lib/dpkg/status

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1492707

Title:
  package linux-image-3.13.0-63-generic 3.13.0-63.103 failed to
  install/upgrade: trying to overwrite
  '/lib/modules/3.13.0-63-generic/kernel/mm/hwpoison-inject.ko', which
  is also in package linux-image-extra-3.13.0-63-generic 3.13.0-63.103

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1492707/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1490991] Re: ofono hitting an assert during settings test

2015-09-03 Thread Tony Espy
@Ken

So although we have a pending fix that's been merged in our ofono trunk,
I still would like to better understand what caused the crash during
autopilot testing.

The fix removes an assert in the ril device plugin when the radio state
becomes UNAVAILABLE and the plugin's online flag is TRUE.  Essentially
this assert is  saying, if the radio ever goes OFF/UNAVAILABLE by itself
without instruction from ofono, this is something that can't be
handled...  so assert, upstart restarts ofono, and in theory the system
recovers.

That said, we never really thought thru what happens during system
shutdown.  As ofono is never told the system is shutting down, then
whenever the container shuts down rild, it triggers the radio
unavailable scenario and the assert happens, which could potentially
lead to more than one crash/restart.

NOTE - with the proposed fix, UNAVAILABLE state transitions are
*ignored*, however if OFF occurs instead, the same assert will still
fire.

Can you or someone from your team isolate the AP test case that causes
the failure?  FlightMode shouldn't trigger this error as urfkill tells
ofono to go offline, which triggers a RADIO POWER OFF message to rild.
This sequence results in the plugin's online flag being set to FALSE
*before* the radio power message is sent, so in theory, the assert
should never happen.

If we have other non-shutdown scenarios that trigger the radio
UNAVAILABLE state, ignoring the state may not be the wisest course of
action.

Perhaps it's worth changing the assert to a graceful exit, returing a
non-success error code, which would still allow upstart to restart
ofono, but would no longer leave .crash files laying around.

Finally, we might also want to consider whether additional shutdown
logic for ofono, urfkill, and other components in the
networking/telephony stack is required.  Note, there may be hooks and/or
logic for shutdown in some of these components, however the timing might
not be properly synced with the container shutdown.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1490991

Title:
  ofono hitting an assert during settings test

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1490991/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1480877] Re: Access points' "PropertiesChanged" dbus signals freeze UI on mobile devices

2015-09-01 Thread Tony Espy
** Changed in: network-manager (Ubuntu)
 Assignee: Andrea Bernabei (faenil) => Tony Espy (awe)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480877

Title:
  Access points' "PropertiesChanged" dbus signals freeze UI on mobile
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1480877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1479552] Re: /usr/sbin/ofonod:ERROR:plugins/ril.c:148:ril_radio_state_changed: assertion failed: (FALSE)

2015-09-01 Thread Tony Espy
** Changed in: ofono (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1479552

Title:
  /usr/sbin/ofonod:ERROR:plugins/ril.c:148:ril_radio_state_changed:
  assertion failed: (FALSE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1479552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1490991] Re: ofono hitting an assert during settings test

2015-09-01 Thread Tony Espy
The relevant messages from the syslog are:

Sep  1 07:55:45 ubuntu-phablet ofonod[1428]: ril_radio_state_changed: state: 
UNAVAILABLE rd->ofono_online: 1
Sep  1 07:55:45 ubuntu-phablet ofonod[1428]: ril_radio_state_changed: radio 
self-powered off!
Sep  1 07:55:45 ubuntu-phablet NetworkManager[1541]:  ofono disappeared

This is due to the fact that assert happens when the radio state is
reported as UNAVAILABLE yet ofono online flag is TRUE.  This indicates
that radio has asynchronously powered off.

Bug #1479552 is an automatic bug created by crash reports seen at
errors.ubuntu.com:

 /usr/sbin/ofonod:ERROR:plugins/ril.c:148:ril_radio_state_changed:
assertion failed: (FALSE)

As such, I'll mark the other bug a duplicate of this one as we have at
least two ways to duplicate this crash.

** Changed in: ofono (Ubuntu RTM)
   Status: Confirmed => In Progress

** Changed in: ofono (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: ofono (Ubuntu)
   Importance: Undecided => High

** Changed in: ofono (Ubuntu RTM)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1490991

Title:
  ofono hitting an assert during settings test

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1490991/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1490991] Re: ofono hitting an assert during settings test

2015-09-01 Thread Tony Espy
** Also affects: ofono (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: ofono (Ubuntu RTM)
   Status: New => Confirmed

** Changed in: ofono (Ubuntu RTM)
 Assignee: (unassigned) => Alfonso Sanchez-Beato (alfonsosanchezbeato)

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1490991

Title:
  ofono hitting an assert during settings test

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1490991/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1429572] Re: package ofono 1.12.bzr6880+14.10.20141010-0ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 6

2015-09-01 Thread Tony Espy
** Changed in: ofono (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1429572

Title:
  package ofono 1.12.bzr6880+14.10.20141010-0ubuntu1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1429572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1472685] Re: /usr/sbin/ofonod:ERROR:plugins/ril.c:143:ril_radio_state_changed: assertion failed: (FALSE)

2015-09-01 Thread Tony Espy
*** This bug is a duplicate of bug 1490991 ***
https://bugs.launchpad.net/bugs/1490991

** This bug has been marked a duplicate of bug 1490991
   ofono hitting an assert during settings test

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1472685

Title:
  /usr/sbin/ofonod:ERROR:plugins/ril.c:143:ril_radio_state_changed:
  assertion failed: (FALSE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1472685/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1479552] Re: /usr/sbin/ofonod:ERROR:plugins/ril.c:148:ril_radio_state_changed: assertion failed: (FALSE)

2015-09-01 Thread Tony Espy
*** This bug is a duplicate of bug 1490991 ***
https://bugs.launchpad.net/bugs/1490991

Making this a duplicate of bug #1490991, as it has reproducible
scenarios...

** This bug has been marked a duplicate of bug 1490991
   ofono hitting an assert during settings test

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1479552

Title:
  /usr/sbin/ofonod:ERROR:plugins/ril.c:148:ril_radio_state_changed:
  assertion failed: (FALSE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1479552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1479952] Re: package ofono 1.12.bzr6900+15.10.20150724.1-0ubuntu1 failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 100

2015-09-01 Thread Tony Espy
*** This bug is a duplicate of bug 1490876 ***
https://bugs.launchpad.net/bugs/1490876

** This bug has been marked a duplicate of bug 1490876
   package ofono 1.12.bzr6900+15.10.20150724.1-0ubuntu1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 100

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1479952

Title:
  package ofono 1.12.bzr6900+15.10.20150724.1-0ubuntu1 failed to
  install/upgrade: podproces zainstalowany skrypt post-installation
  zwrócił kod błędu 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1479952/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1408724] Re: /usr/sbin/ofonod:ERROR:plugins/ril.c:131:ril_radio_state_changed: assertion failed: (FALSE)

2015-09-01 Thread Tony Espy
*** This bug is a duplicate of bug 1490991 ***
https://bugs.launchpad.net/bugs/1490991

** This bug is no longer a duplicate of bug 1472685
   /usr/sbin/ofonod:ERROR:plugins/ril.c:143:ril_radio_state_changed: assertion 
failed: (FALSE)
** This bug has been marked a duplicate of bug 1490991
   ofono hitting an assert during settings test

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1408724

Title:
  /usr/sbin/ofonod:ERROR:plugins/ril.c:131:ril_radio_state_changed:
  assertion failed: (FALSE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1408724/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1458238] Re: package ofono 1.12.bzr6894+15.04.20150424.1-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-09-01 Thread Tony Espy
*** This bug is a duplicate of bug 1490876 ***
https://bugs.launchpad.net/bugs/1490876

** This bug has been marked a duplicate of bug 1490876
   package ofono 1.12.bzr6900+15.10.20150724.1-0ubuntu1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 100

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1458238

Title:
  package ofono 1.12.bzr6894+15.04.20150424.1-0ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1458238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1460425] Re: package ofono 1.12.bzr6896+15.10.20150521-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-09-01 Thread Tony Espy
*** This bug is a duplicate of bug 1490876 ***
https://bugs.launchpad.net/bugs/1490876

** This bug has been marked a duplicate of bug 1490876
   package ofono 1.12.bzr6900+15.10.20150724.1-0ubuntu1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 100

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1460425

Title:
  package ofono 1.12.bzr6896+15.10.20150521-0ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1460425/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382856] Re: package ofono 1.12.bzr6880+14.10.20141010-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2015-09-01 Thread Tony Espy
** Changed in: ofono (Ubuntu)
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382856

Title:
  package ofono 1.12.bzr6880+14.10.20141010-0ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1382856/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1490520] Re: WiFi network is not listed by NM but listed by the kernel driver

2015-08-31 Thread Tony Espy
** Changed in: network-manager (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1490520

Title:
  WiFi network is not listed by NM but listed by the kernel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1490520/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1490520] Re: WiFi network is not listed by NM but listed by the kernel driver

2015-08-31 Thread Tony Espy
Also, you can watch the scans be triggered from NM by running 'wpa_cli'
( as root ), and watching for the associated CTRL_EVENTs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1490520

Title:
  WiFi network is not listed by NM but listed by the kernel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1490520/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1490520] Re: WiFi network is not listed by NM but listed by the kernel driver

2015-08-31 Thread Tony Espy
@Simon

A few questions...

1. What kind of AP ( 2.4G?  5G? )?  What type of security?  Is the SSID
visible?

2. The following two commands will show the APs known to NM and
wpa_supplicant:

 - nmcli d wifi list

 - wpa_cli scan_results

Please check to see if the AP is available in either during this period.

You also can enable debug scan logging in NM via:

Just before the test:

$ sudo nmcli general logging level debug domains wifi,wifi_scan



Either grab syslog right now, or turn down the logging:

$ sudo nmcli general logging level info domains DEFAULT

and then grab the syslog at your convenience.


** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) => Simon Fels (morphis)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1490520

Title:
  WiFi network is not listed by NM but listed by the kernel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1490520/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1487157] Re: mako and flo should have hotspot disabled

2015-08-31 Thread Tony Espy
@Dave

Bug #1429314 was actually for krillin, not mako and has since been
marked Invalid.   That said, running a quick test on mako ( rc-proposed
/ #228 ) shows that although the hotspot can be created/started, it's
not usable.  It can be seen by other devices ( iPhone, Nexus5 ), but
neither is able to properly authenticate properly.

I also see the following kernel and wpa_supplicant errors on mako when a
client attempts to associate.

15:18:19 kernel: [ 1010.424629] wlan: [1484:E :PE ] limProcessAssocReqFrame: 
654: AP supports RSN enabled authentication
15:18:22 wpa_supplicant[1945]: handle_probe_req: send failed
15:18:23 wpa_supplicant[1945]: WPA: wpa_sm_step() called recursively
15:18:23 kernel: [ 1014.448283] wlan: [1945:E :HDD] 
hdd_softap_sta_deauth:(c1117f20, false)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1487157

Title:
  mako and flo should have hotspot disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1487157/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1487157] Re: mako and flo should have hotspot disabled

2015-08-31 Thread Tony Espy
@Dave

Bug #1434591 tracks the specific problem with mako ( hotspot is visible,
but devices can't connect to it ).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1487157

Title:
  mako and flo should have hotspot disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1487157/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1434591] Re: [mako] Cannot connect to a secure, shared "ap" hotspot

2015-08-31 Thread Tony Espy
First, hotspot was *not* supposed to have been enabled for mako in OTA6
due to this bug.   See bug #1487157.

Re-verified using rc-proposed / #228 ):

A hotspot can be created/started, it's not usable. It can be seen by
other devices ( iPhone, Nexus5 ), but neither the device aren't able to
properly authenticate to the hotspot:

I also see the following kernel and wpa_supplicant errors on mako when a
client attempts to associate.

15:18:19 kernel: [ 1010.424629] wlan: [1484:E :PE ] limProcessAssocReqFrame: 
654: AP supports RSN enabled authentication
15:18:22 wpa_supplicant[1945]: handle_probe_req: send failed
15:18:23 wpa_supplicant[1945]: WPA: wpa_sm_step() called recursively
15:18:23 kernel: [ 1014.448283] wlan: [1945:E :HDD] 
hdd_softap_sta_deauth:(c1117f20, false)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1434591

Title:
  [mako] Cannot connect to a secure, shared "ap" hotspot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1434591/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1480877] Re: Access points' "PropertiesChanged" dbus signals freeze UI on mobile devices

2015-08-31 Thread Tony Espy
I installed bustle on my krillin this afternoon to try and glean some
more information from the system DBus.   I few observations...

1. The top signal on the system bus is:

org.freedesktop.NetworkManager.AccessPoint.PropertiesChanged

2. Most of these seem to be for a specific AP ( instance 0 ), which I'm
pretty sure is the current connected AP.  The associated property is
'Strength'.   This makes sense, as NM constantly reports the varying
signal strength of the AP.These are happening all the time, and I
typically see them in bursts of two or three signals.

3. As scans typically occur anywhere from 20s to 2m, when they do occur,
we see a flurry of AccessPoint.PropertiesChanged signals representing
the changing signals strengths of each access point.  There also are
AccessPoint.PropertiesChanged signals for the 'LastSeen' property.  I'm
pretty sure this property was added specifically for the
LocationService.  Note, ideally this signal would be bundled with the
associated 'Strength' signal, however due to the way NM's underlying
object/property system was architected, this doesn't seem to be an easy
change at first glance.  Note, these LastSeen signals are consumed by
the LocationService's 'connectivity API' ( which I'm pretty sure uses
dbus-cpp ).

So... we still need to quantify how many APs trigger the problem, and if
it's being triggered whenever scans occur.  In comment #29, Pat
mentioned that it happened when he initially arrived in Bluefin, but
went away once he connected to an AP.   As background scanning had
recently been restored in NM, I would've assumed he would continue to
see the issue each time a scan was occurred, even when connected.

It also would be interesting to see whether disabling location service
has any effect on the problem ( if we can reproduce reliably of course
).

Perhaps I can dummy up wpa_supplicant to push an artificial number of
APs to NM and see if I can trigger the problem locally.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480877

Title:
  Access points' "PropertiesChanged" dbus signals freeze UI on mobile
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1480877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1480877] Re: Access points' "PropertiesChanged" dbus signals freeze UI on mobile devices

2015-08-31 Thread Tony Espy
One other interesting tidbit.  On my krillin, on average there are
roughly ~200 processes running.  Looks like almost half (87) of them are
connected to the system bus.  You can use the following command to see
how many sockets exist for any dbus processes, and then you need to
figure out which one is the system bus daemon ( usually the one with the
lower PID ):

sudo netstat -nap | grep dbus | grep CONNECTED | awk '{print $8}' | sort
| uniq -c

Note, this compares to 55 processes on my desktop connected to the
system bus.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480877

Title:
  Access points' "PropertiesChanged" dbus signals freeze UI on mobile
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1480877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1473246] Re: MediaTek Preloader on a mobile device triggers cdc_acm kernel module usage by ModemManager

2015-08-25 Thread Tony
Oh nice thanks for the workaround, just tried a similar udev rule and it
seems to work great.  Re-enabled modem manager service, applied the MM
ignore value with a rule, and can see the /dev/ttyACM* port stays the
same between resets of the device.  We'll add it to udev rules we tell
folks to use when using the hardware (rule is here if you're curious:
https://github.com/adafruit/Trinket_Arduino_Linux/blob/master/99
-adafruit-boards.rules).  Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1473246

Title:
  MediaTek Preloader on a mobile device triggers cdc_acm kernel module
  usage by ModemManager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1473246/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1487238] Re: roxterm 3.1.4 crashes after --fork is used

2015-08-22 Thread Tony Houghton
In case you need a patch but were too busy to ask before I left, here it
is.

** Patch added: roxterm-fix-fork.patch
   
https://bugs.launchpad.net/ubuntu/+source/roxterm/+bug/1487238/+attachment/4450832/+files/roxterm-fix-fork.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1487238

Title:
  roxterm 3.1.4 crashes after --fork is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roxterm/+bug/1487238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1435776] Re: NM does not activate ofono Inet contexts w/Username but no Password ( eg. giffgaff )

2015-08-21 Thread Tony Espy
Changing the Status to FixReleased for Ubuntu ( ie. Wily ) task as this
wasn't recorded properly in the changelog.  This was fixed in version:
0.9.10.0-4ubuntu19.

** Changed in: network-manager (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1435776

Title:
  NM does not activate ofono Inet contexts w/Username but no Password (
  eg. giffgaff )

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1435776/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1388201] Re: Toggling wifi on/off causes media playback to hiccup

2015-08-21 Thread Tony Espy
** Changed in: network-manager (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1388201

Title:
  Toggling wifi on/off causes media playback to hiccup

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1388201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1407928] Re: [phone] Does not auto-switch to available, known WiFi

2015-08-21 Thread Tony Espy
@Michael

Can you please re-test when OTA6 is released ( or flash the latest rc-
proposed )?

@march

Please re-test when OTA6 is released ( should be out within the next
week or so ).   In general this should work much better when recent
fixes to NM land with OTA6.

That said, there may still be issues with re-connecting to a roaming
style network ( ie. an ESSID configuration where multiple access points
exist with the the same SSID ).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1407928

Title:
  [phone] Does not auto-switch to available, known WiFi

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1407928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1486004] Re: Cannot import contacts from sim card ( ofono crash )

2015-08-21 Thread Tony Espy
** Changed in: address-book-app (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1486004

Title:
  Cannot import contacts from sim card ( ofono crash )

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1486004/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1388201] Re: Toggling wifi on/off causes media playback to hiccup

2015-08-21 Thread Tony Espy
This bug is specific to arale, krillin, and most likely vegatta (
although as I don't have once, I haven't been able to test ).  It's
related to the fact that on devices using MTK's Wi-Fi driver, we're
forced to use hybris for power control of the Wi-Fi radios.  This
leverages the Android HAL functions wifi_load/unload_driver().  On
systems configured without kernel modules, this results in a driver
command to start/stop Wi-Fi ( this is accomplished by writing the string
0 or 1 to the character device ( /dev/wmtWiFi ).

I just checked mako ( rc-proposed, #222 ) and no stuttering occurs when
Wi-Fi is enabled or disabled.

Also re-checked arale ( rc-proposed, #88 ) and krillin ( rc-proposed,
#104 ) and both still skip/stutter when Wi-Fi is toggled.

Bug #1487529 reported for arale.

** Summary changed:

- Toggling wifi on/off causes media playback to hiccup
+ [arale/krillin] Toggling wifi on/off causes media playback to hiccup

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1388201

Title:
  [arale/krillin] Toggling wifi on/off causes media playback to hiccup

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1388201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1429314] Re: Setting interface firmware on krillin causes wpa_supplicant process to freeze device

2015-08-21 Thread Tony Espy
As we're about to release hotspot for OTA6, I've changed the status of
this bug to Incomplete and assigned back to you Jonas.

If there is a reproducible test case using the UI ( not the script which
was just a prototype ), then please update the bug and feel free to
assign back to me.

** Changed in: wpasupplicant (Ubuntu)
   Status: New = Incomplete

** Changed in: wpasupplicant (Ubuntu)
 Assignee: Tony Espy (awe) = Jonas G. Drange (jonas-drange)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1429314

Title:
  Setting interface firmware on krillin causes wpa_supplicant process to
  freeze device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpasupplicant/+bug/1429314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1487238] [NEW] roxterm 3.1.4 crashes after --fork is used

2015-08-20 Thread Tony Houghton
Public bug reported:

A bug has been found and fixed upstream:
http://sourceforge.net/p/roxterm/bugs/116/. When the --fork option is
used roxterm crashes when a subsequent roxterm command is run due to an
unexpected non-spec dbus message. As a terminal crash can take down any
application(s) running in it, I think this is quite serious, so please
could you get 3.1.5 into wily if possible.

If you can't make an exception to the debian import freeze but can
accept a patch I'll prepare one, but please let me know asap because I'm
going on vacation on Sunday and expecting very unreliable Internet
access.

** Affects: roxterm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1487238

Title:
  roxterm 3.1.4 crashes after --fork is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roxterm/+bug/1487238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1480877] Re: Access points' PropertiesChanged dbus signals freeze UI on mobile devices

2015-08-20 Thread Tony Espy
@Andrea

Thanks for the updates.  Your stopping of the bridge and indicator are
useful clues.

Again, we still have no proof that there's spamming of the bus yet.  Is
there a lot of traffic, yes?  But as pointed out before, the bus is
meant to handle lots of traffic.  I'm not claiming the bug isn't related
to bus traffic, it's just that we haven't managed to pinpoint a smoking
gun yet.

It'll be interesting to see if you get the same set of JobAdded/Removed
messages on your bus when enabling/disabling WiFi after you re-flash.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480877

Title:
  Access points' PropertiesChanged dbus signals freeze UI on mobile
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1480877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1486004] Re: Cannot import contacts from sim card

2015-08-20 Thread Tony Espy
I'm also attaching the crash file after the backtrace has been created (
after installing the -dbg package and viewing the crash with apport-cli
).

Here's the stack trace which occurs in the rilmodem phonebook atom:

#0  read_record_cb (ok=optimized out, total_length=optimized out, 
record=optimized out, data=0xf92130 , record_length=2, userdata=0xf933e0) 
at d
rivers/rilmodem/phonebook.c:679
 ref = 0xf94130
 file_info = optimized out
 cbd = 0xf933e0
 pb = optimized out
 pbd = optimized out
 ref = optimized out
 rec = 0xf8fde0
 __func__ = read_record_cb
 __FUNCTION__ = read_record_cb
 #1  0x000b7e1e in sim_fs_op_read_record_cb (error=optimized out, 
sdata=0xf92130 , length=2, data=0xf83ff0) at src/simfs.c:352
 fs = 0xf83ff0
 op = optimized out
 cb = 0x34c2d read_record_cb
 #2  0x000316d0 in ril_file_io_cb (message=optimized out, user_data=0xf91f50) 
at drivers/rilmodem/sim.c:283
 cbd = 0xf91f50
 cb = 0xb7df1 sim_fs_op_read_record_cb
 sd = 0xf75cb0
 error = {type = OFONO_ERROR_TYPE_NO_ERROR, error = 0}
 reply = 0xf93bf0
 #3  0x000239b8 in handle_response (message=0xf93b30, p=0xf823c0) at 
gril/gril.c:387
 count = optimized out
 i = optimized out
 len = optimized out
 req = 0xf91640
 found = 1
 id = optimized out
 #4  dispatch (message=0xf93b30, p=optimized out) at gril/gril.c:548
 data_len = optimized out
 unsolicited_field = optimized out
 id_num_field = optimized out
 bufp = optimized out
 datap = optimized out


** Attachment added: ofono crash file with backtrace
   
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1486004/+attachment/4449767/+files/_usr_sbin_ofonod.0.crash

** Changed in: ofono (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: ofono (Ubuntu)
   Importance: Undecided = High

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Summary changed:

- Cannot import contacts from sim card
+ Cannot import contacts from sim card ( ofono crash )

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1486004

Title:
  Cannot import contacts from sim card ( ofono crash )

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1486004/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1486004] Re: Cannot import contacts from sim card

2015-08-20 Thread Tony Espy
The version of ofono that is included with the stable image #3 on the
MX4 is: 1.12.bzr6900+15.04.20150702.3-0ubuntu1.  I've attached the -dbg
package in case someone wants to re-view the raw crash file.

** Attachment added: ofono-dbg file that corresponds to crash file
   
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1486004/+attachment/4449766/+files/ofono-dbg_1.12.bzr6900%2B15.04.20150702.3-0ubuntu1_armhf.deb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1486004

Title:
  Cannot import contacts from sim card ( ofono crash )

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1486004/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1486004] Re: Cannot import contacts from sim card

2015-08-20 Thread Tony Espy
@vallee

Thanks for your update.  I look at the crash file(s) later this
afternoon.

As for the test script, I blew it and uploaded a busted script ( which
had an internal script call, which is why you saw no output ).  I've
attached a new copy that should work.  You should also see immediate
output from the script when you run it.

A couple of other comments...

1. Before re-testing, restart the phone so that you're starting from a
fresh system state.

2. Before you stop ofono, please try the command ( as root ) 'status
ofono', and run it a couple of times to confirm:

  - that ofono is indeed running ( if it's not, this is a bigger problem
)

 - that it's not continually crashing ( ie. the process ID doesn't
change every time you run the status command )

3. The rest of the steps should be the same, and you should be able to
run everything but the 'test-phonebook' command in one terminal
instance.


** Attachment added: debug-ofono.sh
   
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1486004/+attachment/4449679/+files/debug-ofono.sh

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1486004

Title:
  Cannot import contacts from sim card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1486004/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1486004] Re: Cannot import contacts from sim card

2015-08-19 Thread Tony Espy
@vallee

One more request...

1. adb into the phone

2. become root ( sudo -i )

3. Run the command 'stop ofono'

4. Run the command 'script ofono.out'

5. Run the attached script, this will run ofono in the foreground and
output a bunch of debug output

6. Re-run the 'test-phonebook' script ( /usr/share/ofono/scripts/test-
phonebook )

7. Ctrl-C to terminate ofono

8. Ctrl-D to stop the script command

9. Grab the ofono.out command from the phone and attach to this bug
please


** Attachment added: debug-ofono.sh
   
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1486004/+attachment/4448856/+files/debug-ofono.sh

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1486004

Title:
  Cannot import contacts from sim card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1486004/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1486004] Re: Cannot import contacts from sim card

2015-08-19 Thread Tony Espy
@vallee

A couple questions for you...

1. Can you please attach the output of the command 'system-image-cli -i'
( run on the phone )?

2. Have you made your phone writeable and installed any other software
using apt?

3. Can you give us a rough estimate of how many contacts you have stored
on your SIM?

4. From looking at the syslog you attached, it looks like ofonod is
crashing.  Can you check if there's a .crash file in /var/crash for
ofonod and attach it to this bug please?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1486004

Title:
  Cannot import contacts from sim card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1486004/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1480877] Re: Access points' PropertiesChanged dbus signals freeze UI on mobile devices

2015-08-19 Thread Tony Espy
@Andrea

Thanks for the updates.

So our theory that this is related to a large number of APs  doesn't pan
out, as you're able to reproduce this at the office with only 25 access
points involved ( per the output of my script ).

Also, I'm pretty sure the problem is related to WiFi roaming.  It
appears when you first enable WiFi at Bluefin, goes away when WiFi is
disabled, and re-appears when WiFi is re-enabled while at Bluefin.

Looking at your syslog output, I see your phone associate with the
office network around 10:40:05, however I also see a suspicious message
right before the connection activation succeeds:

Aug 19 10:40:05 ubuntu-phablet NetworkManager[1417]: info (wlan0):
roamed from BSSID 18:33:9D:F8:AA:B0 (Canonical-2.4GHz-g) to (none)
((none))

This doesn't appear to affect your connection though, as there's no
subsequent disconnect, and I also see multiple DHCP renewals on wlan0 @
10:48, 10:56, 11:05, and 11:14.

As for dbus-monitor output, we're really more concerned with the traffic
on the session bus.   Can you please try disabling the upstart bridge as
mentioned in comment #14?

  * This next step may break other things on your system, but it's worth a 
 try... If you can reliably reproduce the problem, 
 before entering the area with the excess of APs, please run the following 
 command as the phablet user on the phone:
 
 % stop upstart-dbus-system-bridge

 * When you're done testing, please remember to start the bridge ( replace 
 stop with start ), or reboot the device.

Please note whether or not this makes the stuttering go away.

Can you also try disabling indicator-network ( as phablet, just run
'stop indicator-network ) and re-test too?

Finally, do you have another device ( ie. an arale or mako ) you could
compare results against?

I'm actually working on a related bug for BQ, and may have another test
package for you to try, but I'd like to see whether disabling the bridge
and/or indicator-network has any effect on the issue first.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480877

Title:
  Access points' PropertiesChanged dbus signals freeze UI on mobile
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1480877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1486004] Re: Cannot import contacts from sim card

2015-08-18 Thread Tony Espy
** Changed in: ofono (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1486004

Title:
  Cannot import contacts from sim card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1486004/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1445134] Re: Network manager never scanning for new access points

2015-08-18 Thread Tony Espy
Changing Canonical System Image task to FixCommitted as
0.9.10.0-4ubuntu15.1.7 has landed in the latest rc-proposed images (
confirmed on krillin / rc-proposed / #102 which contains ubuntu version
'20150818.1' ).

** Changed in: canonical-devices-system-image
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1445134

Title:
  Network manager never scanning for new access points

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1445134/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1425172] Re: Network indicator lists the non-exist AP (timeout for the AP to be removed is too big, ~6min)

2015-08-18 Thread Tony Espy
Changing Canonical System Image task to FixCommitted as
0.9.10.0-4ubuntu15.1.7 has landed in the latest rc-proposed images (
confirmed on krillin / rc-proposed / #102 which contains ubuntu version
'20150818.1' ).

** Changed in: canonical-devices-system-image
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1425172

Title:
  Network indicator lists the non-exist AP (timeout for the AP to be
  removed is too big, ~6min)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1425172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1444162] Re: IPv6 default route present on ccmni0, even though no address assigned

2015-08-18 Thread Tony Espy
Changing Canonical System Image task to FixCommitted as
0.9.10.0-4ubuntu15.1.7 has landed in the latest rc-proposed images (
confirmed on krillin / rc-proposed / #102 which contains ubuntu version
'20150818.1' ).

** Changed in: canonical-devices-system-image
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1444162

Title:
  IPv6 default route present on ccmni0, even though no address assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1444162/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1444162] Re: IPv6 default route present on ccmni0, even though no address assigned

2015-08-17 Thread Tony Espy
FixReleased as version 0.9.10.0-4ubuntu15.1.7 to ppa:ci-train-ppa-
service/stable-phone-overlay.

** Changed in: network-manager (Ubuntu RTM)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1444162

Title:
  IPv6 default route present on ccmni0, even though no address assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1444162/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1445134] Re: Network manager never scanning for new access points

2015-08-17 Thread Tony Espy
FixReleased as version 0.9.10.0-4ubuntu15.1.7 to ppa:ci-train-ppa-
service/stable-phone-overlay.

** Changed in: network-manager (Ubuntu RTM)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1445134

Title:
  Network manager never scanning for new access points

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1445134/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1425172] Re: Network indicator lists the non-exist AP (timeout for the AP to be removed is too big, ~6min)

2015-08-17 Thread Tony Espy
FixReleased as version 0.9.10.0-4ubuntu15.1.7 to ppa:ci-train-ppa-
service/stable-phone-overlay.

** Changed in: network-manager (Ubuntu RTM)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1425172

Title:
  Network indicator lists the non-exist AP (timeout for the AP to be
  removed is too big, ~6min)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1425172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398999] Re: Block migrate with attached volumes copies volumes to themselves

2015-08-16 Thread Tony Breeds
@pboldin  Thanks so much for doing that work.

I think we can now check the libvirt version and only raise the
exception if libvirt  1.2.17

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398999

Title:
  Block migrate with attached volumes copies volumes to themselves

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1398999/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398999] Re: Block migrate with attached volumes copies volumes to themselves

2015-08-16 Thread Tony Breeds
@pboldin  Thanks so much for doing that work.

I think we can now check the libvirt version and only raise the
exception if libvirt  1.2.17

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1398999

Title:
  Block migrate with attached volumes copies volumes to themselves

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1398999/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1435050] Re: Voicemail messages notification

2015-08-14 Thread Tony Espy
** Changed in: ofono (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1435050

Title:
  Voicemail messages notification

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1435050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1477840] Re: [Ubuntu Phone MX4] No data after flight mode

2015-08-14 Thread Tony Espy
@costales

OK, thanks for the update.  If you can reproduce this again, please let
us know.  We'll leave it in Incomplete state for now...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1477840

Title:
  [Ubuntu Phone MX4] No data after flight mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1477840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1444162] Re: IPv6 default route present on ccmni0, even though no address assigned

2015-08-14 Thread Tony Espy
** Also affects: network-manager (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: network-manager (Ubuntu RTM)
   Status: New = In Progress

** Changed in: network-manager (Ubuntu RTM)
   Importance: Undecided = High

** Changed in: network-manager (Ubuntu RTM)
 Assignee: (unassigned) = Tony Espy (awe)

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Tony Espy (awe)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1444162

Title:
  IPv6 default route present on ccmni0, even though no address assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1444162/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1473246] Re: MediaTek Preloader on a mobile device triggers cdc_acm kernel module usage by ModemManager

2015-08-13 Thread Tony
I'm hitting this exact same issue with a different device, it's a
development board that communicates over USB CDC (an Adafruit Bluefruit
Micro, a little bluetooth LE microcontroller board).  The device has
similar behavior as the mentioned MediaTek preloader where it implements
a very basic USB CDC endpoint and can abruptly disconnect at times if
for example it times out waiting for a response from the host computer.

Not sure what else I can add unfortunately to the discussion but your
debugging info is super helpful to confirm this appears to be the same
issue.  I'm not familiar with ModemManager either but is there any way
to rollback to an older version and pinpoint what change caused the
issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1473246

Title:
  MediaTek Preloader on a mobile device triggers cdc_acm kernel module
  usage by ModemManager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1473246/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1473246] Re: MediaTek Preloader on a mobile device triggers cdc_acm kernel module usage by ModemManager

2015-08-13 Thread Tony
So this is definitely a bug with ModemManager as far as I can tell.  I
disabled the service completely by running:

sudo systemctl mask ModemManager.service

Rebooted and my device works perfectly.  It stays as the expected
/dev/ttyACM0 device even after it resets itself and I don't see any
hanging references to the old /dev/ttyACM* devices.

Not sure what changed in ModemManager but it's definitely causing a
problem for some devices.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1473246

Title:
  MediaTek Preloader on a mobile device triggers cdc_acm kernel module
  usage by ModemManager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1473246/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1444162] Re: IPv6 default route present on ccmni0, even though no address assigned

2015-08-12 Thread Tony Espy
Great, I'll go ahead and prep a merge proposal...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1444162

Title:
  IPv6 default route present on ccmni0, even though no address assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1444162/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1477840] Re: [Ubuntu Phone MX4] No data after flight mode

2015-08-12 Thread Tony Espy
** Changed in: ofono (Ubuntu)
 Assignee: (unassigned) = costales (costales)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1477840

Title:
  [Ubuntu Phone MX4] No data after flight mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1477840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1480864] Re: [wifi] cannot disconnect from a known wifi network

2015-08-12 Thread Tony Espy
@Andrea

There is a way to do what you propose, however it requires forgetting
the network ( which means it won't autoconnect again in the future
without a manual connect ).  This can be done from the system-settings
Wi-Fi page by tapping the  next to the checkbox and then clicking
Forget this network.

That said, I'll point out that disconnecting from the current access
point is do-able on the desktop via nm-applet.  A Disconnect menu item
is displayed immediately below the currently connected AP.

The GPS case is valid, however not connecting in the first place, or
using Forget this network would suffice for that case.

A different use case would be a non-free Wi-Fi network which charges you
on a time-used basis, such as at a coffee shop.   You might want to
disconnect at some point but retain the credentials/last-connected
attribute so that the next time you came back to the coffee shop you
wouldn't have to type your passpharase/key again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480864

Title:
  [wifi] cannot disconnect from a known wifi network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1480864/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1435050] Re: Voicemail messages notification

2015-08-11 Thread Tony Espy
As we're not sure if this is the same as bug #1469266 ( a fix which is
slated for OTA6 ), we should wait and re-test when OTA6 is released.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1435050

Title:
  Voicemail messages notification

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1435050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1480877] Re: Access points' PropertiesChanged dbus signals freeze UI on mobile devices

2015-08-11 Thread Tony Espy
@Andrea

As mentioned on IRC, we still need more information in order to
determine what the real problem(s) are.

I did a little more investigation regarding the DBus events you're
seeing on the session bus.  By default, an upstart bridge is started on
the session bus which forwards all signals from the system bus to the
session bus.   See /usr/share/upstart/sessions/upstart-dbus-system-
bridge.conf for details of this job.

Problem 1:

 * We need some way to quantify many access points.   Does many mean
more than five?  ten?  Again, without a reproducible scenario, we can't
begin to narrow this down...   Taking a look at your first pastebin in
your description, I only see ~40 access points involved which doesn't
seem to be all that many.  I routinely see ~25 in my home office.

 * Do you have a location where this problem always occur?   Does the
problem happen every time you're in this location?  Does the condition
persist until you leave this location?   What happens if you reboot
while at the location?  What happens if you disable Wi-Fi while at this
location?

 * I will attach a script which will dump some information out about
NM's Wi-Fi device, including the number of access points that are
currently visible to NM.   The next time the problem manifests, can you
please run the script and add the output to a comment?

 * This next step may break other things on your system, but it's worth
a try...  If you can reliably reproduce the problem, before entering the
area with the excess of APs, please run the following command as the
phablet user on the phone:

% stop upstart-dbus-system-bridge

 * When you're done testing, please remember to start the bridge (
replace stop with start ), or reboot the device.

 * Please note the times when the problem occurs and make sure to attach
your syslog.  This will allow me to look at what NM was doing at the
time the problem happened.  If you want, you can reduce the size of the
log by using the following command:

$ grep NetworkManager syslog  nm.out

...and attach just the nm.out file.

 * Looking at your syslog from comment #6, I see a couple of notable
things:

   - at some point, you appear to be connecting to a Wi-Fi WPA-
Enterprise network ( eduroam ).  Does this correlate to when you see the
problem?

   - I also note that around 11:24 on Aug 6, your device appears to have
rapidly roamed between a couple of the office APs in Bluefin.   This
could also be a potential source of the problem.

 * Finally, before doing any re-test, can you ensure you have the latest
updates installed?  We just released a new version of NM which fixes a
problem with scanning.  It's probably not related, but you never know...

Problem 2:

Please try to reproduce and file a separate bug for the issue where NM
gets stuck trying to connect to the Windows8.1 AP.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480877

Title:
  Access points' PropertiesChanged dbus signals freeze UI on mobile
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1480877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1425172] Re: Network indicator lists the non-exist AP (timeout for the AP to be removed is too big, ~6min)

2015-08-11 Thread Tony Espy
** Changed in: network-manager (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1425172

Title:
  Network indicator lists the non-exist AP (timeout for the AP to be
  removed is too big, ~6min)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1425172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1480877] Re: Access points' PropertiesChanged dbus signals freeze UI on mobile devices

2015-08-11 Thread Tony Espy
** Attachment added: Script to dump Wi-Fi device information
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1480877/+attachment/4443039/+files/show-wifi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480877

Title:
  Access points' PropertiesChanged dbus signals freeze UI on mobile
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1480877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1480877] Re: Access points' PropertiesChanged dbus signals freeze UI on mobile devices

2015-08-10 Thread Tony Espy
@ingo

Thanks for the comment and DBus logs.

In the original bug report, NetworkManager's WiFi device was stuck
connecting to an access point which no longer existed.  Also as noted,
the access point in question was a softAP configured on a machine
running Windows8.1.  Rebooting, solved his issue.

In order to make further progress on this bug, what we really need is a
concrete set of steps to reproduce the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480877

Title:
  Access points' PropertiesChanged dbus signals freeze UI on mobile
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1480877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1444162] Re: IPv6 default route present on ccmni0, even though no address assigned

2015-08-10 Thread Tony Espy
** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) = Tony Espy (awe)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1444162

Title:
  IPv6 default route present on ccmni0, even though no address assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1444162/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1466478] Re: Mobile Data doesn't reconnect

2015-08-10 Thread Tony Espy
All of the major changes to network-manager which landed in the stable
images should now have also landed in wily.  As such, I'm changing the
status of this bug to Incomplete.  Please re-test with a current image,
although be fore-warned that the development images are a bit shaky at
the moment due to the ongoing GCC5 transition.

** Changed in: ofono (Ubuntu)
   Status: Triaged = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1466478

Title:
  Mobile Data doesn't reconnect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1466478/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1471422] Re: No SIM Network when WIFI isn't connected

2015-08-10 Thread Tony Espy
I'm setting this to Invalid.   The image details don't seem correct.

I just flashed the latest wily image:

current build number: 165
device name: krillin
channel: ubuntu-touch/devel-proposed/krillin.en
last update: 2015-08-10 13:24:54
version version: 165
version ubuntu: 20150802
version device: 20150716-fb60d96
version custom: 20150717-820-30-25-vivid

With WiFi disabled, the SIM in slot #1 is detected, and the phone
registers to the network.  Phone calls work, and the mobile data
connection is established.

Perhaps the wrong channel was used, but as Pat mentioned, the
development release is not something you should run on a BQ phone unless
you're doing active development.  The images right now are far from
stable due to ongoing GCC 5 migration.

** Changed in: ofono (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1471422

Title:
  No SIM Network when WIFI isn't connected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1471422/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1477840] Re: [Ubuntu Phone MX4] No data after flight mode

2015-08-10 Thread Tony Espy
** Changed in: ofono (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1477840

Title:
  [Ubuntu Phone MX4] No data after flight mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1477840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1471338] Re: sometimes phone never wakes up or rings on incoming call

2015-08-10 Thread Tony Espy
** Changed in: ofono (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1471338

Title:
  sometimes phone never wakes up or rings on incoming call

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1471338/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1477840] Re: [Ubuntu Phone MX4] No data after flight mode

2015-08-10 Thread Tony Espy
I just verified that flight-mode is working fine on my MX4 running OTA5:

current build number: 3
device name: arale
channel: ubuntu-touch/stable/meizu.en
last update: 2015-08-10 14:42:14
version version: 3
version ubuntu: 20150720
version device: 20150709-8965e37
version custom: 20150716-819-8-42

I confirmed that mobile data is active ( HSPA ), enabled flight-mode,
then disabled it and the mobile connection is re-established.  Note, the
MX4 seems to take awhile to re-register after coming out of flight-mode,
but shortly after re-registering, mobile data is brought back online.

Can you both verify that you have OTA5 installed?

The version of network-manager should be 0.9.10.0-0ubuntu15.1.4.

Finally, if you still are able to reproduce the bug, please attach the
syslog from your phone ( /var/log/syslog ).  Also after disabling
flight-mode, please also include the output from the following commands:

# /usr/share/ofono/scripts/list-modems -p

# nmcli d

# system-image-cli -i

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1477840

Title:
  [Ubuntu Phone MX4] No data after flight mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1477840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1444162] Re: IPv6 default route present on ccmni0, even though no address assigned

2015-08-10 Thread Tony Espy
** Changed in: network-manager (Ubuntu)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1444162

Title:
  IPv6 default route present on ccmni0, even though no address assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1444162/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1444162] Re: IPv6 default route present on ccmni0, even though no address assigned

2015-08-10 Thread Tony Espy
@Renato

I pushed my first attempt at fixing this to my PPA.   The fix involves
telling NM that ofono connections should ignore IPv6.

https://launchpad.net/~awe/+archive/ubuntu/ppa

I confirmed that Default6 is set to false, however it appears that the
route still is added.Can you give it a try and see if it resolves
the problem for you?  If not, I may need to dig deeper into the code.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1444162

Title:
  IPv6 default route present on ccmni0, even though no address assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1444162/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478009] Re: creating a hotspot should disconnect from the current AP prevent NM from auto-connecting to another known AP

2015-08-08 Thread Tony Espy
When hotspot is enabled, both arale  krillin create a new WiFi device
called ap0.  Krillin seems to do the right thing when the hotspot is
activated ( ie. it disconnects the current connection on wlan0 ).  Arale
on the other hand doesn't.

When hotspot is deactivated, the ap0 device is removed from the
system.

The semi-bad news is that when hotspot is enabled wlan0 is removed and
then re-added as a new device in NM.  Likewise when hotspot is disabled,
this device is removed and re-added again as well.

So if you start out and wlan0 is device 6 ( eg.
/org/freedesktop/NetworkManager/Devices/6 ), and you enable hotspot,
it'll get removed, and then re-added as the next available index.  so if
7 was /ril_0 and was the last device present, when hotspot is enabled,
you'd end up with:

/org/freedesktop/NetworkManager/Devices/0
/org/freedesktop/NetworkManager/Devices/1
/org/freedesktop/NetworkManager/Devices/2
/org/freedesktop/NetworkManager/Devices/3
/org/freedesktop/NetworkManager/Devices/4
/org/freedesktop/NetworkManager/Devices/5
/org/freedesktop/NetworkManager/Devices/7
/org/freedesktop/NetworkManager/Devices/8 ( wlan0 )
/org/freedesktop/NetworkManager/Devices/9 ( ap0 )

( Note, the ordering of wlan0 and ap0 might be reversed ).

So...  I think our idea of just setting the Autoconnect flag of the
WiFi device when enabling hotspot needs to modified slightly.  You need
to be watch the device list and turn off Autoconnect for wlan0 when
it gets re-added.  I don't think you'll need to do handle the disable
hotspot case, as devices are always added with Autoconnect=true.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478009

Title:
  creating a hotspot should disconnect from the current AP  prevent NM
  from auto-connecting to another known AP

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478009] Re: creating a hotspot should disconnect from the current AP prevent NM from auto-connecting to another known AP

2015-08-08 Thread Tony Espy
** Attachment added: NM get-device-props script
   
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1478009/+attachment/4441431/+files/get-device-props.sh

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478009

Title:
  creating a hotspot should disconnect from the current AP  prevent NM
  from auto-connecting to another known AP

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478160] Re: Access points shouldn't be connectable if a hotspot is enabled

2015-08-08 Thread Tony Espy
See bug #1478009 for more details about hotspot device behavior on
krillin and arale.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478160

Title:
  Access points shouldn't be connectable if a hotspot is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1478160/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478009] Re: creating a hotspot should disconnect from the current AP prevent NM from auto-connecting to another known AP

2015-08-08 Thread Tony Espy
** Attachment added: NM get-devices script
   
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1478009/+attachment/4441430/+files/get-device-props.sh

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478009

Title:
  creating a hotspot should disconnect from the current AP  prevent NM
  from auto-connecting to another known AP

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478009] Re: creating a hotspot should disconnect from the current AP prevent NM from auto-connecting to another known AP

2015-08-08 Thread Tony Espy
** Attachment added: NM set autoconnect script
   
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1478009/+attachment/4441432/+files/set-device-autoconnect.sh

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478009

Title:
  creating a hotspot should disconnect from the current AP  prevent NM
  from auto-connecting to another known AP

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1480877] Re: Access points' PropertiesChanged dbus signals freeze UI on mobile devices

2015-08-07 Thread Tony Espy
@Andrea

A few questions/requests

1. Please attach your syslog to the bug

2. Are you connected to an access point when the problem occurs?

3. Have you made the phone write-able and installed any packages via
apt-get and/or modified the filesystem in any way?

4. Can you recall any changes that occurred between your original report
and the new level of problems as mentioned in comment #3?

The current version of NM in our images has a bug which prevents
periodic scanning of WiFi access points, so I'm a bit wary to pin this
on NM.  Also, the DBus message you point out in comment #3 appears to be
from Upstart, not NM.

** Changed in: network-manager (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) = Andrea Bernabei (faenil)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480877

Title:
  Access points' PropertiesChanged dbus signals freeze UI on mobile
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1480877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1480877] Re: Access points' PropertiesChanged dbus signals freeze UI on mobile devices

2015-08-07 Thread Tony Espy
** Changed in: indicator-network (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480877

Title:
  Access points' PropertiesChanged dbus signals freeze UI on mobile
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1480877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1425172] Re: Network indicator lists the non-exist AP (timeout for the AP to be removed is too big, ~6min)

2015-08-07 Thread Tony Espy
** Branch linked: lp:~phablet-team/network-manager/lp1425172

** Changed in: indicator-network (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: network-manager (Ubuntu RTM)
   Status: Invalid = In Progress

** Changed in: network-manager (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: network-manager (Ubuntu)
 Assignee: Canonical Phone Foundations (canonical-phonedations-team) = 
Tony Espy (awe)

** Changed in: network-manager (Ubuntu RTM)
 Assignee: (unassigned) = Tony Espy (awe)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1425172

Title:
  Network indicator lists the non-exist AP (timeout for the AP to be
  removed is too big, ~6min)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1425172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1332866] Re: Voicemail indication appears even though I have no voicemail

2015-08-05 Thread Tony Travis
Meizu Mk4 Ubuntu Edition runnubg Ubuntu 15.04r3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1332866

Title:
  Voicemail indication appears even though I have no voicemail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1332866/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1332866] Re: Voicemail indication appears even though I have no voicemail

2015-08-05 Thread Tony Travis
I have the same problem on O2 in the UK

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1332866

Title:
  Voicemail indication appears even though I have no voicemail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1332866/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1445134] Re: Network manager never scanning for new access points

2015-08-05 Thread Tony Espy
** Branch linked: lp:~phablet-team/network-manager/lp1445134-wifi-scan-
fix-vivid

** Changed in: network-manager (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: network-manager (Ubuntu RTM)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1445134

Title:
  Network manager never scanning for new access points

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1445134/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1481876] [NEW] Add iw to touch images

2015-08-05 Thread Tony Espy
Public bug reported:

Add the iw package to the seed.

This package includes the iw command, which is the modern equivalent of
iwconfig ( included in our images via the wireless-tools package ).  It
uses the nl80211 interface to query and configure wireless devices from
the command-line, and therefore is an extremely useful tool for
debugging customer issues.

There are no external dependencies, and the package consumes 159kb.

This is being reported against mako ( ubuntu-touch/rc-proposed/ubuntu,
#202 ).

** Affects: canonical-devices-system-image
 Importance: Undecided
 Status: New

** Affects: ubuntu-touch-meta (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1481876

Title:
  Add iw to touch images

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1481876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1445134] Re: Network manager never scanning for new access points

2015-08-04 Thread Tony Espy
Just verified that restoring the call to schedule_scan in
supplicant_iface_scan_done function of NMDeviceWiFi does the trick and
re-establishes periodic WiFi scanning.  Tested on a krillin running the
latest stable ( OTA5 ) image.  More testing required, but looks like
this is a simple one-line fix...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1445134

Title:
  Network manager never scanning for new access points

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1445134/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1445134] Re: Network manager never scanning for new access points

2015-08-04 Thread Tony Espy
Note, I've confirmed the behavior on arale, krilin and mako running the
latest stable ( OTA5 ) images.

I've also confirmed on my desktop, a Thinkpad 410s with Intel WiFi (
driver=iwlwifi ).

The behavior can be see by running wpa_cli ( as root ).  Initially after
boot, scan_results will return a list of APs, but after time, it will
start returning an empty list ( unless associated, in which case the
current AP will be returned ).  Also on a system running 0.9.8.X ( =
14.10 ), you'll see periodic scan events reported by wpa_cli:

3CTRL-EVENT-SCAN-STARTED 
3CTRL-EVENT-SCAN-RESULTS 


** Description changed:

  While trying to reproduce another bug related with the last seen value
  from the access points, I noticed that network manager is never really
  scanning for new access points on my desktop, not even when not
  connected.
  
  $ sudo nmcli g logging level debug domains wifi_scan
  
  Then powered an access point, but was never really able to see it. From
  syslog, noticed that there is never really a scan, which explains why
  the ap never goes away and why it is not able to find it in the first
  place.
  
  If I force a scan via cmdline it works as expected (and I noticed a scan
  also happens when changing connections).
  
  Was also able to reproduce this issue on mako, with the following image:
  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 173
  device name: mako
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-04-16 14:58:58
  version version: 173
  version ubuntu: 20150416
  version device: 20150210
  version custom: 20150416
  
  In the mako case, I booted with a known connection in place, it
  connected successfully but it never really scans for other access
  points. Scan works fine after disconnecting though.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu14
  ProcVersionSignature: Ubuntu 3.19.0-14.14-generic 3.19.3
  Uname: Linux 3.19.0-14-generic x86_64
  ApportVersion: 2.17.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 16 14:21:42 2015
  IfupdownConfig:
-  # interfaces(5) file used by ifup(8) and ifdown(8)
-  auto lo
-  iface lo inet loopback
+  # interfaces(5) file used by ifup(8) and ifdown(8)
+  auto lo
+  iface lo inet loopback
  InstallationDate: Installed on 2013-10-29 (534 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  IpRoute:
-  default via 192.168.1.1 dev wlan0  proto static  metric 1024 
-  10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
-  169.254.0.0/16 dev lxcbr0  scope link  metric 1000 
-  192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.16
+  default via 192.168.1.1 dev wlan0  proto static  metric 1024
+  10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1
+  169.254.0.0/16 dev lxcbr0  scope link  metric 1000
+  192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.16
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2013-10-31 (532 days ago)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2013-11-04T02:19:36.923463
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

** Also affects: network-manager (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: network-manager (Ubuntu RTM)
   Status: New = Confirmed

** Changed in: network-manager (Ubuntu RTM)
   Importance: Undecided = High

** Changed in: network-manager (Ubuntu RTM)
 Assignee: (unassigned) = Tony Espy (awe)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1445134

Title:
  Network manager never scanning for new access points

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1445134/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1434605] Re: [APN] giffgaff APNs don't have the proper 'mvno' fields

2015-08-04 Thread Tony Espy
No, it hasn't landed in RTM due to bug #1481456.

That said, it did land in wily, so I've updated the Ubuntu task to
FixReleased.

** Changed in: android (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1434605

Title:
  [APN] giffgaff APNs don't have the proper 'mvno' fields

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1434605/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1445134] Re: Network manager never scanning for new access points

2015-08-04 Thread Tony Espy
It looks like this bug was introduced in Ubuntu when the rebase to NM
0.9.10.0 occurred.

The function supplicant_iface_scan_done_cb is missing a call to
schedule_scan() which exists in the 0.9.8.x version of NM in utopic.  It
looks to me like the patch cull_aps_on_scan_done_signal.patch got
mangled and lost its call to schedule_scan().  Furthermore, when this
patch got re-worked and copied into the patch 0002-wifi-cull-the-scan-
list-before-signalling-ScanDone-b.patch, the same mistake was carried
over.  I checked and all of the upstream releases of NM still have a
schedule_scan() present in this function.

Here's a diff of the cull_aps_on_scan_done_signal.patch from NM 0.9.10.0
to the older 0.9.8.X version:

espy@shrike:% diff cull_aps_on_scan_done_signal.patch 
~/dev/nm/nm-utopic-save/debian/patches/
10,14c10
 ---
  src/devices/wifi/nm-device-wifi.c |   29 -
  1 file changed, 24 insertions(+), 5 deletions(-)
 
 Index: b/src/devices/wifi/nm-device-wifi.c
---
 Index: network-manager-0.9.8.8/src/nm-device-wifi.c
16,18c12,14
 --- a/src/devices/wifi/nm-device-wifi.c
 +++ b/src/devices/wifi/nm-device-wifi.c
 @@ -183,6 +183,10 @@ static void supplicant_iface_notify_scan
---
 --- network-manager-0.9.8.8.orig/src/nm-device-wifi.c
 +++ network-manager-0.9.8.8/src/nm-device-wifi.c
 @@ -200,6 +200,10 @@ static void supplicant_iface_notify_scan
29c25
 @@ -1609,14 +1613,20 @@ supplicant_iface_scan_done_cb (NMSupplic
---
 @@ -1810,14 +1814,22 @@ supplicant_iface_scan_done_cb (NMSupplic
50a47,50
 +
 + schedule_scan (self, success);
  }
  
52,54c52
   if (priv-requested_scan) {
   priv-requested_scan = FALSE;
 @@ -1836,13 +1846,22 @@ cull_scan_list (NMDeviceWifi *self)
---
 @@ -2005,13 +2017,22 @@ cull_scan_list (NMDeviceWifi *self)

I'll rebuild with the line restored and report results.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1445134

Title:
  Network manager never scanning for new access points

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1445134/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1425172] Re: Network indicator lists the non-exist AP (timeout for the AP to be removed is too big, ~6min)

2015-07-31 Thread Tony Espy
I suspect there my be deeper issues with scanning.  Bug #1445134 reports
that NM 0.9.10.0 is not periodically scanning.

I'm seeing the same thing on krillin and mako running the latest stable
( OTA5 ) images:

If I start wpa_cli ( as root ) on a system running utopic ( NM 0.9.8.x
), I see periodic scan events reported:

3CTRL-EVENT-SCAN-STARTED 
3CTRL-EVENT-SCAN-RESULTS 

I also can see the updated scan results using the wpa_cli 'scan_results'
command.

If I perform the same test on krillin or mako ( NM 0.9.10.0 ), I don't
see any periodic scan happening.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1425172

Title:
  Network indicator lists the non-exist AP (timeout for the AP to be
  removed is too big, ~6min)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1425172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1425172] Re: Network indicator lists the non-exist AP (timeout for the AP to be removed is too big, ~6min)

2015-07-29 Thread Tony Espy
@Matthew

Regarding comment #18.  Yes, NM does regular scans automatically.  Over
time, if it's not able to connect to an AP, the scan interval is
gradually increased up to a maximum of 2m between scans.   A long time
ago, there used to be a method that nm-applet would use to tell NM that
the user was interacting with the UI, which would in turn cause the
scan_interval to revert back to it's minimum ( note, this may have just
happened when the GetAccessPoints method was invoked ), but at some
point a RequestScan method was added.  I'm not sure if there's a trigger
to cause the scan_interval to revert to minimum anymore.

We could add logic to the indicator to request a scan, however there's
no way I can see to easily coordinate this with the current NM auto-scan
logic.   NMDeviceWiFi doesn't appear to export it's internal 'Scanning'
property, nor does it export the current scan interval.

It may be that the we can change the cull_scan_list function to remove
the AP when wpa_supplicant indicates that a BSS has been removed,
although this might cause issues with roaming configurations as there
might be other BSSes in the same SSID group ), or we could lower the
prune_scan_interval...Fixing this logic is probably the most
promising short-term fix.  Long term, getting the removal to approach
that of OS X or Android  ( = 30s ) will definitely involve the
indicator in some way...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1425172

Title:
  Network indicator lists the non-exist AP (timeout for the AP to be
  removed is too big, ~6min)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1425172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1425172] Re: Network indicator lists the non-exist AP (timeout for the AP to be removed is too big, ~6min)

2015-07-29 Thread Tony Espy
Re-tested OTA5 images on arale, mako, and krillin.

Two scenarios:

1. Device connected to an AP
   - Android hotspot enabled, wait till it shows in the scan list
   - hotspot disabled, timer started
   - note time when hotspot disappears from scan list

2. Device ! connected to an AP; same steps as above.

I ran the scenarios three times each on all of the devices.  The results
looks to be pretty similar across all devices.  For the most part, it
takes ~6:30m for the hotspot to disappear from the list of APs exported
by NM.  In one case ( mako / connected ), the AP was never removed ( I
waited more than 15m ).  If I can reproduce this again, it'll require
some more investigation.

That said, I also discovered that the reason for the all the devices
having the same approximate time till the AP gets removed.  The
NMDeviceWiFi class is responsible for aging out access points.  It uses
a routine called cull_scan_list, which is invoked when a scan completes,
or NM gets notified of a BSS updated ( signal strength ) or a BSS
removed.  This routine will only remove an AP from the list when it's
last-seen time is = 3 * MAX_SCAN_INTERVAL ( 2m ).  This is contrary to
Mathieu's assertion in comment #5.  When a bss_removed signal is
received from wpa_supplicant, a WPAS_REMOVED property is set on the
GObject, but the AP is *not* removed from the AP list till the
prune_interval ( 6m ) is exceeded.

I was able to verify this by running wpa_supplicant's command line tool
( 'wpa_cli scan_results | grep Android' ) in addition to nmcli.  After
2m, the AP disappears from wpa_supplicant's scan results, but not NM's.

I didn't actually verify the receipt of the 'bss_removed' signal in NM,
and will do so this afternoon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1425172

Title:
  Network indicator lists the non-exist AP (timeout for the AP to be
  removed is too big, ~6min)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1425172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1425172] Re: Network indicator lists the non-exist AP (timeout for the AP to be removed is too big, ~6min)

2015-07-29 Thread Tony Espy
The internal NMDeviceWiFi scan logic works like this:

It's minimum interval is 20s.  It's set to this when the device first
becomes ready or the device_state - DISCONNECTED.

If the supplicant dies, it's set to 23s.

If an activation succeeds, the interval is set to 26s.
 
Every  time schedule_scan is called and the prior request to scan succeeded, 
the interval is incremented by 10s or 20s ( depends on the current device_state 
), up to a maximum of 120s.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1425172

Title:
  Network indicator lists the non-exist AP (timeout for the AP to be
  removed is too big, ~6min)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1425172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478009] Re: creating a hotspot should disconnect from the current AP

2015-07-24 Thread Tony Espy
I just checked iOS8 ( on an iPhone 6 ) and AOSP4 ( on a Nexus5 ).  Both
ensure that WiFi enabled and Hotspot enabled are mutually exclusive.  If
you enable WiFi, you can't enable hotspot.  If hotspot is active and you
enabled WiFi, it will kill the hotspot.

I also tested on krillin (stable #23).  If I'm connected to a WiFi AP
and I enable hotspot, the first time it disconnects, then a minute or
two later, the AP is re-connected and the hotspot is deactivated.   The
second time I tried it, the AP didn't disconnect, however the hotspot
again became disabled automatically.

Next I manually forgot the connected AP and tried to enable hotspot.
It briefly enabled, and then disabled itself a minute or so later.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478009

Title:
  creating a hotspot should disconnect from the current AP

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478009] Re: creating a hotspot should disconnect from the current AP

2015-07-24 Thread Tony Espy
Note, my phone was set to blank the screen after 1m.  I changed the
setting to 10m and verified that the screen stayed on during testing.
After toggling the hotspot on, I saw it automatically disabled about
1-2m after enabling it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478009

Title:
  creating a hotspot should disconnect from the current AP

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478113] Re: After enabling hotspot, it automatically disables itself

2015-07-24 Thread Tony Espy
** Attachment added: syslog from krillin for original testing
   
https://bugs.launchpad.net/ubuntu-rtm/+source/ubuntu-system-settings/+bug/1478113/+attachment/4433727/+files/syslog

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478113

Title:
  After enabling hotspot, it automatically disables itself

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1478113/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478113] Re: After enabling hotspot, it automatically disables itself

2015-07-24 Thread Tony Espy
I re-flashed #24 from the stable channel on my krillin and re-tested.
I'm no longer seeing the original problem.  I will keep this in
Incomplete state for now, and see if I can get it to happen again.

Note, I manually installed the packages from the silo, as 'citrain
device-upgrade' causes the phone to pick up any package updates from the
overlay PPA in addition to the silo.

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: New = Incomplete

** Changed in: ubuntu-system-settings (Ubuntu RTM)
   Status: New = Incomplete

** Changed in: ubuntu-system-settings (Ubuntu)
 Assignee: (unassigned) = Tony Espy (awe)

** Changed in: ubuntu-system-settings (Ubuntu RTM)
 Assignee: (unassigned) = Tony Espy (awe)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478113

Title:
  After enabling hotspot, it automatically disables itself

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1478113/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478160] [NEW] Access points shouldn't be connectable if a hotspot is enabled

2015-07-24 Thread Tony Espy
Public bug reported:

While testing the touch hotspot feature ( currently in silo-046 ) on
krillin ( stable, #24 ) and arale ( rc-proposed, #58 ), I noticed that
it's possible to trigger the phone to connect to an AP while the hotspot
is enabled.

Steps to reproduce:

1. Ensure that WiFi isn't connected to an AP
2. Enable hotspot
3. Display the network-menu and select an AP

Expected result:
You shouldn't be able to select any APs when hotspot is active

Actual result:
The selected AP will trigger a connection attempt ( and succeed if open, or 
secure and secrets have been saved ).

** Affects: indicator-network (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: indicator-network (Ubuntu RTM)
 Importance: Undecided
 Status: New


** Tags: hotspot

** Also affects: indicator-network (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Tags added: hotspot

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478160

Title:
  Access points shouldn't be connectable if a hotspot is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1478160/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478113] Re: After enabling hotspot, it automatically disables itself

2015-07-24 Thread Tony Espy
** Tags added: hotspot

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478113

Title:
  After enabling hotspot, it automatically disables itself

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1478113/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478160] Re: Access points shouldn't be connectable if a hotspot is enabled

2015-07-24 Thread Tony Espy
** Description changed:

  While testing the touch hotspot feature ( currently in silo-046 ) on
  krillin ( stable, #24 ) and arale ( rc-proposed, #58 ), I noticed that
  it's possible to trigger the phone to connect to an AP while the hotspot
  is enabled.
  
  Steps to reproduce:
  
  1. Ensure that WiFi isn't connected to an AP
  2. Enable hotspot
  3. Display the network-menu and select an AP
  
  Expected result:
- You shouldn't be able to select any APs when hotspot is active
+ You shouldn't be able to select any APs when hotspot is active.
  
  Actual result:
  The selected AP will trigger a connection attempt ( and succeed if open, or 
secure and secrets have been saved ).
+ 
+ Note, one other minor nit is that the hotspot is shown in the network-
+ menu's list of APs.  If this bug is fixed by not showing any APs in the
+ menu anymore, then this becomes moot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478160

Title:
  Access points shouldn't be connectable if a hotspot is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1478160/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478009] Re: creating a hotspot should disconnect from the current AP

2015-07-24 Thread Tony Espy
I re-tested a fresh flash of krillin ( stable, #24 ).  I made sure to
remove any connections found in /etc/NetworkManager/system-connections
before testing as well.

I no longer see the re-connection problem.  I've verfied that that if
connected to a WiFi AP when hotspot is enabled, it properly disconnects.
So I think this bug is arale-specific.

That said, I did find that the indicator doesn't prevent you from
connecting to a WiFi AP that appears in the scan list ( note, the list
eventually becomes empty, so you have to do this right away ).  Also, if
another AP is available that you've previously connected to, although
the first AP is disconnected, nothing prevents NM from connecting to the
second AP.   I'll enter separate bugs for both of these.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478009

Title:
  creating a hotspot should disconnect from the current AP

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478113] [NEW] After enabling hotspot, it automatically disables itself

2015-07-24 Thread Tony Espy
Public bug reported:

Tested silo-046 ( hotspot support ) on krillin ( stable, #23 ).

Note, I installed the indicator and system-settings directly from the
PPA.  I also had installed a new version of ofono from a silo which
contained minor fixes for voicemail indications and MMS, so should have
no effect.

First, hotspot requires WiFi to be enabled, which is contrary to how
hotspot works on other OSes ( iOS8, Android5 ).

So I enabled WiFi, then forgot the current AP via WiFi settings.

Next I enabled hotspot.   While checking on a couple of devices for the
hotspot SSID to appear, I noticed that the hotspot toggle switch had
automatically changed back to disabled.

Note, to rule out powerd, I ran the test with the phone 'Lock phone'
setting to 10m.

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-system-settings (Ubuntu RTM)
 Importance: Undecided
 Status: New

** Description changed:

  Tested silo-046 ( hotspot support ) on krillin ( stable, #23 ).
  
  Note, I installed the indicator and system-settings directly from the
  PPA.  I also had installed a new version of ofono from a silo which
  contained minor fixes for voicemail indications and MMS, so should have
  no effect.
  
  First, hotspot requires WiFi to be enabled, which is contrary to how
  hotspot works on other OSes ( iOS8, Android5 ).
  
  So I enabled WiFi, then forgot the current AP via WiFi settings.
  
  Next I enabled hotspot.   While checking on a couple of devices for the
  hotspot SSID to appear, I noticed that the hotspot toggle switch had
  automatically changed back to disabled.
+ 
+ Note, to rule out powerd, I ran the test with the phone 'Lock phone'
+ setting to 10m.

** Package changed: indicator-network (Ubuntu) = ubuntu-system-settings
(Ubuntu)

** Also affects: ubuntu-system-settings (Ubuntu RTM)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478113

Title:
  After enabling hotspot, it automatically disables itself

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1478113/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478160] Re: Access points shouldn't be connectable if a hotspot is enababled

2015-07-24 Thread Tony Espy
** Summary changed:

- Access points shouldn't be connectable is hotspot is enababled
+ Access points shouldn't be connectable if a hotspot is enababled

** Summary changed:

- Access points shouldn't be connectable if a hotspot is enababled
+ Access points shouldn't be connectable if a hotspot is enabled

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478160

Title:
  Access points shouldn't be connectable if a hotspot is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1478160/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478009] Re: creating a hotspot should disconnect from the current AP

2015-07-24 Thread Tony Espy
I extended this bug description to cover the fact that NM is prevented
from auto-connecting to another known, available AP.

** Tags added: hotspot

** Summary changed:

- creating a hotspot should disconnect from the current AP
+ creating a hotspot should disconnect from the current AP  prevent NM from 
auto-connecting to another known AP

** Description changed:

  When creating a new hotspot using the attached script, NM no longer
  disconnects from the current AP.  I'm sure I've looked at this sometime
  in the past and confirmed it wasn't connected, so this behavior has
  changed at some point.
  
  I tested this on arale rc-proposed image 68
+ 
+ krillin (stable, #24 ) will cause the current AP to disconnect, however
+ if another known AP is available, it will re-connect.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478009

Title:
  creating a hotspot should disconnect from the current AP  prevent NM
  from auto-connecting to another known AP

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1429314] Re: Setting interface firmware on krillin causes wpa_supplicant process to freeze device

2015-07-24 Thread Tony Espy
** Changed in: wpasupplicant (Ubuntu)
 Assignee: (unassigned) = Tony Espy (awe)

** Changed in: wpasupplicant (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1429314

Title:
  Setting interface firmware on krillin causes wpa_supplicant process to
  freeze device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpasupplicant/+bug/1429314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


<    5   6   7   8   9   10   11   12   13   14   >