Can't connect after updates

I installed the following updates via Yum and now the FOP2 is not getting past "Connecting to server, attempt number : 1" ... 2 ... 3 ........

Is anyone else seeing this? (I suspect that freePBX 2.8.0-2 is the culprit)

Thanks, Jason

Updating:
RoundCubeMail noarch 0.3.1-9 elastix-beta 2.0 M

Updating:
elastix noarch 2.0.4-16 elastix-beta 10 M

Updating:
elastix-a2billing noarch 1.8.1-14beta elastix-beta 7.6 M

Updating:
elastix-firstboot noarch 2.0.4-6 elastix-beta 92 k

Updating:
elastix-pbx noarch 2.0.4-17 elastix-beta 4.5 M

Updating:
freePBX noarch 2.8.0-2 elastix-beta 26 M

Updating:
perl-Mail-IMAPClient noarch 3.28-1.el5 epel 229 k

Comments

  • Hi,

    Disable FOP1, edit /etc/amportal.conf and be sure that FOPRUN is set to false.
  • That did it.

    When I reboot the VM FOP2 is not auto starting. Anywhere I can fix that?

    Thanks, Jason
  • fop2 init script should not be touched by any updates, you can see if its installed and enabled with the command:
    chkconfig --list | grep fop2
    

    If you see that runlevel 3 is on (3:on), then fop2 will start on boot. If it is not there you have to add it with the command
    chkconfig --add fop2
    

    and then be sure it is enabled
    chkconfig fop2 on
    


    Best regards,
Sign In or Register to comment.