SNMP

Nhoague

Renowned Member
Sep 29, 2012
90
4
73
45
Colorado, USA
Here's a good one for you ...

I was trying to install SNMP on my PVE host. I used "apt-get update", "apt-get install snmpd" and "apt-get --configure -a" to install SNMP (hopefully cleanly on my host).

During the process the pvestatd and pve-cluster became offline, and now I get this error when trying to start pvestatd, "

root@pve1:~# service pvestatd start

Starting PVE Status Daemon: pvestatdCan't locate Crypt/OpenSSL/Random.pm in @INC (you may need to install the Crypt::OpenSSL::Random module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at /usr/share/perl5/PVE/AccessControl.pm line 6.

BEGIN failed--compilation aborted at /usr/share/perl5/PVE/AccessControl.pm line 6.

Compilation failed in require at /usr/share/perl5/PVE/RPCEnvironment.pm line 16.

BEGIN failed--compilation aborted at /usr/share/perl5/PVE/RPCEnvironment.pm line 16.

Compilation failed in require at /usr/share/perl5/PVE/Storage.pm line 19.

BEGIN failed--compilation aborted at /usr/share/perl5/PVE/Storage.pm line 19.

Compilation failed in require at /usr/bin/pvestatd line 14.

BEGIN failed--compilation aborted at /usr/bin/pvestatd line 14.

failed!

root@pve1:~#

Woah right? Ideas?