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??
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@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@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
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@gmail.com:
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@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@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
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@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@gmail.com:
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@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@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@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
my version is openser 1.1.1-notls (i386/linux) but the error is not starting openser invalid configuration file ,where can i find more information about this error??
2007/8/13, Dan-Cristian Bogos dan.bogos@gmail.com:
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@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@gmail.com:
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@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@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@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Javier,
as I have written mi_fifo starts with version 1.2.0. For previous versions, use (fifo="/tmp/openser_fifo") as part of your global params.
DanB
On 8/13/07, Javier Allende Astigarraga legolas.klaitxu@gmail.com wrote:
my version is openser 1.1.1-notls (i386/linux) but the error is not starting openser invalid configuration file ,where can i find more information about this error??
2007/8/13, Dan-Cristian Bogos < dan.bogos@gmail.com>:
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@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@gmail.com:
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@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@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@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@openser.org http://openser.org/cgi-bin/mailman/listinfo/users