[Bug 1320306] Re: udm immediately sends a 'canceled' signal

2014-05-28 Thread Manuel de la Peña
** Changed in: ubuntu-download-manager
   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/1320306

Title:
  udm immediately sends a 'canceled' signal

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

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


[Bug 1320306] Re: udm immediately sends a 'canceled' signal

2014-05-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/ubuntu-download-manager

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

Title:
  udm immediately sends a 'canceled' signal

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

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


[Bug 1320306] Re: udm immediately sends a 'canceled' signal

2014-05-27 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-download-manager -
0.3+14.10.20140523-0ubuntu1

---
ubuntu-download-manager (0.3+14.10.20140523-0ubuntu1) utopic; urgency=low

  [ Manuel de la Peña ]
  * Remove the go bindings, now they are located in lp:udm
  * Remove not needed username and password.
  * Make the exit method a slot else the dbus adaptor won't be able to
use it. (LP: #1320987)
  * Ensure we do not send canceled when the downloads are canceled
internally or due an error. (LP: #1320306)
  * Add doxygen documentation for the client library. Added doxygen as a
dependency. (LP: #1296774)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 23 May 2014 
09:19:03 +

** Changed in: ubuntu-download-manager (Ubuntu)
   Status: New = 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/1320306

Title:
  udm immediately sends a 'canceled' signal

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

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

[Bug 1320306] Re: udm immediately sends a 'canceled' signal

2014-05-21 Thread Manuel de la Peña
** Changed in: ubuntu-download-manager
   Status: New = In Progress

** Changed in: ubuntu-download-manager
 Assignee: (unassigned) = Manuel de la Peña (mandel)

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

Title:
  udm immediately sends a 'canceled' signal

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

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

[Bug 1320306] Re: udm immediately sends a 'canceled' signal

2014-05-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~mandel/ubuntu-download-manager/canceled-signal

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

Title:
  udm immediately sends a 'canceled' signal

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

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


[Bug 1320306] Re: udm immediately sends a 'canceled' signal

2014-05-21 Thread Barry Warsaw
** No longer affects: system-image (Ubuntu)

** No longer affects: ubuntu-system-image

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

Title:
  udm immediately sends a 'canceled' signal

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

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


[Bug 1320306] Re: udm immediately sends a 'canceled' signal

2014-05-20 Thread Manuel de la Peña
I'll investigate this, but there have been no changes in the API from
udm just a reorg and the udm integration tests all pass correctly.

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

Title:
  udm immediately sends a 'canceled' signal

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

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


[Bug 1320306] Re: udm immediately sends a 'canceled' signal

2014-05-20 Thread Manuel de la Peña
Looking at the bug report:

'Credentials not found / Please log into your Ubuntu One account'

Ok, this is due to the fact that the click packages are now also updated
in the same system settings page. I think that gatox did update system-
setting to work correctly when you do not have a u1 account, if he has
not we should file a bug there. There reason for the u1 account beint
required is so that the system settings app can query the click store in
the server side.

Second, we are running this update in an emulator, that means that the
/tmp space is reduced and we might be hitting a state in which udm does
not have enough space to write the download in the file system. I
suspected, sorry, I strongly suspected, that it is the case due to the
udm logs stating:

E0516 18:31:41.610985  8073 file_download.cpp:659]  GroupDownload
{4f30e058b4dc4ed1a4104ff346179074 } Download ID{
e4a1dfa67427427399652316b13ef9cd } Could not write that in the file
system

Please ignore the previous error in the logs, it is due to the fact that
we cannot get the apparmor profile from the system image process, which
is due to the fact that system image runs uncofined.

Third, AFAIK system image will not be able to work in the emulator due
to the way the emulator works, we had a conversation with xnox about
this during the london sprint and unless he has changed anything in the
boot sequence of the emulator, even if the download is succesfull you
will not see the emulator upgraded.

Last but not least, I have assumed that udm could be wrong and I have
tested with the following code:

Go lang example using the go bindings I wrote for the mms client
(nuntium):

http://paste.ubuntu.com/7492384/

Python example:

http://paste.ubuntu.com/7492420/

The go example is using the sessiong bus while the python one uses the
system one. Both work as expected on the desktop and I have a strong
feeling that this is more related to the fact that the update is running
in the emulator that udm per se. I'll run a number of tests in a phone
to ensure that everything does work (for example, perform a system image
ipdate, click installations etc..). If everything works I would look at
another culprid ;-)

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

Title:
  udm immediately sends a 'canceled' signal

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

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


[Bug 1320306] Re: udm immediately sends a 'canceled' signal

2014-05-19 Thread Barry Warsaw
I'm seeing this problem in system-image trunk tests.   Any test that
starts a group download will first get the `started` signal from udm as
expected, then immediately get the `canceled` signal, which stops the
reactor and thus we never see the downloaded files.  This seems like a
serious regression in udm.

** Summary changed:

- system-image-cli failing on goldfish (utopic image 28)
+ udm immediately sends a 'canceled' signal

** Changed in: ubuntu-download-manager
   Importance: Undecided = Critical

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

Title:
  udm immediately sends a 'canceled' signal

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

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