Hi All,
I’ve just taken ownership of what seems to be a fairly dated instance of SHMZ. cat /etc/*-release shows it is running “SHMZ release 6.6 (Final)”.
I was trying to install snmpd on this machine so I can monitor it remotely but when I do a yum update, I get about a 100 packages scrolling past, then it says
--> Finished Dependency Resolution
Error: Package: asterisk13-core-13.19.1-1.shmz65.1.195.x86_64 (pbx)
Requires: libresample.so.1.0()(64bit)
Removing: libresample-0.1.3-11_centos6.x86_64 (@anaconda-SHMZ-201501302108.x86_64/6.6)
libresample.so.1.0()(64bit)
Updated By: libresample-0.1.3-12.el6.x86_64 (epel)
Not found
Error: Package: asterisk13-core-13.19.1-1.shmz65.1.195.x86_64 (pbx)
Requires: libsrtp.so.0()(64bit)
Removing: libsrtp-1.4.4-4.20101004cvs.el6.x86_64 (@anaconda-SHMZ-201501302108.x86_64/6.6)
libsrtp.so.0()(64bit)
Updated By: libsrtp-1.5.4-3.el6.x86_64 (epel)
Not found
Error: Package: pjproject-2.4-9.shmz65.8.13.x86_64 (@anaconda-SHMZ-201501302108.x86_64/6.6)
Requires: libsrtp.so.0()(64bit)
Removing: libsrtp-1.4.4-4.20101004cvs.el6.x86_64 (@anaconda-SHMZ-201501302108.x86_64/6.6)
libsrtp.so.0()(64bit)
Updated By: libsrtp-1.5.4-3.el6.x86_64 (epel)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Also, it appears that the “snmpd” package isn’t actually available?
# yum install snmpd
Loaded plugins: fastestmirror, kmod
Setting up Install Process
Loading mirror speeds from cached hostfile
* epel: mirror.xnet.co.nz
No package snmpd available.
Error: Nothing to do
What should be my next port of call to get this system properly updating?