[Bug 1250817] Re: Exceptions in the state machine (D-Bus) should result in UpdateAvailableStatus with an error_reason

2014-04-01 Thread Barry Warsaw
** Changed in: ubuntu-system-image
   Status: Confirmed = Fix Released

** Changed in: system-image (Ubuntu)
   Status: Confirmed = 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/1250817

Title:
  Exceptions in the state machine (D-Bus) should result in
  UpdateAvailableStatus with an error_reason

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

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


[Bug 1250817] Re: Exceptions in the state machine (D-Bus) should result in UpdateAvailableStatus with an error_reason

2014-03-23 Thread Barry Warsaw
Please attach a new /var/log/system-image/client.log file and provide
some detail on how you reproduced this.  Thanks!

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

Title:
  Exceptions in the state machine (D-Bus) should result in
  UpdateAvailableStatus with an error_reason

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

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


[Bug 1250817] Re: Exceptions in the state machine (D-Bus) should result in UpdateAvailableStatus with an error_reason

2014-03-21 Thread Sebastien Bacher
Reopening, that's still an issue with 2.2, see e.g
https://errors.ubuntu.com/oops/3a22e620-af85-11e3-8908-2c768aafd08c

Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/systemimage/dbus.py, line 86, in 
_check_for_update
self._update = self._api.check_for_update()
  File /usr/lib/python3/dist-packages/systemimage/api.py, line 96, in 
check_for_update
self._state.run_until('download_files')
  File /usr/lib/python3/dist-packages/systemimage/state.py, line 175, in 
run_until
step()
  File /usr/lib/python3/dist-packages/systemimage/state.py, line 209, in 
_get_blacklist_1
'image-master', 'gpg/image-master.tar.xz', 'archive-master')
  File /usr/lib/python3/dist-packages/systemimage/keyring.py, line 107, in 
get_keyring
(ascxz_src, ascxz_dst),
  File /usr/lib/python3/dist-packages/systemimage/download.py, line 205, in 
get_files
fd, path = tempfile.mkstemp(suffix='.tmp', prefix='', dir=head)
  File /usr/lib/python3.4/tempfile.py, line 409, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
  File /usr/lib/python3.4/tempfile.py, line 339, in _mkstemp_inner
fd = _os.open(file, flags, 0o600)
FileNotFoundError: [Errno 2] No such file or directory: 
'/android/cache/recovery/btxk4vie.tmp'

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

** Changed in: system-image (Ubuntu)
   Status: Fix Released = Confirmed

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

Title:
  Exceptions in the state machine (D-Bus) should result in
  UpdateAvailableStatus with an error_reason

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

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


[Bug 1250817] Re: Exceptions in the state machine (D-Bus) should result in UpdateAvailableStatus with an error_reason

2014-03-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/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/1250817

Title:
  Exceptions in the state machine (D-Bus) should result in
  UpdateAvailableStatus with an error_reason

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

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


[Bug 1250817] Re: Exceptions in the state machine (D-Bus) should result in UpdateAvailableStatus with an error_reason

2014-03-18 Thread Launchpad Bug Tracker
This bug was fixed in the package system-image - 2.2-0ubuntu1

---
system-image (2.2-0ubuntu1) trusty; urgency=medium

  [ Barry Warsaw ]
  * New upstream release.
- LP: #1284217 - When CheckForUpdate() is called a second time, while
  an auto-download is in progress, but after the first check is
  complete, we send an UpdateAvailableStatus signal with the cached
  information.
- LP: #1287919 - Close a race condition when manually downloading and
  issuing multiple CheckForUpdate calls.
- LP: #1278589 - Support disabling either HTTP or HTTPS services for
  custom system image servers.
- Allow the channel.ini file to override the [service] section.
- LP: #1287287 - Do not do atomic renames of temporary download files;
  ubuntu-download-manager now supports this by default.
- LP: #1250817 - Exceptions in the state machine are caught and
  logged, with an appropriate error message added to
  UpdateAvailableStatus signals.  These exceptions do not percolate up
  to the GLib main loop.
- LP: #1279532 - During testing, pass the log dir argument to
  ubuntu-download-manager.
  * d/rules: Add override_dh_python3 rule to set shebang line to
/usr/bin/python3.  (LP: #1283277)
  * d/patches/lp1284217.patch: Removed; applied upstream.
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 17 Mar 2014 
17:28:16 +

** Changed in: system-image (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/1250817

Title:
  Exceptions in the state machine (D-Bus) should result in
  UpdateAvailableStatus with an error_reason

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

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


[Bug 1250817] Re: Exceptions in the state machine (D-Bus) should result in UpdateAvailableStatus with an error_reason

2014-03-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~barry/ubuntu-system-image/citrain-2.2

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

Title:
  Exceptions in the state machine (D-Bus) should result in
  UpdateAvailableStatus with an error_reason

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

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


[Bug 1250817] Re: Exceptions in the state machine (D-Bus) should result in UpdateAvailableStatus with an error_reason

2014-03-03 Thread Barry Warsaw
** Changed in: ubuntu-system-image
   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/1250817

Title:
  Exceptions in the state machine (D-Bus) should result in
  UpdateAvailableStatus with an error_reason

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

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