[SOLVED] Proxmox V6: blocking during the transition to proxmox v6

Mx Maxime

New Member
Jun 13, 2019
4
0
1
Hello,

I followed the upgrade procedure to version 6, knowing that I have version 5.4.x installed. It's a single node.

The update started well, but it's been more than 30 minutes since the apt-get dist-upgrade blocks on:
Setting up lxc-pve (3.1.0-61)...

I use dpkg 's debug and it's blocked on:
D000002: fork/exec /var/lib/dpkg/info/lxc-pve.postinst ( configure 3.1.0-3 )

Do you know where it comes from?
 
Last edited:
D000002: fork/exec /var/lib/dpkg/info/lxc-pve.postinst ( configure 3.1.0-3 )
It should add subuid / subgid to the user root, to run unprivileged containers as root. It's part of the deb package.

Does it still occur, when you retry the upgrade?
 
It should add subuid / subgid to the user root, to run unprivileged containers as root. It's part of the deb package.

Does it still occur, when you retry the upgrade?


It was also blocked on pve-ha-manager.

Finally, by ignoring and passing these two errors, and after a reboot, everything worked without any problems.

So it's solved!