<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: problems when starting ser</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Hello,<BR>
<BR>
Thanks for your answer.<BR>
For a holidays issue, I will not be able to try this solution until January; but as soon as I can test it, I will answer with the result.<BR>
<BR>
Again, thanks.<BR>
<BR>
Regards,<BR>
Rebeca Martinez<BR>
<BR>
-----Mensaje original-----<BR>
De: Sabatella, Michael [<A HREF="mailto:Michael.Sabatella@ipc.com">mailto:Michael.Sabatella@ipc.com</A>]<BR>
Enviado el: mié 23/12/2009 14:46<BR>
Para: Martínez García, Rebeca; serusers@lists.iptel.org<BR>
CC: Huertas García, Victor<BR>
Asunto: RE: problems when starting ser<BR>
<BR>
This may help you:<BR>
<BR>
You need to create the fifo something like this I believe in the /tmp directory.<BR>
<BR>
mkfifo ser_fifo; chmod 777 rfifo<BR>
<BR>
<BR>
<BR>
From: serusers-bounces@lists.iptel.org [<A HREF="mailto:serusers-bounces@lists.iptel.org">mailto:serusers-bounces@lists.iptel.org</A>] On Behalf Of &quot;Martínez García, Rebeca&quot;<BR>
Sent: Wednesday, December 23, 2009 7:06 AM<BR>
To: serusers@lists.iptel.org<BR>
Cc: &quot;Huertas García, Victor&quot;<BR>
Subject: [Serusers] problems when starting ser<BR>
<BR>
<BR>
<BR>
Hello all,<BR>
<BR>
I have installed ser in Ubuntu Karmic by means of Synaptic without any problems or errors during the installation.<BR>
But before starting to configure the ser.cfg, I decided firstly to try the configuration by default and I got this error (I only uncommented the &quot;log_stderror=yes&quot;):<BR>
<BR>
cng@cng:/etc/ser$ ser D E<BR>
Listening on<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: 127.0.0.1 [127.0.0.1]:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: 10.1.3.207 [10.1.3.207]:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: 192.168.50.10 [192.168.50.10]:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: 127.0.0.1 [127.0.0.1]:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: 10.1.3.207 [10.1.3.207]:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: 192.168.50.10 [192.168.50.10]:5060<BR>
Aliases:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: cng.local:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: cng:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: localhost:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: cng.local:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: cng:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: localhost:5060<BR>
<BR>
&nbsp;0(2956) init_tcp: using epoll_lt as the io watch method (auto detected)<BR>
cng@cng:/etc/ser$&nbsp; 0(2958) Maxfwd module- initializing<BR>
&nbsp;0(2958) ERROR: fifo_server.c:857: Can't create FIFO: No such file or directory (mode=384)<BR>
&nbsp;0(2958) ERROR: ctl: mod_init: init ctrl. sockets failed<BR>
&nbsp;0(2958) init_mod(): Error while initializing module ctl<BR>
ERROR: error while initializing modules<BR>
<BR>
It seems that it starts ok but suddenly finds an error and stops.<BR>
However if I run:<BR>
<BR>
cng@cng:/etc/ser$ sudo /etc/init.d/ser start<BR>
Starting ser: serListening on<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: 127.0.0.1 [127.0.0.1]:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: 10.1.3.207 [10.1.3.207]:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: 192.168.50.10 [192.168.50.10]:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: 127.0.0.1 [127.0.0.1]:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: 10.1.3.207 [10.1.3.207]:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: 192.168.50.10 [192.168.50.10]:5060<BR>
Aliases:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: cng.local:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: cng:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: localhost:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: cng.local:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: cng:5060<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: localhost:5060<BR>
<BR>
&nbsp;0(3016) init_tcp: using epoll_lt as the io watch method (auto detected)<BR>
.<BR>
&nbsp;0(3018) unable to create pid file /var/run/ser/ser.pid: No such file or directory<BR>
<BR>
It only complains about the ser.pid file.<BR>
<BR>
I am a little bit confused. Where is the problem?<BR>
<BR>
Thanks in advance,<BR>
Rebeca Martinez<BR>
<BR>
________________________________<BR>
DISCLAIMER: This e-mail may contain information that is confidential, privileged or otherwise protected from disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute it by any means. Please delete it and any attachments and notify the sender that you have received it in error. Unintended recipients are prohibited from taking action on the basis of information in this e-mail.E-mail messages may contain computer viruses or other defects, may not be accurately replicated on other systems, or may be intercepted, deleted or interfered with without the knowledge of the sender or the intended recipient. If you are not comfortable with the risks associated with e-mail messages, you may decide not to use e-mail to communicate with IPC. IPC reserves the right, to the extent and under circumstances permitted by applicable law, to retain, monitor and intercept e-mail messages to and from its systems.<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>