Hi,
I have following problem with SER. I have downloaded the Presence Snapshot version ser-0.10.99-dev-pa-4.1, but I can't start it.
My config file looks like that:
debug=3 # debug level (cmd line: -dddddddddd) fork=yes log_stderror=yes # (cmd line: -E) #memlog=5 # memory debug log level #log_facility=LOG_LOCAL0 # sets the facility used for logging (see syslog(3)) check_via=no # (cmd. line: -v) dns=no # (cmd. line: -r) rev_dns=no # (cmd. line: -R) port=5060 children=2 alias="fh-joanneum.at" #user=ser #group=ser #open_fd_limit=1024 # sets the open file descriptors limit #mhomed=yes # usefull for multihomed hosts, small performance penalty #fifo="/tmp/ser_fifo" sip_warning=yes
If I want start SER, it generates a PID, but with the command ps -aux, I can't find this process. With the command serctl ps, I get the message: Error opening ser's FIFO /tmp/ser_fifo Make sure you have line fifo=/tmp/ser_fifo in your config.
OEFEG:~ # serctl start Starting SER : started pid(7431) OEFEG:~ # ser 0(7435) WARNING: fix_socket_list: could not rev. resolve 10.15.200.19 0(7435) WARNING: fix_socket_list: could not rev. resolve 10.21.200.50 0(7435) WARNING: fix_socket_list: could not rev. resolve 10.15.200.19 0(7435) WARNING: fix_socket_list: could not rev. resolve 10.21.200.50 Listening on udp: 127.0.0.1 [127.0.0.1]:5060 udp: 10.15.200.19 [10.15.200.19]:5060 udp: 10.21.200.50 [10.21.200.50]:5060 udp: 10.0.0.11 [10.0.0.11]:5060 tcp: 127.0.0.1 [127.0.0.1]:5060 tcp: 10.15.200.19 [10.15.200.19]:5060 tcp: 10.21.200.50 [10.21.200.50]:5060 tcp: 10.0.0.11 [10.0.0.11]:5060 Aliases: tcp: OEFEG:5060 tcp: OEFEG.fh-joanneum.at:5060 tcp: localhost:5060 udp: OEFEG:5060 udp: OEFEG.fh-joanneum.at:5060 udp: localhost:5060 *: fh-joanneum.at:* 0(7435) init_tcp: using epoll_lt as the io watch method (auto detected) 0(7437) AVPops - initializing OEFEG:~ # 0(7437) Maxfwd module- initializing 0(7437) using 'none' rls-subscription authorization! 0(7437) using 'none' subscription authorization for watcher info!
If I try to uncomment the line fifo="/tmp/ser_fifo", I get the following message:
OEFEG:~ # serctl start Starting SER : PID file /var/run/ser.pid does not exist -- SER start failed OEFEG:~ # /base/ser/directory/sbin/ser -f /base/ser/directory/etc/ser/ser.cfg 0(7383) parse error (19,5-6): syntax error 0(7383) parse error (19,5-6): unknown config variable 0(7383) parse error (19,7-8): ERROR: bad config file (3 errors)
I hope, someone can help me.
Thanks, Alois
Hi
its errors clearly show the in the message 0(7383) parse error (19,5-6): syntax error 0(7383) parse error (19,5-6): unknown config variable 0(7383) parse error (19,7-8):
line 19 syntax problem
ram
On 6/13/06, Alois Schafferhofer schaffi_lui@hotmail.com wrote:
Hi,
I have following problem with SER. I have downloaded the Presence Snapshot version ser-0.10.99-dev-pa-4.1, but I can't start it.
My config file looks like that:
debug=3 # debug level (cmd line: -dddddddddd) fork=yes log_stderror=yes # (cmd line: -E) #memlog=5 # memory debug log level #log_facility=LOG_LOCAL0 # sets the facility used for logging (see syslog(3)) check_via=no # (cmd. line: -v) dns=no # (cmd. line: -r) rev_dns=no # (cmd. line: -R) port=5060 children=2 alias="fh-joanneum.at" #user=ser #group=ser #open_fd_limit=1024 # sets the open file descriptors limit #mhomed=yes # usefull for multihomed hosts, small performance penalty #fifo="/tmp/ser_fifo" sip_warning=yes
If I want start SER, it generates a PID, but with the command ps -aux, I can't find this process. With the command serctl ps, I get the message: Error opening ser's FIFO /tmp/ser_fifo Make sure you have line fifo=/tmp/ser_fifo in your config.
OEFEG:~ # serctl start Starting SER : started pid(7431) OEFEG:~ # ser 0(7435) WARNING: fix_socket_list: could not rev. resolve 10.15.200.19 0(7435) WARNING: fix_socket_list: could not rev. resolve 10.21.200.50 0(7435) WARNING: fix_socket_list: could not rev. resolve 10.15.200.19 0(7435) WARNING: fix_socket_list: could not rev. resolve 10.21.200.50 Listening on udp: 127.0.0.1 [127.0.0.1]:5060 udp: 10.15.200.19 [10.15.200.19]:5060 udp: 10.21.200.50 [10.21.200.50]:5060 udp: 10.0.0.11 [10.0.0.11]:5060 tcp: 127.0.0.1 [127.0.0.1]:5060 tcp: 10.15.200.19 [10.15.200.19]:5060 tcp: 10.21.200.50 [10.21.200.50]:5060 tcp: 10.0.0.11 [10.0.0.11]:5060 Aliases: tcp: OEFEG:5060 tcp: OEFEG.fh-joanneum.at:5060 tcp: localhost:5060 udp: OEFEG:5060 udp: OEFEG.fh-joanneum.at:5060 udp: localhost:5060 *: fh-joanneum.at:* 0(7435) init_tcp: using epoll_lt as the io watch method (auto detected) 0(7437) AVPops - initializing OEFEG:~ # 0(7437) Maxfwd module- initializing 0(7437) using 'none' rls-subscription authorization! 0(7437) using 'none' subscription authorization for watcher info!
If I try to uncomment the line fifo="/tmp/ser_fifo", I get the following message:
OEFEG:~ # serctl start Starting SER : PID file /var/run/ser.pid does not exist -- SER start failed OEFEG:~ # /base/ser/directory/sbin/ser -f /base/ser/directory/etc/ser/ser.cfg 0(7383) parse error (19,5-6): syntax error 0(7383) parse error (19,5-6): unknown config variable 0(7383) parse error (19,7-8): ERROR: bad config file (3 errors)
I hope, someone can help me.
Thanks, Alois
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
First try to use, SER provided config file without making any changes.
Then use onsip.com's getting started config files for further changes.
You cannot comment fifo. If your webserver user is uanble to read that file change the permisissions to 777.
prashant
--- ram talk2ram@gmail.com wrote:
Hi
its errors clearly show the in the message 0(7383) parse error (19,5-6): syntax error 0(7383) parse error (19,5-6): unknown config variable 0(7383) parse error (19,7-8):
line 19 syntax problem
ram
On 6/13/06, Alois Schafferhofer schaffi_lui@hotmail.com wrote:
Hi,
I have following problem with SER. I have
downloaded the Presence Snapshot
version ser-0.10.99-dev-pa-4.1, but I can't start
it.
My config file looks like that:
debug=3 # debug level (cmd line: -dddddddddd) fork=yes log_stderror=yes # (cmd line: -E) #memlog=5 # memory debug log level #log_facility=LOG_LOCAL0 # sets the facility used
for logging (see
syslog(3)) check_via=no # (cmd. line: -v) dns=no # (cmd. line: -r) rev_dns=no # (cmd. line: -R) port=5060 children=2 alias="fh-joanneum.at" #user=ser #group=ser #open_fd_limit=1024 # sets the open file
descriptors limit
#mhomed=yes # usefull for multihomed hosts, small
performance penalty
#fifo="/tmp/ser_fifo" sip_warning=yes
If I want start SER, it generates a PID, but with
the command ps -aux, I
can't find this process. With the command serctl
ps, I get the message:
Error opening ser's FIFO /tmp/ser_fifo Make sure you have line fifo=/tmp/ser_fifo in your
config.
OEFEG:~ # serctl start Starting SER : started pid(7431) OEFEG:~ # ser 0(7435) WARNING: fix_socket_list: could not rev.
resolve 10.15.200.19
0(7435) WARNING: fix_socket_list: could not rev.
resolve 10.21.200.50
0(7435) WARNING: fix_socket_list: could not rev.
resolve 10.15.200.19
0(7435) WARNING: fix_socket_list: could not rev.
resolve 10.21.200.50
Listening on udp: 127.0.0.1 [127.0.0.1]:5060 udp: 10.15.200.19 [10.15.200.19]:5060 udp: 10.21.200.50 [10.21.200.50]:5060 udp: 10.0.0.11 [10.0.0.11]:5060 tcp: 127.0.0.1 [127.0.0.1]:5060 tcp: 10.15.200.19 [10.15.200.19]:5060 tcp: 10.21.200.50 [10.21.200.50]:5060 tcp: 10.0.0.11 [10.0.0.11]:5060 Aliases: tcp: OEFEG:5060 tcp: OEFEG.fh-joanneum.at:5060 tcp: localhost:5060 udp: OEFEG:5060 udp: OEFEG.fh-joanneum.at:5060 udp: localhost:5060 *: fh-joanneum.at:* 0(7435) init_tcp: using epoll_lt as the io watch
method (auto detected)
0(7437) AVPops - initializing OEFEG:~ # 0(7437) Maxfwd module- initializing 0(7437) using 'none' rls-subscription
authorization!
0(7437) using 'none' subscription authorization
for watcher info!
If I try to uncomment the line
fifo="/tmp/ser_fifo", I get the following
message:
OEFEG:~ # serctl start Starting SER : PID file /var/run/ser.pid does not
exist -- SER start
failed OEFEG:~ # /base/ser/directory/sbin/ser -f /base/ser/directory/etc/ser/ser.cfg 0(7383) parse error (19,5-6): syntax error 0(7383) parse error (19,5-6): unknown config
variable
0(7383) parse error (19,7-8): ERROR: bad config file (3 errors)
I hope, someone can help me.
Thanks, Alois
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers