Undefined subroutine &server_manager::run_scheduled_changes

I'm getting a mailbox full of the following Emails:

From: root@hx200.sapphiresolutionsltd.com (Cron Daemon)
To: root@hx200.sapphiresolutionsltd.com
Date: 10/08/2010 15:55
Subject: Cron <root@hx200> /etc/webmin/server-manager/status.pl
Message contents:

Undefined subroutine &server_manager::run_scheduled_changes called at /usr/share/webmin/server-manager/status.pl
line 38.

I'm getting about 250 emails per day from the system

Status: 
Closed (fixed)

Comments

Thanks for pointing this out - that's a bug in the "physical systems" version of Cloudmin. It is harmless, and you can suppress the emails by SSHing in as root and running :

crontab -e

and changing the status.pl line to :

0,5,10,15,20,25,30,35,40,45,50,55 * * * * /etc/webmin/server-manager/status.pl >/dev/null 2>&1

A proper fix will be in Cloudmin 4.7

Ok, I'll give that a shot. In less than 7 days The mailbox filled up with over 1200 of the exact same email!

Nothing like SPAM from your own system ;-)

Automatically closed -- issue fixed for 2 weeks with no activity.