fatal lfd error & (perhaps kludgy) workaround
Posted: 10 Jan 2008, 22:18
Hi I just wanted to report this bug, and my (perhaps kludgy) workaround.
Please let me know if this needs to be fixed on my end or on yours.
-Thomas aka Zxin
-------------------------------------------
/var/log/messages reports:
lfd: LOG_NOFATAL is not a valid Sys::Syslog macro at /usr/sbin/lfd line 2659
Host info:
OS: CentOS release 4.6 (Final)
PERL: Version : 5.8.5
Sys::Syslog is up to date (0.24).
CPAN is up to date (1.9205).
WHM 11.11.0 cPanel 11.16.0-C18546
CENTOS Enterprise 4.6 x86_64 on standard - WHM X v3.1.0
csf: v3.01
Workaround:
/usr/sbin/lfd line 2659
#openlog('lfd', 'ndelay,nofatal', 'user');
openlog('lfd', 'ndelay', 'user');
Please let me know if this needs to be fixed on my end or on yours.
-Thomas aka Zxin
-------------------------------------------
/var/log/messages reports:
lfd: LOG_NOFATAL is not a valid Sys::Syslog macro at /usr/sbin/lfd line 2659
Host info:
OS: CentOS release 4.6 (Final)
PERL: Version : 5.8.5
Sys::Syslog is up to date (0.24).
CPAN is up to date (1.9205).
WHM 11.11.0 cPanel 11.16.0-C18546
CENTOS Enterprise 4.6 x86_64 on standard - WHM X v3.1.0
csf: v3.01
Workaround:
/usr/sbin/lfd line 2659
#openlog('lfd', 'ndelay,nofatal', 'user');
openlog('lfd', 'ndelay', 'user');