Ubuntu Pastebin

Paste from ogra at Fri, 2 Sep 2016 08:21:24 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
uncaught exception in state machine step: [10] make_disk
Traceback (most recent call last):
  File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/state.py", line 68, in __next__
    step()
  File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/builder.py", line 386, in make_disk
    image.partition(part_id, **part_args)
  File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/image.py", line 173, in partition
    .format(key))
ValueError: change_name option not supported for MBR partitions
Crash in state machine
Traceback (most recent call last):
  File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/__main__.py", line 115, in main
    list(state_machine)
  File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/state.py", line 68, in __next__
    step()
  File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/builder.py", line 386, in make_disk
    image.partition(part_id, **part_args)
  File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/image.py", line 173, in partition
    .format(key))
ValueError: change_name option not supported for MBR partitions
Download as text