Errors in server-manager/status.pl

I get emails several time a day containig the folloing error

accept failed! at /usr/share/webmin/fastrpc.cgi line 57.

Sometimes, also the following error is included

Invalid session ID at /usr/share/webmin/fastrpc.cgi line 77, <SOCK> line 1.

The system is running Debian 6.0 x64 with Webmin 1.534 and Cloudming Pro 5.3.

Status: 
Closed (fixed)

Comments

Those looks like transient failures collecting status from some system... since Cloudmin re-checks each managed system every 5 minutes, unless these failures are happening consistently I wouldn't worry much about them.

That said, I've never seen this before myself. How heavily loaded is your Cloudmin master system?

Not loaded at all... the master system is running just cloudmin and 2 kvm instances, one being debian 6.0 and one being windows 2008 r2 server. Maybe the Windows server is posing some problems?

Maybe .. but unless this is happening every time you run /etc/webmin/server-manager/status.pl manually as root from the command line, I would just ignore it.

You can supress the emails by running crontab -e and adding 2>/dev/null to the end of the /etc/webmin/server-manager/status.pl command.

yeah it's definetly happening randomly... so i'll just do as you say and make that go to devnull :)