Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 2021 13:06:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 260406] pfctl: Cannot allocate memory (after a time)
Message-ID:  <bug-260406-227-bSj5H5H75i@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260406-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260406-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260406

--- Comment #5 from tech-lists@zyxst.net ---
(In reply to Kristof Provost from comment #4)

version is FreeBSD 14.0-CURRENT #1 main-n251261-25d0ccbe101: Thu Dec  2
20:22:08 GMT 2021

kernel looks like this:

[...]
cpu             ARM64
ident           RPI4B

include         "std.arm64"
include         "std.dev"
include         "std.broadcom"
include         "../../conf/std.nodebug"

# enable Pf without ALTQ (HFSC)
device          pf
device          pflog

# forward packets without decrementing
# the time to live (TTL) counter
options         IPSTEALTH
options         FUSEFS
device          filemon # needed in order to use WITH_META_MODE=3Dyes in
/etc/src-env.conf

You said:
[...]
"Can you confirm what revision of main you're running, and then show the ou=
tput
of `dtrace -n 'fbt:pf:pfr_ina_define:return { printf("%x %x", arg0, arg1); =
}'`
run during a call to the failing pfctl command."
[...]

Do you mean run it like this:

# pfctl `dtrace -n 'fbt:pf:pfr_ina_define:return { printf("%x %x", arg0, ar=
g1);
}'` -evf /etc/pf.conf

?

The results I get from that are:

"dtrace: invalid probe specifier fbt:pf:pfr_ina_define:return { printf("%x =
%x",
arg0, arg1); }: probe description fbt:pf:pfr_ina_define:return does not mat=
ch
any probes"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260406-227-bSj5H5H75i>