On Feb 16, 2004 at 04:57, Helder Rogerio [MICROREDE] <hrogerio(a)microrede.com>
wrote:
Hi!
I'm Helder from Portugal and i have recently (2 days) installed Ser in a
debian box with 196Mb RAM, Pentium II 450 (cheap machine) to try out the
possibilities of VOIP inside our organization, i've downloaded to .deb
package for 0.8.12 version, installed and puff! an error, Too much shared
memory demanded: 33554432...
I've added more meory to the machine without results on the syslog i've
found the following:
ERROR: shm_mem_init : could not attach shared memory
ser: Could not initialize shared memory pool, exiting...
Can this be solved, i've been searching docs in
iptel.org site without
success.
see
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/ISSUES?rev=HEAD&am…rkup:
Desc: ser won't run on linux kernels <2.4 (fails with EINVAL when
intializing the shared memory)
BugId: n/a
Ser version: 0.8.8, 0.8.9, 0.8.10
Workaround: Upgrade to a 2.4.* kernel (older kernels don't support shared
mmaping of /dev/zero ) or recompile ser with SYSV shm instead of
mmap (remove -DSHM_MMAP from Makefile.defs)
CVS status: n/a
Andrei