ayufan / pve-patches

Repository with public Proxmox patches
223 stars 54 forks source link

Error on 3 nodes Ceph Proxmox 5.3-8 Cluster #13

Closed aracno closed 5 years ago

aracno commented 5 years ago

Hi,

iam getting this error:

Hunk #5 succeeded at 1016 (offset 1 line). Hunk #6 succeeded at 1028 (offset 1 line). Hunk #7 succeeded at 1039 (offset 1 line). patching file VZDump/LXC.pm patching file VZDump/QemuServer.pm PATCHED: /usr/share/perl5/PVE/ Job for pveproxy.service failed because the control process exited with error code. See systemctl status pveproxy.service and journalctl -xe for details. Job for pvedaemon.service failed because the control process exited with error code. See systemctl status pvedaemon.service and journalctl -xe for details.

Output off journalctl -xe:

-- Unit pveproxy.service has begun starting up. Feb 12 19:05:11 pvenode01 pveproxy[9870]: Global symbol "$uncomp" requires explicit package name (did you forget to declare "my $uncomp"?) at /usr/share/perl5/PVE/QemuServer.pm line 5989, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: Compilation failed in require at /usr/share/perl5/PVE/QemuConfig.pm line 8, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: BEGIN failed--compilation aborted at /usr/share/perl5/PVE/QemuConfig.pm line 8, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: Compilation failed in require at /usr/share/perl5/PVE/HA/Resources/PVEVM.pm line 10, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: BEGIN failed--compilation aborted at /usr/share/perl5/PVE/HA/Resources/PVEVM.pm line 17, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: Compilation failed in require at /usr/share/perl5/PVE/HA/Env/PVE2.pm line 20, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: BEGIN failed--compilation aborted at /usr/share/perl5/PVE/HA/Env/PVE2.pm line 20, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: Compilation failed in require at /usr/share/perl5/PVE/VZDump.pm line 18, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: BEGIN failed--compilation aborted at /usr/share/perl5/PVE/VZDump.pm line 18, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: Compilation failed in require at /usr/share/perl5/PVE/API2/Backup.pm line 15, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: BEGIN failed--compilation aborted at /usr/share/perl5/PVE/API2/Backup.pm line 15, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: Compilation failed in require at /usr/share/perl5/PVE/API2/Cluster.pm line 15, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: BEGIN failed--compilation aborted at /usr/share/perl5/PVE/API2/Cluster.pm line 15, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: Compilation failed in require at /usr/share/perl5/PVE/API2.pm line 13, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: BEGIN failed--compilation aborted at /usr/share/perl5/PVE/API2.pm line 13, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: Compilation failed in require at /usr/share/perl5/PVE/Service/pveproxy.pm line 15, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: BEGIN failed--compilation aborted at /usr/share/perl5/PVE/Service/pveproxy.pm line 15, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: Compilation failed in require at /usr/bin/pveproxy line 11, line 755. Feb 12 19:05:11 pvenode01 pveproxy[9870]: BEGIN failed--compilation aborted at /usr/bin/pveproxy line 11, line 755. Feb 12 19:05:11 pvenode01 systemd[1]: pveproxy.service: Control process exited, code=exited status=255 Feb 12 19:05:11 pvenode01 systemd[1]: Failed to start PVE API Proxy Server. -- Subject: Unit pveproxy.service has failed

Thanks for your help.

ayufan commented 5 years ago

Can you test latest patch for 5.3-9?

theassyrian commented 3 years ago

crap I got this error on my latest apt get upgrade, I will post my fix as soon as I figure it out

theassyrian commented 3 years ago

apt-get dist-upgrade fixed my issue thank you