Page 1 of 1

Licence Monitor Daemon keeps aborting

Posted: Tue Nov 13, 2007 9:28 am
by bugsforbunny
Hi,

I am using Scalix Server Version 10.0.2.2-1

Since past few weeks, I am facing this weird problem.
Licence Monitor daemon is aborting every Sunday night around 10 PM.

I checked the fatal logs and found the following lines.

SERIOUS ERROR Licence Monito(Licence Monito) Sun Nov 11 21:35:01 2007

[SYS 28] No space left on device

Pid of logging process: 4688

Current errno value: 28

I checked for the above error on forum but couldn't found any useful information.

Can someone help me here?

I am not running out of Disk space. This is related to something else as per my knowledge.

Following is the output of few commands

# cat /proc/sys/kernel/msgmni
16

# ipcs -q

------ Message Queues --------
key msqid owner perms used-bytes messages
0x00000000 655360 scalix 660 0 0
0x00000000 688129 scalix 660 0 0
0x00000000 720898 scalix 660 0 0
0x00000000 753667 scalix 660 0 0

# cat /etc/security/limits.conf
@scalix soft nofile 4096
@scalix hard nofile 32768
@scalix soft nproc 2047
@scalix hard nproc 16384
* soft core 0
* hard core 0

Does changing kernel.msgmni = 1024 in /etc/sysctl.conf will help me here?