Ubuntu Pastebin

Paste from ogra at Tue, 6 Sep 2016 13:47:34 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
ogra@anubis:~/datengrab/images/snappy$ sudo /snap/bin/ubuntu-image -c edge dragonboard-model.assertion -o u-image-dragon.img
[sudo] Passwort für ogra: 
 744.00 KB / 744.00 KB [===============================================================================================================] 100.00% 5.18 MB/s 0
Fetching dragonboard
 744.00 KB / 744.00 KB [===============================================================================================================] 100.00% 5.18 MB/s 0
Fetching ubuntu-core
 55.02 MB / 55.02 MB [===============================================================================================================] 100.00% 5.42 MB/s 10s
Fetching drangonboard-kernel
error: cannot find snap "drangonboard-kernel": snap not found
COMMAND FAILED: snap prepare-image --channel=edge  dragonboard-model.assertion /tmp/tmpc_uee9j3/unpackuncaught exception in state machine step: [1] prepare_image
Traceback (most recent call last):
  File "/snap/ubuntu-image/x3/usr/lib/python3.5/site-packages/ubuntu_image/state.py", line 68, in __next__
    step()
  File "/snap/ubuntu-image/x3/usr/lib/python3.5/site-packages/ubuntu_image/builder.py", line 141, in prepare_image
    snap(self.args.model_assertion, self.unpackdir, self.args.channel, self.args.extra_snaps)
  File "/snap/ubuntu-image/x3/usr/lib/python3.5/site-packages/ubuntu_image/helpers.py", line 124, in snap
    run(cmd, stdout=None, stderr=None)
  File "/snap/ubuntu-image/x3/usr/lib/python3.5/site-packages/ubuntu_image/helpers.py", line 106, in run
    sys.stderr.write(proc.stdout)
TypeError: write() argument must be str, not None
Crash in state machine
Traceback (most recent call last):
  File "/snap/ubuntu-image/x3/usr/lib/python3.5/site-packages/ubuntu_image/__main__.py", line 118, in main
    list(state_machine)
  File "/snap/ubuntu-image/x3/usr/lib/python3.5/site-packages/ubuntu_image/state.py", line 68, in __next__
    step()
  File "/snap/ubuntu-image/x3/usr/lib/python3.5/site-packages/ubuntu_image/builder.py", line 141, in prepare_image
    snap(self.args.model_assertion, self.unpackdir, self.args.channel, self.args.extra_snaps)
  File "/snap/ubuntu-image/x3/usr/lib/python3.5/site-packages/ubuntu_image/helpers.py", line 124, in snap
    run(cmd, stdout=None, stderr=None)
  File "/snap/ubuntu-image/x3/usr/lib/python3.5/site-packages/ubuntu_image/helpers.py", line 106, in run
    sys.stderr.write(proc.stdout)
TypeError: write() argument must be str, not None
ogra@anubis:~/datengrab/images/snappy$ 
Download as text