Page 1 of 1

Undefined subroutine &Time Error

Posted: 23 Mar 2013, 23:15
by Michaelk
Hello,

Just got this error now in the server,

Undefined subroutine &Time::HiRes::sleep called at /usr/sbin/csf line 3484, line 1.
iptables: Unknown error 4294967295


...Done.

Restarting lfd...

Stopping lfd:[FAILED]
[ OK ]
Starting lfd:[ OK ]

Whats the best to correct this, also I just had a full service package as well...

Please advise if possible.

Cheers in advance

Michael

Re: Undefined subroutine &Time Error

Posted: 24 Mar 2013, 08:15
by ForumAdmin
We'll look at a fix, for now you can replace line 3484 in /etc/csf/csf.pl:

Code: Select all

				Time::HiRes::sleep(0.5);
with:

Code: Select all

				sleep 1;

Re: Undefined subroutine &Time Error

Posted: 24 Mar 2013, 10:51
by ForumAdmin
This should now be resolved in v6.04 which has just been released.