Submitted by beat on Sat, 01/02/2010 - 05:14
Happy New Year !
Fyi, one of the cron jobs returned this error too: nothing major, but maybe that could point you to a bug ? :
Undefined subroutine &Net::SSLeay::CTX_new called at ../web-lib-funcs.pl line 6043.
...propagated at http-monitor.pl line 67.
Alarm clock
If that can help understand: We had a series of errors on a host this morning, resulting in not enough file descriptors avail (that small server was still at 8192 max files open).
P.s. any news on your custom Apache package security upgrade ? ;-) http://www.virtualmin.com/node/12467
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Sat, 01/02/2010 - 15:10 Comment #1
Looks like the Perl module Net::SSLeay could not be loaded .. which is surprising, as the Virtualmin install process adds it to all new systems.
If you run :
perl -e 'use Net::SSLeay'
does that report any error messages?
Submitted by beat on Sun, 01/03/2010 - 19:29 Comment #2
when running:
perl -e 'use Net::SSLeay'
no echo, no error.
But as the max # of open files (8192) was reached at that time, it doesn't surprise me that the file could not be loaded.
Feel free to close if you don't consider it as a bug ;-)
But please check with Joe's new year resolutions for updating the Apache package for Ubuntu/debian with latest ssl security fixes http://www.virtualmin.com/node/12467 .
Best Regards, Beat
Submitted by JamieCameron on Sun, 01/03/2010 - 20:01 Comment #3
Yes, hitting the FD limit would definately cause this.
I will check with Joe about that Apache issue.
Submitted by Issues on Tue, 01/19/2010 - 01:37 Comment #4
Automatically closed -- issue fixed for 2 weeks with no activity.