Wednesday, October 28, 2020

Re: Following the upgrade to 6.8, sshguard is reporting that it fails to start

On Wed, 28 Oct 2020 16:53:03 -0500, Todd <norrist@gmail.com> wrote:

> Following the upgrade to 6.8, rcctl is reporting that sshguard fails
> to start.
>
> rcctl check sshguard
> sshguard(failed)
>

[...]

> apu$ rcctl get sshguard
>
>
> sshguard_class=daemon
> sshguard_flags=-l /var/log/authlog -a 5 -b
> 10:/var/db/sshguard/blacklist.db -w xxx.xxx.xxx.xxx

Yeah the pexp (from pkg/sshguard.rc) seems to be broken as it won't
match as soon as you set some custom daemon_flags.

The port has a maintainer so you should mail them (with or without a
Cc: ports@, as you like).

Or you can try to fix it yourself by playing with pgrep(1) (check what
exact command it runs in /etc/rc.d/rc.subr) and looking at what pexp
other ports rc scripts define.


Cheers,
Daniel

No comments:

Post a Comment