Re: [Bug 231659] [em][igb] 12-ALPHA8 r339259 crashes on receive under load

2018-10-13 Thread Eugene Grosbein
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231659 > > --- Comment #43 from Lev A. Serebryakov --- > (In reply to Eric Joyner from comment #36) > Yess! > > It helps em0 to pass all my torture tests (when I comment out this > "optimization" twice, for lem and em). I can not test on igb n

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Eugene Grosbein
I've enabled verbose debug logging for unbound: $ fgrep unbound /etc/rc.conf local_unbound_enable="YES" local_unbound_workdir="/etc/unbound" local_unbound_flags="-v -v" Then did "service local_unbound restart" and put resulting log online: http://www.grosbein.net/freebsd/unbound.log ___

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Eugene Grosbein
13.10.2018 3:41, Dag-Erling Smørgrav wrote: > In any case, if unbound-anchor is unable to get and validate the KSK, it > will fall back to getting it over http (using an unvalidated DNS lookup) > and verifying the accompanying signature against a hardcoded x509 > certificate which is valid until 2

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Eugene Grosbein
13.10.2018 3:41, Dag-Erling Smørgrav wrote: > In any case, if unbound-anchor is unable to get and validate the KSK, it > will fall back to getting it over http (using an unvalidated DNS lookup) > and verifying the accompanying signature against a hardcoded x509 > certificate which is valid until 2

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Dag-Erling Smørgrav
Here's the thing though, I am unable to reproduce the issue in 11.2-RELEASE (see attached log). Can you send me this tarball: # tar zcf unbound.tgz /etc/resolv.conf /var/unbound and also tell me which variables are set, i.e. the output from: # grep -r unbound /etc/rc.conf* DES -- Dag-Erling S

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Dag-Erling Smørgrav
Eugene Grosbein writes: > The commands "unbound-anchor -vv; cat /var/unbound/root.key" show: > [...] > ; created by unbound-anchor on Sat Oct 13 14:28:12 2018 > . IN DS 19036 8 2 > 49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5 > . IN DS 20326 8 2 > E06D44B80B8F1D39A95C0B0D7C65

[Bug 232142] Chelsio T520-SO cxgbe driver no longer recognized as 10Gb

2018-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232142 --- Comment #3 from cyba --- I uploaded a screenshot, I apologize I forgot to do that. These are 10GB cards, the Chelsio T-520-SO cards, but they are not recognized as a 10GB NIC, just 1GB. Not sure what is causing this to happen, however,

[Bug 232142] Chelsio T520-SO cxgbe driver no longer recognized as 10Gb

2018-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232142 cyba changed: What|Removed |Added CC||bdorr1...@gmail.com --- Comment #2 from cyb

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Eugene Grosbein
13.10.2018 17:16, Dag-Erling Smørgrav wrote: > Eugene Grosbein writes: >> The commands "unbound-anchor -vv; cat /var/unbound/root.key" show: >> [...] >> ; created by unbound-anchor on Sat Oct 13 14:28:12 2018 >> . IN DS 19036 8 2 >> 49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Dag-Erling Smørgrav
Eugene Grosbein writes: > This nanobsd does not have root.key in its persistent configuration > and runs mpd5 from ports as PPPoE client for global connectivity. > > According to rcorder, /etc/rc.d/local_unbound runs BEFORE: NETWORKING > and much earlier then /usr/local/etc/rc.d/mpd5 is started th

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Eugene Grosbein
13.10.2018 3:41, Dag-Erling Smørgrav wrote: > Eugene Grosbein writes: >> It seems that 11.2-STABLE still has old unbound version 1.5.10 having >> no option trust-anchor-signaling. >> >> Can it be a reason that my home router running stable/11 r338011 as >> NanoBSD with stock local_unbound >> as D

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Eugene Grosbein
13.10.2018 17:58, Eugene Grosbein wrote: >> You're supposed to run unbound-anchor *before* starting unbound (and the >> rc script will automatically do that if /var/unbound/root.key does not >> exist). What you're seeing now is unbound periodically overwriting >> root.key with what it has in memo

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Eugene Grosbein
13.10.2018 18:38, Dag-Erling Smørgrav wrote: > Eugene Grosbein writes: >> This nanobsd does not have root.key in its persistent configuration >> and runs mpd5 from ports as PPPoE client for global connectivity. >> >> According to rcorder, /etc/rc.d/local_unbound runs BEFORE: NETWORKING >> and muc

[Bug 231659] [em][igb] 12-ALPHA8 r339259 crashes on receive under load

2018-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231659 --- Comment #44 from Lev A. Serebryakov --- BTW, if_ix contains SAME problem. I can not reproduce it (I have one ix link), but code is same and I'm sure, it has same problem. -- You are receiving this mail because: You are the assignee fo

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Dag-Erling Smørgrav
Eugene Grosbein writes: > Why unbound daemon fails to update root.key after start? The daemon uses a different bootstrap method than unbound-anchor, and if I recall correctly, 1.5.10 is unable to self-boostrap when there are two concurrent KSKs, i.e. phase E of ICANN's operational plan, although

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Dag-Erling Smørgrav
Eugene Grosbein writes: > Then local_unbound startup script should be changed to start after > netwait script as bare minimum. It does: % freebsd-version 11.2-RELEASE-p4 % rcorder /etc/rc.d/* | egrep 'unbound|netwait' /etc/rc.d/netwait /etc/rc.d/local_unbound although it might be a good idea to

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Dag-Erling Smørgrav
Just to show that there is no difference between a forwarding setup and a recursing setup: # truncate -s0 /etc/resolv.conf # service local_unbound setup Performing initial setup. Extracting forwarders from /etc/resolv.conf. No forwarders found in resolv.conf, unbound will recurse. /var/unb

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Eugene Grosbein
13.10.2018 18:38, Dag-Erling Smørgrav wrote: > Eugene Grosbein writes: >> This nanobsd does not have root.key in its persistent configuration >> and runs mpd5 from ports as PPPoE client for global connectivity. >> >> According to rcorder, /etc/rc.d/local_unbound runs BEFORE: NETWORKING >> and muc

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Eugene Grosbein
13.10.2018 19:17, Dag-Erling Smørgrav wrote: > Eugene Grosbein writes: >> Then local_unbound startup script should be changed to start after >> netwait script as bare minimum. > > It does: > > % freebsd-version > 11.2-RELEASE-p4 > % rcorder /etc/rc.d/* | egrep 'unbound|netwait' > /etc/rc.d/netw

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Eugene Grosbein
13.10.2018 19:13, Dag-Erling Smørgrav wrote: > The local_unbound service was never intended to be started without a > network connection. Then this is regression since ISC BIND removal because it does not have this problem. We should deal with the problem so clean install of FreeBSD relying on b

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Dag-Erling Smørgrav
Eugene Grosbein writes: > Dag-Erling Smørgrav writes: > > The local_unbound service was never intended to be started without a > > network connection. > Then this is regression since ISC BIND removal because it does not > have this problem. Unbound is not a replacement for BIND. It serves a dif

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Eugene Grosbein
13.10.2018 21:16, Dag-Erling Smørgrav wrote: > Eugene Grosbein writes: >> Dag-Erling Smørgrav writes: >>> The local_unbound service was never intended to be started without a >>> network connection. >> Then this is regression since ISC BIND removal because it does not >> have this problem. > >

Re: [Bug 231659] [em][igb] 12-ALPHA8 r339259 crashes on receive under load

2018-10-13 Thread Lev Serebryakov
Hello Eugene, Saturday, October 13, 2018, 10:04:26 AM, you wrote: >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231659 >> >> --- Comment #43 from Lev A. Serebryakov --- >> (In reply to Eric Joyner from comment #36) >> Yess! >> >> It helps em0 to pass all my torture tests (when I commen

Re: [Bug 231659] [em][igb] 12-ALPHA8 r339259 crashes on receive under load

2018-10-13 Thread Eugene Grosbein
13.10.2018 22:27, Lev Serebryakov wrote: >> erj@ just did it, try updating to r339338 > Are you sure? Sorry, I missed you need an update to all of ix/em/igb. ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-

Re: [Bug 231659] [em][igb] 12-ALPHA8 r339259 crashes on receive under load

2018-10-13 Thread Lev Serebryakov
Hello Eugene, Saturday, October 13, 2018, 6:35:38 PM, you wrote: >>> erj@ just did it, try updating to r339338 >> Are you sure? > Sorry, I missed you need an update to all of ix/em/igb. Yep, I have problem with em and igb, as I reported in this PR. I can not reproduce it in ix, but I'm sure it

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Dag-Erling Smørgrav
Eugene Grosbein writes: > Index: sbin/init/rc.d/local_unbound > === > --- sbin/init/rc.d/local_unbound(revision 338465) > +++ sbin/init/rc.d/local_unbound(working copy) > @@ -4,8 +4,8 @@ > # > > # PROVIDE: local_unbo

Re: FCP-0101: Deprecating most 10/100 Ethernet drivers

2018-10-13 Thread John-Mark Gurney
Warner Losh wrote this message on Thu, Oct 04, 2018 at 09:53 -0600: > On Thu, Oct 4, 2018 at 9:46 AM Cy Schubert > wrote: > > > I'm willing to help out with rl(4) as I have one here. Others, not > > scheduled for removal, that I can help one way or another are are NICs, > > including wireless, cu

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Eugene Grosbein
14.10.2018 0:21, Dag-Erling Smørgrav wrote: > Eugene Grosbein writes: >> Index: sbin/init/rc.d/local_unbound >> === >> --- sbin/init/rc.d/local_unbound(revision 338465) >> +++ sbin/init/rc.d/local_unbound(working copy

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Dag-Erling Smørgrav
Eugene Grosbein writes: > Index: sbin/init/rc.d/local_unbound > === > --- sbin/init/rc.d/local_unbound(revision 338465) > +++ sbin/init/rc.d/local_unbound(working copy) > @@ -4,8 +4,8 @@ > @@ -4,7 +4,7 @@ > # > > # P

Re: DNS KSK rollover, local_unbound and 11.2-STABLE

2018-10-13 Thread Eugene Grosbein
14.10.2018 1:17, Dag-Erling Smørgrav wrote: > Eugene Grosbein writes: >> Index: sbin/init/rc.d/local_unbound >> === >> --- sbin/init/rc.d/local_unbound(revision 338465) >> +++ sbin/init/rc.d/local_unbound(working copy

[Bug 231659] [em][igb] 12-ALPHA8 r339259 crashes on receive under load

2018-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231659 --- Comment #45 from Eric Joyner --- I'll work on porting that change (and maybe another) to em/igb/ix. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-net@

[Bug 232142] Chelsio T520-SO cxgbe driver no longer recognized as 10Gb

2018-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232142 Jason Wolfe changed: What|Removed |Added CC||j...@nitrology.com --- Comment #4 fr