Yum Upgrade Transaction Check Errors

Trying to run some updates to FreePBX
Version 15.0.16.52
Asterisk version 16.9.0

Everytime I run yum update I get this error message for each file after it runs a transaction check:

file /etc/asterisk/amd.conf from install of asterisk16-configs-16.9.0-1.sng7.x86_64 conflicts with file from package freepbx-14.1-1.sng7.x86_64

I’ve searched around here and can’t seem to find a working solution for this. Any help would be appreciated!

Hi @dsirota
Try this:

rpm --erase --nodeps freepbx-14.1-1.sng7.x86_64 && yum update

@slobera That seems to have done the trick. Thanks so much!

Except now I have a forbidden error (403) when I try to use the online GUI…

“You don’t have permission to access /.noindex.html on this server.”

Type this on your console:

fwconsole sysadmin ports | grep acp
That will tell you which port are you using.
If it says for example: 8080, then you need to type your-ip:8080 on your browser

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