On 10/9/10 3:35 PM, IƱaki Baz Castillo wrote:
2010/10/9 Shrouk Khanshroukkhan@softverk.is:
Oct 9 04:44:25 ubuntu /sbin/kamailio[1469]: ERROR: permissions [address.c:156]: database problem Oct 9 04:44:25 ubuntu /sbin/kamailio[1469]: CRITICAL: permissions [address.c:233]: reload of address table failed Oct 9 04:44:25 ubuntu /sbin/kamailio[1469]: ERROR: permissions [address.c:243]: no more shm memory Oct 9 04:44:25 ubuntu /sbin/kamailio[1469]: ERROR: permissions [permissions.c:627]: failed to initialize the allow_address function
Hi Juha, the above error occurs because "grp" is 0. Could the log be improved so it doesn't complain about shared memory and instead tells that "grp" cannot be zero?
The shared memory message should not be printed. The hint about the problem can be improved, but there can be other error cases. It is quite a big IF condition that has to be split for a more accurate log message.
Cheers, Daniel