Re: security/py-fail2ban quits working after some hours

2022-10-11 Thread Michael Grimm
Cy Schubert wrote > In message , Roger > Marquis w > rites: >> Cy Schubert wrote: >>> Michael Grimm writes: this is a recent stable/13-n252672-2bd3dbe3dd6 running = py39-fail2ban-1.0.1_2 and python39-3.9.14 I have been running fail2ban for years now, but immediately after = u

aarch64 ports build on amd64

2022-10-11 Thread Nuno Teixeira
Hello, I don't yet have arm64 hardware to test ports so I will rely on emulation for tests. poudriere+qemu don't let me build rust, python, etc. Is there other way to emulate arm64? Thanks, -- Nuno Teixeira FreeBSD Committer (ports)

Re: aarch64 ports build on amd64

2022-10-11 Thread Michael Gmelin
> On 11. Oct 2022, at 13:22, Nuno Teixeira wrote: > >  > Hello, > > I don't yet have arm64 hardware to test ports so I will rely on emulation for > tests. > > poudriere+qemu don't let me build rust, python, etc. > > Is there other way to emulate arm64? > I documented the procedure I used

Re: aarch64 ports build on amd64

2022-10-11 Thread Nuno Teixeira
Hi, Thanks for link. I'm using same poudriere+qemu procedure but there is limitations, e.g, for rust: --- .ifdef QEMU_EMULATING IGNORE= fails to build with qemu-user-static .endif --- I think the only way is to use arm64 hardware. Cheers Michael Gmelin escreveu no dia terça, 11/10/2022 à(s) 12

Re: aarch64 ports build on amd64

2022-10-11 Thread Robert Clausecker
Hi Michael, I use a Raspberry Pi 4B to do ARM build testing (both armv7 and arm64). If you like, I can give you an account on my box so you can do your ports testing there. Another option might be to use poudriere bulk -b ... to use dependencies from the official repositories instead. Yours, Rob

Re: security/py-fail2ban quits working after some hours

2022-10-11 Thread Roger Marquis
Patch is working as intended here Cy. Good catch and thanks! Roger Marquis In message , Roger Marquis w rites: Cy Schubert wrote: Michael Grimm writes: this is a recent stable/13-n252672-2bd3dbe3dd6 running = py39-fail2ban-1.0.1_2 and python39-3.9.14 I have been running fail2ban for year

Re: security/py-fail2ban quits working after some hours

2022-10-11 Thread Cy Schubert
Seems he hasn't rolled a new release. Bug like this should have precipitated a new dot release. I'll keep monitoring his git repo. If there are any interesting commits, I may want to add a fail2ban-devel port tracking development. But so far it appears his repo has been inactive since 1.0.1 exc

Unmaintained FreeBSD ports which are out of date

2022-10-11 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Re: security/py-fail2ban quits working after some hours

2022-10-11 Thread Michael Grimm
Michael Grimm wrote: > Cy Schubert wrote >> I've been able to reproduce the problem here. Please try the attached patch >> obtained from our upstream. It fixes a dovecot regression that crept into >> the latest release. > > Yes, I am running dovecot jails at both servers. > > Like Roger, tru

Re: aarch64 ports build on amd64

2022-10-11 Thread Nuno Teixeira
Hi, I think I will have to install poudriere-devel to be able to use -b option. Thanks Robert Clausecker escreveu no dia terça, 11/10/2022 à(s) 14:19: > Hi Michael, > > I use a Raspberry Pi 4B to do ARM build testing (both armv7 and arm64). > If you like, I can give you an account on my box so

Re: security/py-fail2ban quits working after some hours

2022-10-11 Thread Michael Grimm
I've seen that you upgraded this port already, but may I remind you at the following glitch: Michael Grimm wrote: > BTW: One glitch in fail2ban.conf file: > > # Option: allowipv6 > # Notes.: Allows IPv6 interface: > # Default: auto > # Values: [ auto yes (on, t

Re: aarch64 ports build on amd64

2022-10-11 Thread Nuno Teixeira
(...) rust is ignored and not installed with poudriere -b Only build in ignored in qemu environment, don't know why it isn't installed as dependecy package. Cheers Nuno Teixeira escreveu no dia terça, 11/10/2022 à(s) 19:40: > Hi, > > I think I will have to install poudriere-devel to be able