Submitted by bamajr on Tue, 08/10/2010 - 16:00
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
Submitted by JamieCameron on Tue, 08/10/2010 - 17:42 Comment #1
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
Submitted by bamajr on Wed, 08/11/2010 - 08:11 Comment #2
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 ;-)
Submitted by Issues on Fri, 08/27/2010 - 02:21 Comment #3
Automatically closed -- issue fixed for 2 weeks with no activity.