https://bugs.contribs.org/show_bug.cgi?id=10400

--- Comment #1 from John Crisp <[email protected]> ---
I think the issue is that uninstalling using:

yum remove smeserver-freepbx freepbx-src

leaves the asterisk rpms in place, which then interferes if you reinstall. You
really need to clear out all the asterisk files like this:

yum remove smeserver-freepbx freepbx-src asterisk*

Once I had done and ran the cleanup script a reinstall seemed to work fine.

After removal I checked for remnants as best I could and this is a revised bit
for the cleanup script

echo "Removing associated freepbx and asterisk confs ..."
rm -f /etc/freepbx.conf
rm -f /etc/amportal.conf
rm -f /etc/logrotate.d/asterisk*
rm -rf /etc/asterisk
rm -rf /home/e-smith/files/freepbx
rm -rf /var/lib/asterisk
rm -rf /var/log/httpd-fpbx
rm -rf /var/service/httpd-fpbx
rm -rf /var/run/asterisk


This can be moved to Documentation - I'd be grateful if someone else could
check this briefly and the wiki can then be amended accordingly.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to