Submitted by DonPeek on Thu, 07/28/2011 - 10:58 Pro Licensee
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
Submitted by andreychek on Thu, 07/28/2011 - 11:03 Comment #1
Thanks for the bug report! That's related to a recent Webmin update, Jamie will look into resolving that.
Submitted by JamieCameron on Thu, 07/28/2011 - 13:41 Comment #2
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 runsscriptlatest.pl
add :>/dev/null 2>&1
We will be releasing Webmin 1.560 shortly which will include a fix.
Submitted by Issues on Thu, 08/11/2011 - 15:22 Comment #3
Automatically closed -- issue fixed for 2 weeks with no activity.