[OpenSIPS-Users] Error opening OpenSIPS's FIFO /tmp/opensips_fifo

Jerry Richards jerry.richards at teotech.com
Wed Feb 15 19:02:35 CET 2012


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




More information about the Users mailing list