[Touch-packages] [Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2019-07-08 Thread Bug Watch Updater
** Changed in: mission-control-5
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1473011

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in Telepathy Mission Control 5:
  Fix Released
Status in telepathy-mission-control-5 package in Ubuntu:
  Fix Released

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as "skip network connection checks when connecting"-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/mission-control-5/+bug/1473011/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-12-09 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=91272.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2015-07-08T20:04:57+00:00 Martin Klapetek wrote:

Created attachment 117009
Patch

I'm using telepathy-ofono with its MC account plugin setting the ofono
account up. The ofono account has always_dispatch set to true, however
when autoconnecting on system startup where no network is available, the
account will not connect and wait for network to come up.

While autoconnecting on MC startup, it gets all the way to
"mcd_account_connection_proceed_with_reason" function where it fails the
"mcd_connectivity_monitor_is_online" check in mcd-account-
connection.c:103 for the account which then leads to the account being
stuck in this state:

Presences:
   Automatic: available (2) ""
 Current: offline (1) ""
   Requested: available (2) ""
Changing: yes

and from the Debug interface:

"mcd", 5, "mcd_account_connection_proceed_with_reason:
ofono/ofono/account0 wants to connect, but we're offline; queuing it up"

...until there's a network connection. Once there is a network,
everything works just fine.

However if I understand the purpose of always_dispatch=true correctly,
it should ignore the network state and just connect.

So here's a simple patch which makes it work as expected. Now I'm not
sure if this patch is correct as I don't know the MC code that well, but
it does fix the issue of always_dispatch=true-account not being
connected when there's no network.

This patch is against version 5.16.3.

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-
control-5/+bug/1473011/comments/0


On 2015-12-01T15:20:01+00:00 Martin Klapetek wrote:

Ping, can someone possibly have a look at this patch?

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-
control-5/+bug/1473011/comments/8


** Changed in: mission-control-5
   Status: Unknown => Confirmed

** Changed in: mission-control-5
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1473011

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in Telepathy Mission Control 5:
  Confirmed
Status in telepathy-mission-control-5 package in Ubuntu:
  Fix Released

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as "skip network connection checks when connecting"-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/mission-control-5/+bug/1473011/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-12-09 Thread Laurent Bigonville
** Bug watch added: freedesktop.org Bugzilla #91272
   https://bugs.freedesktop.org/show_bug.cgi?id=91272

** Also affects: mission-control-5 via
   https://bugs.freedesktop.org/show_bug.cgi?id=91272
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1473011

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in Telepathy Mission Control 5:
  Unknown
Status in telepathy-mission-control-5 package in Ubuntu:
  Fix Released

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as "skip network connection checks when connecting"-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/mission-control-5/+bug/1473011/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-07-31 Thread Martin Klapetek
Nice, thanks a lot!

Is there any chance this could be backported to vivid as well?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1473011

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in telepathy-mission-control-5 package in Ubuntu:
  Fix Released

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as "skip network connection checks when connecting"-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1473011/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-07-29 Thread Launchpad Bug Tracker
This bug was fixed in the package telepathy-mission-control-5 -
1:5.16.3-1ubuntu4

---
telepathy-mission-control-5 (1:5.16.3-1ubuntu4) wily; urgency=medium

  * debian/patches/fix-1473011.patch
- Fix autoconnection of accounts with always_dispatch=true (LP: #1473011)

 -- Ken VanDine   Mon, 27 Jul 2015 13:05:55
-0400

** Changed in: telepathy-mission-control-5 (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1473011

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in telepathy-mission-control-5 package in Ubuntu:
  Fix Released

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as "skip network connection checks when connecting"-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1473011/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-07-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/telepathy-mission-control-5

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1473011

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in telepathy-mission-control-5 package in Ubuntu:
  New

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as "skip network connection checks when connecting"-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1473011/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-07-27 Thread Gustavo Pichorim Boiko
Sorry for the delay, the fix is currently being tested and should be
available soon on Wily and on vivid stable phone overlay.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1473011

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in telepathy-mission-control-5 package in Ubuntu:
  New

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as "skip network connection checks when connecting"-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1473011/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-07-27 Thread Tiago Salem Herrmann
I tested the patch and it works fine.
It is already in process of landing on ubuntu wily/vivid.
Thank you.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1473011

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in telepathy-mission-control-5 package in Ubuntu:
  New

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as "skip network connection checks when connecting"-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1473011/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-07-21 Thread Martin Klapetek
Glad I could help :)

Can we get some action on this one? Should I ping anybody for a review
or a comment?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1473011

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in telepathy-mission-control-5 package in Ubuntu:
  New

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as "skip network connection checks when connecting"-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1473011/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-07-09 Thread Tiago Salem Herrmann
thanks for investigating this issue.

I can confirm this affects ubuntu phone.  While the workaround in ofono-setup 
seems to work, this script is going away at some point as it is being replaced 
by a mission control plugin, therefore the patch proposed by Martin will be 
needed.
If that doesn't cause any regressions to ubuntu desktop, it would be good to 
get the patch included into the mission-control package while it's not applied 
upstream.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1473011

Title:
  [PATCH] Skip network checks on always dispatchable accounts

Status in telepathy-mission-control-5 package in Ubuntu:
  New

Bug description:
  MissionControl does not seem to connect accounts that have
  always_dispatch=true attribute set; that attribute is meant to serve
  as "skip network connection checks when connecting"-kind of thing.
  After some investigation, I've found a possible bug and created a
  patch. I've posted this patch to upstream [1] but the general activity
  in the project has declined and so it might take quite some time
  before it's reviewed and put into a release.

  Therefore I was advised to file a bug report here for a chance for
  this patch to be included as a distro patch. This would also help fix
  this issue in ubuntu-phone, where it is currently being
  workarounded[2].

  The patch itself is located at [1] so I'm not going to reupload it
  here.

  Cheers,
  Martin

  [1] - https://bugs.freedesktop.org/show_bug.cgi?id=91272
  [2] - 
http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/view/head:/tools/ofono-setup#L39

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1473011/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp