[SOLVED] pve-manager configure failure

GGAN

New Member
Jan 24, 2018
2
0
1
36
Hi!

SSH onto our proxmox, executing
dpkg --configure -D 777 pve-manager

resulted in this:
root@omniforce ~ # apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up pve-manager (5.1-43) ... Job for pvedaemon.service canceled. dpkg: error processing package pve-manager (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: pve-manager E: Sub-process /usr/bin/dpkg returned an error code (1)

The upgrade failure is located at
/var/lib/dpkg/info/pve-manager.postinst

Any ideas how to fix this?

Have a great day,
Tan
 
Last edited:
Do you see any errors in the journal while doing this? These scripts often reload/restart services of which the errors appear in the journal instead of the output of the script requesting the restarts.
 
Do you see any errors in the journal while doing this? These scripts often reload/restart services of which the errors appear in the journal instead of the output of the script requesting the restarts.

Thanks for your fast reply.

We fixed the problem with reinstalling the host ;).

But thanks!

Have a great day,
Tan