Error running yum update

I have upgraded my FreePBX (running on CentOS) to 14.0.16.11, and the Firewall will not start. I realize this issue is related to a yum update error I have run into. The errors from yum update are:

Error: Package: sangoma-pbx-2107-3.sng7.noarch (sng-pkgs)
Requires: kmod-via-rhine
Removing: kmod-via-rhine-1.5.2-1.sng7.x86_64 (@anaconda/1703)
kmod-via-rhine = 1.5.2-1.sng7
Available: kmod-via-rhine-1.5.1-4.sng7.x86_64 (sng-pkgs)
kmod-via-rhine = 1.5.1-4.sng7
Available: kmod-via-rhine-1.5.1-5.sng7.x86_64 (sng-pkgs)
kmod-via-rhine = 1.5.1-5.sng7
Available: kmod-via-rhine-1.5.1-6.sng7.x86_64 (sng-pkgs)
kmod-via-rhine = 1.5.1-6.sng7
Error: Package: sangoma-pbx-2107-3.sng7.noarch (sng-pkgs)
Requires: kmod-via-velocity
Removing: kmod-via-velocity-1.16-1.sng7.x86_64 (@anaconda/1703)
kmod-via-velocity = 1.16-1.sng7
Available: kmod-via-velocity-1.15-2.sng7.x86_64 (sng-pkgs)
kmod-via-velocity = 1.15-2.sng7
Available: kmod-via-velocity-1.15-3.sng7.x86_64 (sng-pkgs)
kmod-via-velocity = 1.15-3.sng7
Available: kmod-via-velocity-1.15-4.sng7.x86_64 (sng-pkgs)
kmod-via-velocity = 1.15-4.sng7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

I have tried the last two suggestions but this does not resolve the files/updates needed to start the firewall. Any ideas?

You are not running CentOS 7. You are running SNG7.

Typically if you see this, you have added extra repositories and caused your own problem.

That said, this has nothing to do with the firewall.

Run these commands (yes, you are downgrading twice!)

yum -y downgrade kmod-via-rhine
yum -y downgrade kmod-via-rhine
yum -y downgrade kmod-via-velocity
yum -y downgrade kmod-via-velocity
yum clean all
yum update -y
reboot

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.