Javier,
what is the error you are getting and what is your openser version (openser -V).
DanB
On 8/13/07, Javier Allende Astigarraga <legolas.klaitxu(a)gmail.com> wrote:
I'have a problem with this i put the follow
sentences openser.cfg
loadmodule "mi_fifo.so"
modparam("mi_fifo","fifo_name","/tmp/openser_fifo")
and if i do /etc/init.d/openser restart
not starting openser : invalid configuration file !
2007/8/13, Dan-Cristian Bogos <dan.bogos(a)gmail.com>om>:
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(a)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(a)openser.org
http://openser.org/cgi-bin/mailman/listinfo/users
--
=====================================================
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(a)openser.org
http://openser.org/cgi-bin/mailman/listinfo/users