On Sat, Apr 29, 2006 at 03:05:33PM +0300, ravi reddy wrote:
hello guys, please help me
Hi
here is the message i got in my /var/log/messages Apr 29 14:06:46 localhost ser[4489]: Maxfwd module- initializing Apr 29 14:06:46 localhost ser[4489]: INFO: udp_init: SO_RCVBUF is initially 107520 Apr 29 14:06:46 localhost ser[4489]: INFO: udp_init: SO_RCVBUF is finally 215040 Apr 29 14:06:46 localhost ser[4489]: INFO: udp_init: SO_RCVBUF is initially 107520 Apr 29 14:06:46 localhost ser[4489]: INFO: udp_init: SO_RCVBUF is finally 215040 Apr 29 14:06:46 localhost ser[4489]: ERROR: tcp_init: bind(7, 0x811964c, 16) on 127.0.0.1: Address already in use
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netstat -A or sockstat
you have already smth on the port 5060.
debug=3 # debug level (cmd line: -dddddddddd) #fork=yes #log_stderror=no # (cmd line: -E)
/* Uncomment these lines to enter debugging mode fork=no log_stderror=yes */
check_via=no # (cmd. line: -v) dns=no # (cmd. line: -r) rev_dns=no # (cmd. line: -R) #port=5060
^^^^^^^^^ uncomment this string.
Wbr, Alexandr