webmin: system-status::list_system_info failed : Month '-1' out of range 0..11 at /usr/libexec/webmin/webmin/os-eol-lib.pl line 108.
I got bit by the issue referenced in the title on one of my servers today after upgrade to Webmin 2.110
It seems analogous to the closed issue 1119 except for me it is “month” rather than “hour”
Any insight on a fix would be appreciated.
Edit: Additional details ->
Webmin dashboard reports
Can’t locate MD5.pm in @INC (you may need to install the MD5 module) (@INC entries checked: /usr/libexec/webmin/vendor_perl /usr/libexec/webmin /usr/local/lib64/perl5/5.38 /usr/local/share/perl5/5.38 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 /usr/libexec/webmin/ . …) at (eval 568) line 1. BEGIN failed–compilation aborted at (eval 568) line 1. : web-lib-funcs.pl (line 4223)
I attempted to add this module by issuing:
sudo cpan
then
install Digest::MD5
This seems to have installed the correct perl module, but logging out of and back into Webmin yields the same error in the dashboard.
About this issue
- Original URL
- State: closed
- Created 3 months ago
- Comments: 20
Commits related to this issue
- Fix to return if no EOL data found for specific OS version #2121 — committed to webmin/webmin by iliajie 3 months ago
Perhaps it’s time to upgrade? 🙂
I see what’s causing this issue. The patch is here https://github.com/webmin/webmin/commit/657113d0c8c2f009c35506da608fc7083648be3d.