Re: config / NOTES "profile 2" and main -> stable/13 fails universe for me?

2022-03-27 Thread Warner Losh
On Sun, Mar 27, 2022, 8:15 PM Kyle Evans wrote: > On Sun, Mar 27, 2022 at 2:01 PM Bjoern A. Zeeb > wrote: > > > > Hi, > > > > I am building on a stable/13 machine (updated a few days ago but I had > > that before in the last months). > > > > I have git clone and am mostly working on main or main

CORRECTION 13.1: "ipfw forward" TESTCASE for crosscheck

2022-03-27 Thread Peter
Message before was missing the most essential line (cut+paste error), correction as below. And I think I have found why some of my systems are not concerned by the bug: apparently the problem appears only with packets that are locally created. Packets that are traversed (with net.inet.ip.forward

Re: config / NOTES "profile 2" and main -> stable/13 fails universe for me?

2022-03-27 Thread Kyle Evans
On Sun, Mar 27, 2022 at 2:01 PM Bjoern A. Zeeb wrote: > > Hi, > > I am building on a stable/13 machine (updated a few days ago but I had > that before in the last months). > > I have git clone and am mostly working on main or main-derived > branches. > > Once in a while I switch in-place (not a wo

Re: 13.1: "ipfw forward" no longer works (after upgrade from 12.3)

2022-03-27 Thread Peter
Ah, wow, that's cute. So I'm apparently not the only one. Thank You very much. Now there are two questions: 1. Why does this happen only on SOME systems? (I don't see an obvious reason yet.) The second question then is, what do we do to get it fixed. (This quite ruined my day.)

13.1: "ipfw forward" TESTCASE for crosscheck

2022-03-27 Thread Peter
I did now a testcase, as follows: === root@zwlf:~ # cat /boot/loader.conf net.fibs="3" net.inet.ip.fw.default_to_accept=1 root@zwlf:~ # uname -a FreeBSD zwlf 12.3-RELEASE FreeBSD 12.3-RELEASE r371126 GENERIC amd64 root@zwlf:~ # k

Re: 13.1: "ipfw forward" no longer works (after upgrade from 12.3)

2022-03-27 Thread HATANO Tomomi
Hi. > I just upgraded from 12.3 to 13.1-STABLE, and now "ipfw forward" >gets ignored. FYI: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261697 -- HATANO Tomomi.

13.1: "ipfw forward" no longer works (after upgrade from 12.3)

2022-03-27 Thread Peter
Hija, I just upgraded from 12.3 to 13.1-STABLE, and now "ipfw forward" gets ignored. I checked with: $ ipfw add 1 fwd 10.1.0.120 all from any to any out I get an incrementing count there: # ipfw show 1 1 4101782871 fwd 10.1.0.120 ip from any to any out # ipfw show 1

config / NOTES "profile 2" and main -> stable/13 fails universe for me?

2022-03-27 Thread Bjoern A. Zeeb
Hi, I am building on a stable/13 machine (updated a few days ago but I had that before in the last months). I have git clone and am mostly working on main or main-derived branches. Once in a while I switch in-place (not a worktree) to a stable branch, e.g., git checkout stable/13 based on freeb

Re: nfsd becomes slow when machine CPU usage is at or over 100% on STABLE/13

2022-03-27 Thread Rick Macklem
Yoshihiro Ota wrote: > I've been building default kernel, that is GENERIC for releng and stable > branches. > > I see GENERIC-NODEBUG on head but don't seem to find it on releng/ > nor stable/ > I grepped /usr/src/* for std.nodebug but don't seem have a match... > I wonder how nodebug kicks in rel