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
Undefined subroutine &Time Error
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: Undefined subroutine &Time Error
We'll look at a fix, for now you can replace line 3484 in /etc/csf/csf.pl:
with:
Code: Select all
Time::HiRes::sleep(0.5);
Code: Select all
sleep 1;
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: Undefined subroutine &Time Error
This should now be resolved in v6.04 which has just been released.