touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #32429
[Bug 1390490] [NEW] Race between connectivity-api and network-manager
Public bug reported:
Hi,
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1389874
was a symptom for an issue with connectivity API which doesn't work when
it starts before network-manager is started or when leaving airplane
mode.
To reproduce, create an upstart job like connectivity.conf with:
start on started dbus
console log
respawn
respawn limit unlimited
script
GLOG_logtostderr=1
GLOG_v=200
export GLOG_logtostderr GLOG_v
exec /home/phablet/connectivity
end script
with connectivity from http://people.canonical.com/~lool/connectivity
Then boot with airplane mode enabled, and leave airplane mode: only cell
data is logged, not wifi data.
Cheers,
** Affects: location-service (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1390490
Title:
Race between connectivity-api and network-manager
Status in “location-service” package in Ubuntu:
New
Bug description:
Hi,
https://bugs.launchpad.net/ubuntu/+source/location-
service/+bug/1389874 was a symptom for an issue with connectivity API
which doesn't work when it starts before network-manager is started or
when leaving airplane mode.
To reproduce, create an upstart job like connectivity.conf with:
start on started dbus
console log
respawn
respawn limit unlimited
script
GLOG_logtostderr=1
GLOG_v=200
export GLOG_logtostderr GLOG_v
exec /home/phablet/connectivity
end script
with connectivity from http://people.canonical.com/~lool/connectivity
Then boot with airplane mode enabled, and leave airplane mode: only
cell data is logged, not wifi data.
Cheers,
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1390490/+subscriptions
Follow ups
References