You've got another process bind to the local address. To find out which one, use lsof or netstat together with grep in order to find out which process is using the port 5060. Depending on the services file, instead of 5060 you may see sip instead of the numeric value.
<br><br>#netstat -a | grep localhost<br>or<br>#netstat -a | grep <a href="http://127.0.0.1">127.0.0.1</a><br>or<br>#lsof | grep localhost<br>or<br>#lsof # grep <a href="http://127.0.0.1">127.0.0.1</a><br><br><br>After that,&nbsp;stop&nbsp;the&nbsp;process&nbsp;and&nbsp;restart&nbsp;SER.
<br> <br>Hope it helps,<br>Samuel.<br><br><div><span class="gmail_quote">2006/6/22, Shenen Shenen &lt;<a href="mailto:shenenx@gmail.com">shenenx@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
<div>I've this error with openser;</div><div>&nbsp;</div><div><p>[root@asterisk11 ~]# openser<br>&nbsp;0(3176) WARNING: fix_socket_list: could not rev. resolve <a href="http://192.168.251.11/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
192.168.251.11</a><br>&nbsp;0(3176) WARNING: fix_socket_list: could not rev. resolve  <a href="http://192.168.251.11/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.251.11</a><br>Listening on<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: <a href="http://127.0.0.1/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> 127.0.0.1</a> [<a href="http://127.0.0.1/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
127.0.0.1</a>]:5060<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: <a href="http://192.168.251.11/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> 192.168.251.11</a> [<a href="http://192.168.251.11/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 192.168.251.11</a>]:5060<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: <a href="http://127.0.0.1/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> 127.0.0.1</a> [<a href="http://127.0.0.1/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
127.0.0.1</a>]:5060<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: <a href="http://192.168.251.11/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> 192.168.251.11</a> [<a href="http://192.168.251.11/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 192.168.251.11</a>]:5060<br>Aliases:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: asterisk11.local:5060<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp:  asterisk11.local:5060</p><p>stateless - initializing<br>[root@asterisk11 ~]#&nbsp; 0(0) Maxfwd module- initializing<br>&nbsp;0(0) AUTH module - initializing
<br>&nbsp;0(0) AUTH_DB module - initializing<br>&nbsp;0(0) INFO: udp_init: SO_RCVBUF is initially 110592<br>&nbsp;0(0) INFO: udp_init: SO_RCVBUF is finally 221184  <br>&nbsp;0(0) INFO: udp_init: SO_RCVBUF is initially 110592<br>&nbsp;0(0) INFO: udp_init: SO_RCVBUF is finally 221184
<br>&nbsp;0(0) ERROR: tcp_init: bind(6, 0x811b0a4, 16) on <a href="http://127.0.0.1:5060/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> 127.0.0.1:5060</a> : Address already in use <br></p></div><div>
&nbsp;</div><div>and this is my openser.cfg;</div><div><p># SCRIPT PER COPIARE LO STATO DELLE REGISTRAZIONI DEI SIP DAL .11 al .12 </p><p># ----------- global configuration parameters ------------------------</p><p>debug=3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # debug level (cmd line: -dddddddddd)
<br>fork=no<br>log_stderror=no # (cmd line: -E)<br>listen=<a href="http://192.168.251.12/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.251.12 </a><br>listen=<a href="http://192.168.251.11/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
192.168.251.11 </a><br>listen=192.1668.251.200<br>port=5060<br>children=5<br>dns=no<br>rev_dns=no<br># ------------------ module loading ---------------------------------- </p><p>loadmodule &quot;modules/mysql/mysql.so&quot;
<br>loadmodule &quot;modules/sl/sl.so&quot;<br>loadmodule &quot;modules/tm/tm.so&quot;<br>loadmodule &quot;modules/maxfwd/maxfwd.so&quot;<br>loadmodule &quot;modules/usrloc/usrloc.so&quot;  <br>loadmodule &quot;modules/registrar/registrar.so&quot;
<br>loadmodule &quot;modules/auth/auth.so&quot;<br>loadmodule &quot;modules/auth_db/auth_db.so&quot;</p><p># ----------------- setting module-specific parameters ---------------</p><p># digest generation secret; use the same in backup server;
<br># also, make sure that the backup server has sync'ed time<br>modparam(&quot;auth&quot;, &quot;secret&quot;, &quot;alsdkhglaksdhfkloiwr&quot;)</p><p># -------------------------&nbsp; request routing logic -------------------
</p><p># main routing logic</p><p>route{</p><p>&nbsp;# initial sanity checks -- messages with<br>&nbsp;# max_forwars==0, or excessively long requests<br>&nbsp;if (!mf_process_maxfwd_header(&quot;10&quot;)) {<br>&nbsp;&nbsp;sl_send_reply(&quot;483&quot;,&quot;Too Many Hops&quot;);
<br>&nbsp;&nbsp;return;  <br>&nbsp;};<br>&nbsp;if (len_gt( max_len )) {<br>&nbsp;&nbsp;sl_send_reply(&quot;513&quot;, &quot;Message too big&quot;);<br>&nbsp;&nbsp;return;<br>&nbsp;};</p><p>&nbsp;# if the request is for other domain use UsrLoc<br>&nbsp;# (in case, it does not work, use the following command
<br>&nbsp;# with proper names and addresses in it)<br>&nbsp;if (uri==myself) {</p><p>&nbsp;&nbsp;if (method==&quot;REGISTER&quot;) {</p><p>&nbsp;&nbsp;&nbsp;# verify credentials<br>&nbsp;&nbsp;&nbsp;if (!www_authorize(&quot;&quot;, &quot;subscriber&quot;)) {<br>&nbsp;&nbsp;&nbsp;&nbsp;www_challenge(&quot;&quot;, &quot;0&quot;);
<br>&nbsp;&nbsp;&nbsp;&nbsp;return;<br>&nbsp;&nbsp;&nbsp;};</p><p>&nbsp;&nbsp;&nbsp;# if ok, update contacts and ...<br>&nbsp;&nbsp;&nbsp;save(&quot;location&quot;);<br>&nbsp;&nbsp;&nbsp;# ... if this REGISTER is not a replica from our<br>&nbsp;&nbsp;&nbsp;# peer server, replicate to the peer server<br>&nbsp;&nbsp;&nbsp;if (!src_ip==
<a href="http://192.168.251.12/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">  192.168.251.12</a>) {<br>&nbsp;&nbsp;&nbsp;&nbsp;t_replicate(&quot;<a href="http://192.168.251.12/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
192.168.251.12</a>&quot;, &quot;5060&quot;);<br>&nbsp;&nbsp;&nbsp;};<br>&nbsp;&nbsp;&nbsp;return;<br> &nbsp;&nbsp;};<br>&nbsp;&nbsp;# do whatever else appropriate for your domain<br>&nbsp;&nbsp;log(&quot;non-REGISTER\n&quot;); <br>&nbsp;};<br>}<br></p><p>I'm using openser on asteriskAtHome, I've changed the port on asterisk like 5065...but I've this problems....I've also make this:
</p><p>export SIP_DOMAIN=&quot;<a href="http://192.168.251.12/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.251.12</a>&quot; and the others...with and without the &quot; &quot;</p><p>&nbsp;I've warmings and 1 error....the IP are all up and works...so what could be?
</p><p>0(0) ERROR: tcp_init: bind(6, 0x811b0a4, 16) on <a href="http://127.0.0.1:5060/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">127.0.0.1:5060</a> : Address already in use</p><p>100000000000000000000000000000000000000000000000000000000000 thanks
</p><p>&nbsp;</p></div><br>_______________________________________________<br>Serusers mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a>
<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.iptel.org/mailman/listinfo/serusers" target="_blank">http://lists.iptel.org/mailman/listinfo/serusers</a><br><br><br></blockquote></div><br>