Re: authpf error: failed to create table (Device busy)

2017-08-22 Thread adrian.brzezinski
Hi, I can confirm that this patch resolves issue. -- Adrian -- View this message in context: http://openbsd-archive.7691.n7.nabble.com/authpf-error-failed-to-create-table-Device-busy-tp321195p325424.html Sent from the openbsd user - misc mailing list archive at Nabble.com.

Re: authpf error: failed to create table (Device busy)

2017-08-11 Thread Gabriel Nieto
Hello , I think this patch can fix the problem. diff -u -p pfctl.c.orig pfctl.c --- pfctl.c.origThu Aug 10 09:44:35 2017 +++ pfctl.c Thu Aug 10 09:50:57 2017 @@ -1,4 +1,5 @@ -/* $OpenBSD: pfctl.c,v 1.339 2017/03/27 17:38:09 benno Exp $ */ +/* pfctl.c,v 1.339FIX 2017/08/10

Re: authpf error: failed to create table (Device busy)

2017-07-11 Thread md . obsd . bugs
Did you test whether disabling ruleset optimization "fixes" the issue in your case too? \md     Gesendet: Freitag, 07. Juli 2017 um 02:59 Uhr Von: "rafal.ramocki" <rafal.ramo...@gmail.com> An: misc@openbsd.org Betreff: Re: authpf error: failed to create table (Devic

Re: authpf error: failed to create table (Device busy)

2017-07-06 Thread rafal.ramocki
It looks like I've just hit the same bug. It looks like it is not related with authpf but rather with anchors generaly. I'm loading anchor from pf.conf, then this anchor loads another one with some rules. I have two similar rules in there and disabling one of them will stop returning an error

Re: authpf error: failed to create table (Device busy)

2017-06-28 Thread md . obsd . bugs
Hi again i was able to further track down the issue. If i set ruleset-optimization to none everything works fine. So it seems that the behavior is triggered somehow by the optimizer. Having a look at where the EBUSY is triggered, it looks like pf_find_ruleset in pfr_ina_define