FreePBX 12.0.1beta32 retrieve_conf failed

I update beta30 to beta32 and Freepbx show this error
exit: 1
[FATAL] Unable to connect to Asterisk Manager from /var/lib/asterisk/bin/retrieve_conf, aborting

In Asterisk CLI:

[2014-08-19 10:58:14] NOTICE[14806]: acl.c:748 ast_apply_acl: Manager User ACL: Rejecting ‘192.168.25.3’ due to a failure to pass ACL ‘(BASELINE)’
[2014-08-19 10:58:14] NOTICE[14806]: manager.c:2626 authenticate: 192.168.25.3 failed to pass IP ACL as ‘admin’
[2014-08-19 10:58:14] NOTICE[14806]: manager.c:2660 authenticate: 192.168.25.3 failed to authenticate as ‘admin’
[2014-08-19 10:58:15] NOTICE[14811]: acl.c:748 ast_apply_acl: Manager User ACL: Rejecting ‘192.168.25.3’ due to a failure to pass ACL ‘(BASELINE)’
[2014-08-19 10:58:15] NOTICE[14811]: manager.c:2626 authenticate: 192.168.25.3 failed to pass IP ACL as ‘admin’
[2014-08-19 10:58:15] NOTICE[14811]: manager.c:2660 authenticate: 192.168.25.3 failed to authenticate as ‘admin’

Please expand the error message from within freepbx. This appears to be an error on your system. The only changes made in 30 to 32 were visual changes.


manager.conf

;
; AMI - Asterisk Manager interface
;
; FreePBX needs this to be enabled. Note that if you enable it on a different IP, you need
; to assure that this can't be reached from un-authorized hosts with the ACL settings (permit/deny).
; Also, remember to configure non-default port or IP-addresses in amportal.conf.
;
; The AMI connection is used both by the portal and the operator's panel in FreePBX.
;
; FreePBX assumes an AMI connection to localhost:5038 by default.
;
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0
displayconnects=no ;only effects 1.6+

[admin]
secret = amp111
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate,message
write = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate,message
writetimeout = 5000

#include manager_additional.conf
#include manager_custom.conf

Your system is blocking FreePBX Manager calls. This is not a problem with FreePBX but a problem with your system. You are allowing “127.0.0.1” in your manager.conf file but you are coming in from “192.168.25.3” you probably what to checkout why that is. For now you might be able to change manager.conf to permit “192.168.25.3”, but like I said, misconfiguration on your system unfortunately not something FreePBX did.

Tanks.

/etc/init.d/iptables stop

and now

No critical issues found.

You shouldn’t just stop iptables, you should figure out the issue in iptables.