Comment 10 for bug 1897173

Revision history for this message
Norbert (nrbrtx) wrote :

Currently all testcases about UM installation fail with symptoms:

GUI:

```
ERROR!!! (as superuser)

Partition(s) 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, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128 on /dev/vda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.

[Ignore] [Cancel]
```

/var/log/partman , using QuickEMU

```
artman:parted_server: OUT: yes
partman:parted_server: Closing infifo and outfifo
partman:parted_server: main_loop: iteration 146
partman:parted_server: Opening infifo
partman:/lib/partman/commit.d/30parted: IN: COMMIT =dev=vda
partman:parted_server: Read command: COMMIT
partman:parted_server: command_commit()
partman:parted_server: Opening outfifo
partman:parted_server: command_commit: wiping superblocks from /dev/vda
partman:parted_server: do_wipe open(/dev/vda), 6
partman:parted_server: wiping superblocks from /dev/vda succeeded
partman:parted_server: OUT: Error
partman:/lib/partman/commit.d/30parted: error_handler: exception with type Error
partman:/lib/partman/commit.d/30parted: error_handler: reading message
partman:parted_server: OUT: Partition(s) 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, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128 on /dev/vda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.
partman:parted_server: OUT:
partman:parted_server: OUT: Ignore
partman:parted_server: OUT: Cancel
partman:parted_server: OUT:

```

Using VirtualBox changes `/dev/vda` to `/dev/sda` and fails in the same way.