[OpenSER-Users] Problems with fifo

Dan-Cristian Bogos dan.bogos at gmail.com
Mon Aug 13 10:46:08 CEST 2007


Hello Javier,

since version 1.2.0 the fifo support is implemented through mi_fifo
module (for additional information have a look on
http://www.openser.org/docs/modules/1.2.x/mi_fifo.html), therefore if
u want to use any of the fifo commands, u must load first
mi_fifo(loadmodule "mi_fifo.so") and configure it for your fifo file
(modparam("mi_fifo", "fifo_name", "/tmp/openser_fifo"))

Hope this helps.

Cheers,
DanB

On 8/13/07, Javier Allende Astigarraga <legolas.klaitxu at gmail.com> wrote:
>
> I have installed Openser,but if i exec  Openserctrl moni appears this
> message
> Error : error opening Openser's fifo /tmp/openser_fifo
> make sure you have line 'fifo=.....' in your config
>
> if i do touch /tmp/openserfifo the last message disappears and appears the
> following one
>
> -e [cycle #:1; if constant make sure server lives]
>
> my  openser.cfg file
>
> i want to use mysql
>
> commented  modparam("usrloc","db_mode",0)
> uncommented
> - loadmodule "/usr/lib/openser/modules/mysql.so"
>
>
> - loadmodule "/usr/lib/openser/modules/auth.so"
>
>
> - loadmodule "/usr/lib/openser/modules/auth_db.so"
>
> - modparam("usrloc", "db_mode", 2)
>
> - modparam("auth", "calculate_ha1", yes)
>
>
> - modparam("auth_db", "password_column", "password")
>
>
> - if (!www_authorize("localhost", "subscriber")) {
> - www_challenge("locahost", "0");
>
> - break;
> - };
>
> what i'm doing wrong??
> --
> =====================================================
> Legolas_Bilbao[ID2006][GKR]
> Dios creo un equipo Perfecto a los demas los lleno de extranjeros
> http://www.forosindicedonkey.com
>  http://usuarios.lycos.es/ligaforo/
> =====================================================
> _______________________________________________
> Users mailing list
> Users at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/users
>
>




More information about the Users mailing list