PIAF 1.7.5.5.4 Purple is broken after running incredible-rentpbx script
UPDATE: as of 9/1/2011 our PIAF Purple 1.7 with asterisk 1.8.XX is compatbile with the following scripts
cd /root
wget http://incrediblepbx.com/incrediblepbx18-rentpbx.x
chmod +x incredible*
./incrediblepbx18-rentpbx.xWith the above script you will not have the following issue.
After running incredible script for RentPBX, you may find that your PBX server is in bad state. For example, FOP, asterisk is shown as bad or warning in the FreePBX web status page.
Please do not worry. Chance is the /etc/hosts file is overriden by the script in such a way that localhost entry is missing.
To fix the issue,
Please ssh to your server. Use your favorite editor and edit /etc/hosts. Add the localhost entry as below
127.0.0.1 "your hostname" localhost.localdomain localhost
notice the localhost toward the end of the line. That is the fix.
That is all you need to do.