By the way, one more source of this error is if opensips is not running. So after entering command "./opensips start", check the /var/log/messages file to see if there were any errors. If there were, then the " ./opensipsctl moni" command will complain it can't open /tmp/opensips_fifo, while the real reason is that opensips is not running (this is the same thing Flavio was saying using different terminology).
Thanks, Jerry -----Original Message----- From: Jerry Richards Sent: Wednesday, February 15, 2012 10:03 AM To: '[email protected]' Subject: Error opening OpenSIPS's FIFO /tmp/opensips_fifo Hi Flavio, I found I had two issues, so I am documenting it here so as to help others who might encounter this: 1) After executing the "service postgresql status" command, I found that the postgresql service was not running. The contents of the /var/lib/pgsql/data/pg_log/postgresql- Wed.log file indicated a line of the /var/lib/pgsql/data/pg_hba.conf file was in error. So I fixed it such that the postgresql service started properly. 2) After resolving the first issue (above), I still was getting the same error when executing the "./opensipsctl moni" command. So, as you suggested, I executed "tail /var/log/messages" and found that it needed the following line added to the end of the /var/lib/pgsql/data/pg_hba.conf file: host opensips opensips 127.0.0.1/32 trust Now I no longer get that error. Thanks, Jerry _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
