Comment 36 for bug 1277589

Revision history for this message
Alan O'Dannel (aoddev) wrote : Re: "FileNotFoundError: /var/lib/system-image/blacklist.tar.xz"

I'm seeing the same issues as reported above today. I have been using my home network for all attempts. I have restarted my device (mako) 5 times, I have left the device idle for a couple of hours, no luck.

running system-image-cli --info returns:
current build number: 174
device name: mako
channel: trusty
last update: 2014-02-11 11:50:56
version version: 174
version ubuntu: 20140211
version device: 20140115.1

Latest attempt to donwlaod the latest build:
[systemimage] Feb 12 20:49:54 2014 (26847) Running group download reactor
[systemimage] Feb 12 20:50:16 2014 (26847) Group download reactor done
[systemimage] Feb 12 20:50:16 2014 (26847) No signed blacklist found
[systemimage] Feb 12 20:50:16 2014 (26847) Getting the image master key
[systemimage] Feb 12 20:50:16 2014 (26847) Requesting group download:
 https://system-image.ubuntu.com/gpg/image-master.tar.xz -> /android/cache/recovery/keyring.tar.xz
 https://system-image.ubuntu.com/gpg/image-master.tar.xz.asc -> /android/cache/recovery/keyring.tar.xz.asc

[systemimage] Feb 12 20:50:16 2014 (26847) Running group download reactor
[systemimage] Feb 12 20:50:17 2014 (26847) Group download reactor done
[systemimage] Feb 12 20:50:17 2014 (26847) No valid image master key found
[systemimage] Feb 12 20:50:17 2014 (26847) uncaught exception in state machine
Traceback (most recent call last):
  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 351, in _get_master_key
    'archive-master', self.blacklist)
  File "/usr/lib/python3/dist-packages/systemimage/keyring.py", line 114, in get_keyring
    raise SignatureError
systemimage.gpg.SignatureError
[systemimage] Feb 12 20:50:18 2014 (26847) Group download reactor done
[systemimage] Feb 12 20:50:18 2014 (26847) uncaught exception in state machine
Traceback (most recent call last):
  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 513, in _download_files
    with Context(*keyrings, blacklist=self.blacklist) as ctx:
  File "/usr/lib/python3/dist-packages/systemimage/gpg.py", line 74, in __init__
    raise FileNotFoundError(blacklist)