scriptlatest.pl giving errors..

I started getting a message from my Cron Deamon... Every day it is sending me a messages saying... /etc/webmin/virtual-server/scriptlatest.pl is in the subject

Use of uninitialized value in pattern match (m//) at /usr/libexec/webmin/webmin/gnupg-lib.pl line 35, line 3.

Use of uninitialized value in pattern match (m//) at /usr/libexec/webmin/webmin/gnupg-lib.pl line 35, line 7.

Use of uninitialized value in pattern match (m//) at /usr/libexec/webmin/webmin/gnupg-lib.pl line 35, line 3.

Use of uninitialized value in pattern match (m//) at /usr/libexec/webmin/webmin/gnupg-lib.pl line 35, line 7.

( I think your IP is still in the iptables file, if not let me know)

Thanks Don Peek

Status: 
Closed (fixed)

Comments

Thanks for the bug report! That's related to a recent Webmin update, Jamie will look into resolving that.

This is just a warning due to some additional perl valdiation we added in Webmin 1.555, and can be ignored. If you want to suppress the email, SSH in as root, run crontab -e and at the end of the line that runs scriptlatest.pl add :

>/dev/null 2>&1

We will be releasing Webmin 1.560 shortly which will include a fix.

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