Hi,
I am using the PVE community repository. After running a dist-upgrade, I seem to encounter a problem which stops the packages from updating completely.
I checked /var/lib/dpkg/info/pve-manager.postinst and it looks like this calls
/usr/bin/pveupdate. This fails on my system with the following errors:
I'd appreciate any pointers to further troubleshoot this issue.
Thanks
I am using the PVE community repository. After running a dist-upgrade, I seem to encounter a problem which stops the packages from updating completely.
Code:
Setting up pve-manager (4.4-17) ...
Job for pvedaemon.service failed. See 'systemctl status pvedaemon.service' and 'journalctl -xn' for details.
dpkg: error processing package pve-manager (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of proxmox-ve:
proxmox-ve depends on pve-manager; however:
Package pve-manager is not configured yet.
dpkg: error processing package proxmox-ve (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
pve-manager
proxmox-ve
E: Sub-process /usr/bin/dpkg returned an error code (1)
I checked /var/lib/dpkg/info/pve-manager.postinst and it looks like this calls
/usr/bin/pveupdate. This fails on my system with the following errors:
Code:
Encode/Alias.pm did not return a true value at /usr/lib/x86_64-linux-gnu/perl/5.20/Encode.pm line 47.
BEGIN failed--compilation aborted at /usr/lib/x86_64-linux-gnu/perl/5.20/Encode.pm line 47.
Compilation failed in require at /usr/share/perl5/PVE/SafeSyslog.pm line 7.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/SafeSyslog.pm line 7.
Compilation failed in require at /usr/share/perl5/PVE/INotify.pm line 14.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/INotify.pm line 14.
Compilation failed in require at /usr/bin/pveupdate line 10.
BEGIN failed--compilation aborted at /usr/bin/pveupdate line 10.
I'd appreciate any pointers to further troubleshoot this issue.
Thanks