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