On Mon, 2009-02-09 at 10:43 -0500, Paul Mossman wrote: > On problem is that I'm getting a lot of "semget: Invalid argument" > messages in the console where sipx-setup was run. (From > sipx-supervisor I think?)
Your kernel has run out of semaphore groups to allocate. There is leakage of semaphore groups when sipX is build from source, or when the unit tests run, or something like that. The system program 'ipcs' should reveal the problem. The sipX program bin/ipcclean.pl can delete the unused semaphores. (Don't run it when sipX is running!) Dale _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
