Hi Andrei,
Thanks for your reply.
Ser failed to start because of in ser.cfg :
#if (src_ip==193.175.135.0/24){ force_send_socket(smaug:5080); forward(193.175.135.179); break; } What is it ?
I add in ser.cfg : fifo_db_url="mysql://admin:heslo@127.0.0.1/ser" so ser start but /tmp/ser_fifo is owned by root not ser user !?
May i have to change ser.cfg or ser start sript to get
/tmp/ser_fifo owned by ser ?
Regards Harry
--- Andrei Pelinescu-Onciul pelinescu-onciul@fokus.fraunhofer.de wrote:
On Mar 10, 2005 at 11:18, harry gaillac gaillacharry@yahoo.fr wrote:
Hi,
I try to build Debian packages from CVS. I set init script from CVS to build ser-0.9.0 but /tmp/ser_fifo is not created and serctl failed !
The fifo is created by ser when it starts. You must have fifo="/tmp/ser_fifo" in your ser.cfg. If you do and the fifo is still not created, check if ser is really running.
Andrei
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
On Mar 10, 2005 at 14:02, harry gaillac gaillacharry@yahoo.fr wrote:
Hi Andrei,
Thanks for your reply.
Ser failed to start because of in ser.cfg :
#if (src_ip==193.175.135.0/24){ force_send_socket(smaug:5080); forward(193.175.135.179); break; }
What is it ?
Just remove it or update from cvs. I've used this to test force_send_socket functionality and I've mistakenly commited it to the cvs.
I add in ser.cfg : fifo_db_url="mysql://admin:heslo@127.0.0.1/ser"
Use fifo="..." and not fifo_db_url (which is a different thing).
so ser start but /tmp/ser_fifo is owned by root not ser user !?
Use fifo_user=, fifo_group= and fifo_mode= to set the owner, group and the permissions.
Andrei