Sergey G. Brester

Results 533 comments of Sergey G. Brester

> is there a clear reference jail.conf that actually works? See the first answer in this topic - https://github.com/fail2ban/fail2ban/issues/3292#issuecomment-1142503461

> I have set the backend to systemd in my jail.d/sshd.conf but fail2ban still fails on: > Failed during configuration: Have not found any log file for sshd jail It...

@germebl, your jail is calling `ssh` (without `d`), so you trying to rewrite and enable non existing jail... Just rename it to `sshd`: ```diff - [ssh] + [sshd] backend =...

> 我遇到到了这个问题,花费两个小时才发现是backend=systemd的问题 人们,让我们知道您需要多少时间泡茶、遛狗等... _(People, let us know how many time you needed to make tea, walk with the dog, etc...)_ The facts are: - this is a developer repository with...

This is not similar issue (the original issue is about additional timestamp if exim logging in systemd journal)... Your issue is - there are no such rules in exim-filter at...

> Can _nft_add_set be changed using .local file Yes. Just note that `_nft_add_set` is an internal helper, and although we try to modify actions in a compatible way, we can't...

I don't think it is justified to merge this PR, because it still looks "vulnerable" at the moment. Moreover, take a closer look to testcase - it looks like a...

> This is still a non-working solution Why then do you provide such non-working "solution" here? > I'm looking for a way to modify how the Minecraft server reports the...

> I'm also aware there aren't any anchors, I've had some trouble with them in the past for whatever reason. Well it depends on log-format (and log-target, e. g. systemd...

> I thought it meant on both sides (both beginning and end). It is true, either if one needs to be precise as possible, or if there are some catch-alls...