Re: [arch-general] Archlinux fail2ban not working

2019-11-02 Thread Maykel Franco via arch-general
El sáb., 2 nov. 2019 a las 0:51, Ralph Corderoy
() escribió:
>
> Hi Maykel,
>
> > > How about
> > >
> > > failregex = ^\S+: Unknown User .* \(\)$
> >
> > Thanks for your help but not working...
> > https://imgur.com/a/w0F2JSC
>
> That image shows
>
> Unknown User .* \(:.*\)
>
> but that's not what I suggested, e.g. you have a colon after the 
> and as there is no colon in ‘(109.103.148.2)’ then the regexp is not
> going to match.
>
> --
> Cheers, Ralph.



what you suggested didn't work either

https://imgur.com/a/sNN5dL0


Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod

2019-11-02 Thread Geo Kozey via arch-general
> 
> From: Eli Schwartz via arch-general 
> Sent: Fri Nov 01 23:06:03 CET 2019
> To: 
> Cc: Eli Schwartz 
> Subject: Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod
> 
> 
> Dracut does not work out of the box (we currently patch it to not use a
> nonexistent tool, and the same patch is now in upstream master but with
> no release in sight), and has issues like the tests failing on
> non-Redhat systems.
> 
> Our dracut packager tried to get in touch with the dracut developer,
> after a lack of success for quite some time it seems that the individual
> in question was on... parental leave, IIRC? I'm not sure what the
> current status is.
> 

In such cases using tip of git branch would help.

> So the jury is still out on whether dracut or mkinitcpio is more work. ;)
> 

Making dracut work initially may need some work but after that it will just 
work.
There is also 3rd-party initramfs modules developer perspective where coding
something once which then will work on all distros (as dracut is supported in
fedora/rhel, ubuntu/debian, suse, etc.) makes life easier than having to support
each distro separately. Fragmentation is big issue as always.

Yours sincerely

G. K.