https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209259
Kristof Provost changed:
What|Removed |Added
Resolution|--- |Overcome By Events
S
stigating tomorrow.
Regards
Joe Jones
From: Kristof Provost
Sent: 01 March 2018 09:57:18
To: Joe Jones
Cc: freebsd-pf@freebsd.org
Subject: Re: Kernel Panic
On 1 Mar 2018, at 15:37, Joe Jones wrote:
> yes we use pfsync. Yesterday we tried with pfsync switched of
On Thu, Mar 1, 2018 at 9:43 AM, Joe Jones
wrote:
> Hi Kristo,
>
> It's just the master that crashed, the backup can take over.
>
> We think the panic we got by compiling with witness and invariant may be a
> red herring.
>
> We are now looking rules like
>
> nat on $isp_if from to any -> sticky
Hi Kristo,
It's just the master that crashed, the backup can take over.
We think the panic we got by compiling with witness and invariant may be
a red herring.
We are now looking rules like
nat on $isp_if from to any -> sticky-address
if we replace the external_napts table with a single a
2018, at 9:52, Kristof Provost wrote:
On 27 Feb 2018, at 20:40, Joe Jones wrote:
we have a kernel panic after compiling with witness and invariant
Feb 27 13:49:33 sovapn1 kernel: lock order reversal:
Feb 27 13:49:33 sovapn1 kernel: 1st 0xfe000fed78b8 pf_idhash
(pf_idhash) @ /usr/src/sys/netpfil
On 1 Mar 2018, at 15:37, Joe Jones wrote:
yes we use pfsync. Yesterday we tried with pfsync switched off, the
box still locked up but this time without a panic.
We make the DIOCRADDADDRS ioctl on the master and the backup (we use
CARPed pairs).
Interesting. It might be related to pfsync. Is
On 28 Feb 2018, at 9:52, Kristof Provost wrote:
On 27 Feb 2018, at 20:40, Joe Jones wrote:
we have a kernel panic after compiling with witness and invariant
Feb 27 13:49:33 sovapn1 kernel: lock order reversal:
Feb 27 13:49:33 sovapn1 kernel: 1st 0xfe000fed78b8 pf_idhash
(pf_idhash) @ /usr
On 27 Feb 2018, at 20:40, Joe Jones wrote:
we have a kernel panic after compiling with witness and invariant
Feb 27 13:49:33 sovapn1 kernel: lock order reversal:
Feb 27 13:49:33 sovapn1 kernel: 1st 0xfe000fed78b8 pf_idhash
(pf_idhash) @ /usr/src/sys/netpfil/pf/pf.c:1078
Feb 27 13:49:33
Hi,
we have a kernel panic after compiling with witness and invariant
Feb 27 13:49:33 sovapn1 kernel: lock order reversal:
Feb 27 13:49:33 sovapn1 kernel: 1st 0xfe000fed78b8 pf_idhash (pf_idhash) @
/usr/src/sys/netpfil/pf/pf.c:1078
Feb 27 13:49:33 sovapn1 kernel: 2nd 0xf8001e0474a8
On 26 Feb 2018, at 17:06, Joe Jones wrote:
Hi Kristof,
we are not updating rules during the test although in production we
will reload the rule set from time to time. We are constantly adding
and removing from tables though, using the DIOCRADDADDRS and
DIOCRDELADDRS ioctl, also DIOCKILLSTATE
wrote:
we are running test traffic through our system, after between 1 and
12 hours we get a kernel panic, always in the pfr_pool_get function
in /usr/src/sys/netpfil/pf/pf_table.c line 2140. After a bit of
investigation I confirmed that ke2 is set to null on line 2122.
It’d probably be interesting
On 14 Feb 2018, at 23:47, Joe Jones wrote:
Hi,
we are running test traffic through our system, after between 1 and 12
hours we get a kernel panic, always in the pfr_pool_get function in
/usr/src/sys/netpfil/pf/pf_table.c line 2140. After a bit of
investigation I confirmed that ke2 is set to
Hi,
we are running test traffic through our system, after between 1 and 12
hours we get a kernel panic, always in the pfr_pool_get function in
/usr/src/sys/netpfil/pf/pf_table.c line 2140. After a bit of
investigation I confirmed that ke2 is set to null on line 2122.
We have tried a kernel
So it turns out I shouldn't commit things when jet lagged.
You want r314810 in head. The other one was mistakenly done in stable/11. It
needed to go there sooner or later so I'm just going to leave it.
Regards,
Kristof
> On 5 Mar 2017, at 22:19, Kristof Provost wrote:
>
>> On 5 Mar 2017, at
On 5 Mar 2017, at 21:42, Kristof Provost wrote:
There’s only a couple of calls to uma_zfree() in
pf_get_translations().
These are:
* uma_zfree(V_pf_state_key_z, skp);
* uma_zfree(V_pf_state_key_z, *nkp);
* uma_zfree(V_pf_state_key_z, *skp);
Going by the inconsistent pointer use the first on
On 27 Feb 2017, at 21:08, Ross wrote:
Hello
One of my machines panics almost every day. It is always like this:
first
there is a number of messages about "sonewconn: pcb
0xf80085478740:
pru_attach() failed" at the same time and then panic. Here's an
example:
... many lines of sonewco
7 13:41:43 core kernel: current process= 0 (em0 taskq)
Feb 27 13:41:43 core kernel: trap number= 12
Feb 27 13:41:43 core kernel: panic: page fault
Feb 27 13:41:43 core kernel: cpuid = 5
Feb 27 13:41:43 core kernel: KDB: stack backtrace:
Feb 27 13:41:43 core kernel: #0 0xf
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209259
Mark Linimon changed:
What|Removed |Added
Assignee|freebsd-b...@freebsd.org|freebsd-pf@FreeBSD.org
--
You are
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=143543
Kristof Provost changed:
What|Removed |Added
Resolution|--- |FIXED
CC|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=143543
c...@pfsense.org changed:
What|Removed |Added
CC||c...@pfsense.org
--- Comment #5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200222
Gleb Smirnoff changed:
What|Removed |Added
Assignee|freebsd-pf@FreeBSD.org |gleb...@freebsd.org
St
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200222
Mark Linimon changed:
What|Removed |Added
Assignee|freebsd-b...@freebsd.org|freebsd-pf@FreeBSD.org
--
You are
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192426
Andrey V. Elsukov changed:
What|Removed |Added
Assignee|freebsd-pf@FreeBSD.org |a...@freebsd.org
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192426
Mark Linimon changed:
What|Removed |Added
Keywords||patch
Assignee|freebsd-..
d.org
> Subject: kern/124364: [pf] [panic] Kernel panic with pf + bridge
> Date: Tue, 11 Sep 2012 14:51:06 +0400
>
>Vladimir,
>
>have you tried to reproduce the problem on newer versions of FreeBSD?
>
> --
> Totus tuus, Glebius.
> ___
Synopsis: [pf] [panic] Kernel panic with pf + bridge
State-Changed-From-To: open->closed
State-Changed-By: glebius
State-Changed-When: Tue Sep 11 11:03:00 UTC 2012
State-Changed-Why:
Submitter email bounces.
http://www.freebsd.org/cgi/query-pr.cgi?pr=124
The following reply was made to PR kern/124364; it has been noted by GNATS.
From: Gleb Smirnoff
To: Vladimir Shapkin
Cc: bug-follo...@freebsd.org
Subject: kern/124364: [pf] [panic] Kernel panic with pf + bridge
Date: Tue, 11 Sep 2012 14:51:06 +0400
Vladimir,
have you tried to reproduce
On 17. Feb 2012, at 19:42 , Robert Z wrote:
> I am getting constant kernel panics with VIMAGE and PF on FreeBSD 9-RELEASE
> with jails.
>
> I have tried diffrent PF configurations with VIMAGE + epair or VIMAGE +
> netgragh and still get kernel panics.
> The kernel panics stop as soon as I disa
I am getting constant kernel panics with VIMAGE and PF on FreeBSD 9-RELEASE
with jails.
I have tried diffrent PF configurations with VIMAGE + epair or VIMAGE +
netgragh and still get kernel panics.
The kernel panics stop as soon as I disable PF in rc.conf.
Example of setup PF + VIMAGE + epair.
Synopsis: [pf] [panic] When I launch pf daemon, I have a kernel panic
Responsible-Changed-From-To: freebsd-pf->bz
Responsible-Changed-By: bz
Responsible-Changed-When: Wed Oct 19 11:38:23 UTC 2011
Responsible-Changed-Why:
Take.
Seen too late that here's another patch.
http://www.freebsd
Synopsis: [pf] [patch] kernel panic with pf + VIMAGE
Responsible-Changed-From-To: freebsd-pf->freebsd-virtualization
Responsible-Changed-By: bz
Responsible-Changed-When: Tue Sep 6 10:04:16 UTC 2011
Responsible-Changed-Why:
Move to vritualization where we aggregate VIMAGE PRs.
h
Old Synopsis: [patch] kernel panic with pf + VIMAGE
New Synopsis: [pf] [patch] kernel panic with pf + VIMAGE
Responsible-Changed-From-To: freebsd-bugs->freebsd-pf
Responsible-Changed-By: linimon
Responsible-Changed-When: Tue Sep 6 02:01:39 UTC 2011
Responsible-Changed-Why:
Over to maintaine
Old Synopsis: When I launch pf daemon, I have a kernel panic
New Synopsis: [pf] [panic] When I launch pf daemon, I have a kernel panic
Responsible-Changed-From-To: freebsd-net->freebsd-pf
Responsible-Changed-By: linimon
Responsible-Changed-When: Thu Jul 14 01:55:42 UTC 2011
Responsible-Chan
The following reply was made to PR kern/143543; it has been noted by GNATS.
From: Nick Leuta
To: bug-follo...@freebsd.org, sl...@aprec.ru
Cc:
Subject: Re: kern/143543: [pf] [panic] PF route-to causes kernel panic
Date: Sun, 14 Mar 2010 23:20:44 +0300
Hmm... Im my case "ipfw fwd&quo
The following reply was made to PR kern/143543; it has been noted by GNATS.
From: =?windows-1251?B?0eL/8u7x6+Di?=
To: bug-follo...@freebsd.org, sl...@aprec.ru
Cc:
Subject: Re: kern/143543: [pf] [panic] PF route-to causes kernel panic
Date: Sun, 14 Mar 2010 19:00:25 +0300
I'm now using
The following reply was made to PR kern/143543; it has been noted by GNATS.
From: Nick Leuta
To: bug-follo...@freebsd.org, sl...@aprec.ru
Cc:
Subject: Re: kern/143543: [pf] [panic] PF route-to causes kernel panic
Date: Sun, 14 Mar 2010 03:34:50 +0300
I have the similar problem but in a bit
Old Synopsis: PF route-to causes kernel panic
New Synopsis: [pf] [panic] PF route-to causes kernel panic
Responsible-Changed-From-To: freebsd-bugs->freebsd-pf
Responsible-Changed-By: linimon
Responsible-Changed-When: Thu Feb 4 10:21:23 UTC 2010
Responsible-Changed-Why:
Over to maintaine
Old Synopsis: pf kernel panic on 7.2-RELEASE with empty pf.conf
New Synopsis: [pf] [panic] pf kernel panic on 7.2-RELEASE with empty pf.conf
Responsible-Changed-From-To: freebsd-amd64->freebsd-pf
Responsible-Changed-By: linimon
Responsible-Changed-When: Tue Dec 22 22:31:27 UTC 2009
Responsi
Synopsis: [netgraph][pf] kernel panic trap 12 on user connect to VPN server
State-Changed-From-To: open->closed
State-Changed-By: mlaier
State-Changed-When: Mon Apr 13 23:33:36 UTC 2009
State-Changed-Why:
Fix commited to head and stable/7. Thanks.
http://www.freebsd.org/cgi/query-pr.cgi
l.com
> Cc:
> Subject: Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect
> to VPN server
> Date: Sat, 11 Apr 2009 01:11:54 +0100
>
> --Boundary-00=_LB+3JRWytgyQ4AY
> Content-Type: text/plain;
> charset="us-ascii"
> Content-Transfer-Enco
The following reply was made to PR kern/130977; it has been noted by GNATS.
From: Max Laier
To: bug-follo...@freebsd.org,
darki...@gmail.com
Cc:
Subject: Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect
to VPN server
Date: Sat, 11 Apr 2009 01:11:54 +0100
--Boundary-00
On Friday 10 April 2009 13:50:03 Mikolaj Golub wrote:
> The following reply was made to PR kern/130977; it has been noted by GNATS.
>
> From: Mikolaj Golub
> To: bug-follo...@freebsd.org,darki...@gmail.com
> Cc:
> Subject: Re: kern/130977: [netgraph][pf] kernel panic trap 12 on
The following reply was made to PR kern/130977; it has been noted by GNATS.
From: Mikolaj Golub
To: bug-follo...@freebsd.org,darki...@gmail.com
Cc:
Subject: Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect
to VPN server
Date: Fri, 10 Apr 2009 14:42:59 +0300
The problem
The following reply was made to PR kern/130977; it has been noted by GNATS.
From: Oleg S
To: bug-follo...@freebsd.org, darki...@gmail.com
Cc:
Subject: Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect
to VPN server
Date: Sun, 15 Feb 2009 22:25:05 +0200
More
Synopsis: [netgraph][pf] kernel panic trap 12 on user connect to VPN server
Responsible-Changed-From-To: freebsd-bugs->freebsd-pf
Responsible-Changed-By: linimon
Responsible-Changed-When: Sun Jan 25 20:33:47 UTC 2009
Responsible-Changed-Why:
Over to maintainer(s).
http://www.freebsd.org/
Old Synopsis: Kernel panic with pf + bridge
New Synopsis: [pf] [panic] Kernel panic with pf + bridge
Responsible-Changed-From-To: freebsd-i386->freebsd-pf
Responsible-Changed-By: linimon
Responsible-Changed-When: Sun Jun 8 21:08:36 UTC 2008
Responsible-Changed-Why:
Over to maintainer(s).
h
Synopsis: [pf] [panic] kernel panic with pf and ng
State-Changed-From-To: feedback->closed
State-Changed-By: mlaier
State-Changed-When: Sat Apr 12 20:06:42 UTC 2008
State-Changed-Why:
Commited to RELENG_6 and _7. Thanks for testing.
http://www.freebsd.org/cgi/query-pr.cgi?pr=117
The following reply was made to PR kern/117827; it has been noted by GNATS.
From: Max Laier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED],
[EMAIL PROTECTED]
Cc:
Subject: Re: kern/117827: [pf] [panic] kernel panic with pf and ng
Date: Sat, 29 Mar 2008 01:56:36 +0100
Here are MFC patch
Synopsis: [pf] [panic] kernel panic with pf and ng
State-Changed-From-To: open->feedback
State-Changed-By: mlaier
State-Changed-When: Sat Mar 29 01:00:24 UTC 2008
State-Changed-Why:
MFC patches need testing, thanks.
http://www.freebsd.org/cgi/query-pr.cgi?pr=117
The following reply was made to PR kern/117827; it has been noted by GNATS.
From: Florian Smeets <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc:
Subject: Re: kern/117827: [pf] kernel panic with pf and ng
Date: Sun, 30 Dec 2007 16:27:36 +0100
Hi,
Max has submitted a
Synopsis: [pf] kernel panic with pf and ng
State-Changed-From-To: feedback->open
State-Changed-By: kris
State-Changed-When: Sun Dec 30 11:25:42 UTC 2007
State-Changed-Why:
Feedback received, thanks
http://www.freebsd.org/cgi/query-pr.cgi?pr=117
Synopsis: [pf] kernel panic with pf and ng
State-Changed-From-To: open->feedback
State-Changed-By: kris
State-Changed-When: Tue Dec 25 13:55:43 UTC 2007
State-Changed-Why:
Awaiting user response with necessary debugging information
http://www.freebsd.org/cgi/query-pr.cgi?pr=117
The following reply was made to PR kern/117827; it has been noted by GNATS.
From: Remko Lodder <[EMAIL PROTECTED]>
To: Dmitry Rybin <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: kern/117827: Kernel Panic
Date: Mon, 05 Nov 2007 18:46:02 +0100
Dmitry Rybin wrote
Old Synopsis: Kernel Panic
New Synopsis: [pf] kernel panic with pf and ng
Responsible-Changed-From-To: freebsd-bugs->freebsd-pf
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Nov 5 02:53:10 UTC 2007
Responsible-Changed-Why:
Over to maintainer(s).
http://www.freebsd.org/cgi/qu
Daniel Hartmeier wrote:
> On Fri, Jul 21, 2006 at 10:57:28AM +0200, Michal Mertl wrote:
>
> > The proxy in fact runs in parallel (according to "pfctl -s info" it did
> > about 50 inserts and removal in the state table per second - some 10Mbit
> > of traffic, probably mostly HTTP) and it is quite p
On Fri, Jul 21, 2006 at 10:57:28AM +0200, Michal Mertl wrote:
> The proxy in fact runs in parallel (according to "pfctl -s info" it did
> about 50 inserts and removal in the state table per second - some 10Mbit
> of traffic, probably mostly HTTP) and it is quite possible that your
> explanation is
Daniel Hartmeier wrote:
> On Fri, Jul 21, 2006 at 02:05:45AM +0200, Max Laier wrote:
>
> > Which proxies are you using? The "pool_ticket: 1429 != 1430" messages you
> > quote below indicate a synchronization problem within the app talking to pf
> > via ioctl's. Tickets are used to ensure atomi
Max Laier píše v pá 21. 07. 2006 v 02:05 +0200:
> [CC'ing -pf]
>
> On Thursday 20 July 2006 17:53, Michal Mertl wrote:
> > Hello,
> >
> > I am deploying FreeBSD based application proxies' based firewall
> > (www.kernun.com, but not much English there) and am having frequent
> > panics of RELENG_6_
On Fri, Jul 21, 2006 at 02:05:45AM +0200, Max Laier wrote:
> Which proxies are you using? The "pool_ticket: 1429 != 1430" messages you
> quote below indicate a synchronization problem within the app talking to pf
> via ioctl's. Tickets are used to ensure atomic commits for operations that
> r
[CC'ing -pf]
On Thursday 20 July 2006 17:53, Michal Mertl wrote:
> Hello,
>
> I am deploying FreeBSD based application proxies' based firewall
> (www.kernun.com, but not much English there) and am having frequent
> panics of RELENG_6_1 under load. The server has IP forwarding disabled.
>
> I've go
60 matches
Mail list logo