ltd not starting
Posted: 03 Aug 2018, 00:03
Hey, my lfd wont start, this is on a new server im just setting up.
The log is
Line 7186 of the file is it seams to be a file that gets created, used then deleated, as the next line is it is defined on line 62 by
The log is
Code: Select all
lfd.service - ConfigServer Firewall & Security - lfd
Loaded: loaded (/usr/lib/systemd/system/lfd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2018-08-03 08:54:33 AEST; 9s ago
Process: 11216 ExecStart=/usr/sbin/lfd (code=exited, status=25)
Aug 03 08:54:33 cp1.chromatics.com.au systemd[1]: Starting ConfigServer Firewall & Security - lfd...
Aug 03 08:54:33 cp1.chromatics.com.au lfd[11216]: Can't use an undefined value as a symbol reference at /usr/sbin/lfd line 7186.
Aug 03 08:54:33 cp1.chromatics.com.au systemd[1]: lfd.service: control process exited, code=exited status=25
Aug 03 08:54:33 cp1.chromatics.com.au systemd[1]: Failed to start ConfigServer Firewall & Security - lfd.
Aug 03 08:54:33 cp1.chromatics.com.au systemd[1]: Unit lfd.service entered failed state.
Aug 03 08:54:33 cp1.chromatics.com.au systemd[1]: lfd.service failed.
Code: Select all
close($PIDFILE);
Code: Select all
unlink $pidfile;
Code: Select all
$pidfile = "/var/run/lfd.pid";