Here is the output from this command.
hattie:/etc/init.d# ser -c -f /etc/ser/ser.cfg -E -dddddd 0(5082) read 2256005572 from /dev/random 0(5082) seeding PRNG with 3336767248 0(5082) test random number 347705935 0(5082) shm_mem_init: success 0(5082) DEBUG: register_fifo_cmd: new command (print) registered 0(5082) DEBUG: register_fifo_cmd: new command (uptime) registered 0(5082) DEBUG: register_fifo_cmd: new command (version) registered 0(5082) DEBUG: register_fifo_cmd: new command (pwd) registered 0(5082) DEBUG: register_fifo_cmd: new command (arg) registered 0(5082) DEBUG: register_fifo_cmd: new command (which) registered 0(5082) DEBUG: register_fifo_cmd: new command (ps) registered 0(5082) DEBUG: register_fifo_cmd: new command (kill) registered 0(5082) loading module /usr/lib/ser/modules/mysql.so 0(5082) loading module /usr/lib/ser/modules/sl.so 0(5082) loading module /usr/lib/ser/modules/tm.so 0(5082) loading module /usr/lib/ser/modules/rr.so 0(5082) loading module /usr/lib/ser/modules/maxfwd.so 0(5082) loading module /usr/lib/ser/modules/usrloc.so 0(5082) loading module /usr/lib/ser/modules/registrar.so 0(5082) loading module /usr/lib/ser/modules/auth.so 0(5082) loading module /usr/lib/ser/modules/auth_db.so 0(5082) set_mod_param_regex: usrloc matches module usrloc 0(5082) set_mod_param_regex: found <db_mode> in module usrloc [/usr/lib/ser/modules/usrloc.so] 0(5082) set_mod_param_regex: auth_db matches module auth_db 0(5082) set_mod_param_regex: found <calculate_ha1> in module auth_db [/usr/lib/ser/modules/auth_db.so] 0(5082) set_mod_param_regex: auth_db matches module auth_db 0(5082) set_mod_param_regex: found <password_column> in module auth_db [/usr/lib/ser/modules/auth_db.so] 0(5082) parse error (65,1-5): parse error 0(5082) parse error (65,1-5): ERROR: bad config file (2 errors) 0(5082) DEBUG: tm_shutdown : start 0(5082) DEBUG: tm_shutdown : empting hash table 0(5082) DEBUG: tm_shutdown: releasing timers 0(5082) DEBUG: tm_shutdown : removing semaphores 0(5082) DEBUG: tm_shutdown : done 0(5082) shm_mem_destroy 0(5082) destroying the shared memory lock hattie:/etc/init.d#
Best regards Martin Coggin -----Original Message----- From: Andrei Pelinescu-Onciul [mailto:pelinescu-onciul@fokus.fraunhofer.de] Sent: 30 March 2004 21:24 To: Martin Coggin Cc: 'Atle Samuelsen'; serusers@lists.iptel.org Subject: Re: [Serusers] Quick start SER Too much shared memory
On Mar 30, 2004 at 20:54, Martin Coggin martin@mc2-consulting.co.uk wrote:
And here is the copy of the std when I tried the -c and -f commands.
Try the following: /usr/sbin/ser -c -f /etc/ser/ser.cfg -E -dddddd
(replace /usr/sbin/ser with your actual path to ser binary, it might be /usr/local/sbin/ser, depending on how you did install it, and /etc/ser/ser.cfg with the path to your ser.cfg).
-E will force logging to stderr and -dddddd will increase the debug level.
Andrei