build kernel failure stable11 iwi related
I get an builderror on my 11.1 stable machine after the latest svn update Revision: 330235 -- >>> stage 3.1: building everything -- cd /usr/obj/usr/src/sys/KRNL; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=amd64 MACHINE=amd64 CPUTYPE= BUILD_TOOLS_META=.NOMETA GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac CC="cc " CXX="c++ " CPP="cpp " AS="as" AR="ar" LD="ld" NM=nm OBJDUMP=objdump OBJCOPY="objcopy" RANLIB=ranlib STRINGS= SIZE="size" INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin make -m /usr/src/share/mk KERNEL=kernel all -DNO_MODULES_OBJ Building /usr/obj/usr/src/sys/KRNL/if_iwi.o In file included from /usr/src/sys/dev/iwi/if_iwi.c:76: /usr/src/sys/net80211/ieee80211_input.h:138:19: error: no member named 'c_pktflags' in 'struct ieee80211_rx_stats' return (!! (rxs->c_pktflags & IEEE80211_RX_F_AMSDU)); ~~~ ^ /usr/src/sys/net80211/ieee80211_input.h:138:32: error: use of undeclared identifier 'IEEE80211_RX_F_AMSDU'; did you mean 'IEEE80211_S_ASSOC'? return (!! (rxs->c_pktflags & IEEE80211_RX_F_AMSDU)); ^~~~ IEEE80211_S_ASSOC /usr/src/sys/net80211/ieee80211_proto.h:39:2: note: 'IEEE80211_S_ASSOC' declared here IEEE80211_S_ASSOC = 3, /* try to assoc */ ^ In file included from /usr/src/sys/dev/iwi/if_iwi.c:76: /usr/src/sys/net80211/ieee80211_input.h:154:12: error: no member named 'c_pktflags' in 'struct ieee80211_rx_stats' if ((rxs->c_pktflags & IEEE80211_RX_F_AMSDU) == 0) ~~~ ^ /usr/src/sys/net80211/ieee80211_input.h:154:25: error: use of undeclared identifier 'IEEE80211_RX_F_AMSDU'; did you mean 'IEEE80211_S_ASSOC'? if ((rxs->c_pktflags & IEEE80211_RX_F_AMSDU) == 0) ^~~~ IEEE80211_S_ASSOC /usr/src/sys/net80211/ieee80211_proto.h:39:2: note: 'IEEE80211_S_ASSOC' declared here IEEE80211_S_ASSOC = 3, /* try to assoc */ ^ In file included from /usr/src/sys/dev/iwi/if_iwi.c:76: /usr/src/sys/net80211/ieee80211_input.h:158:11: error: no member named 'c_pktflags' in 'struct ieee80211_rx_stats' if (rxs->c_pktflags & IEEE80211_RX_F_AMSDU_MORE) { ~~~ ^ /usr/src/sys/net80211/ieee80211_input.h:158:24: error: use of undeclared identifier 'IEEE80211_RX_F_AMSDU_MORE' if (rxs->c_pktflags & IEEE80211_RX_F_AMSDU_MORE) { ^ /usr/src/sys/net80211/ieee80211_input.h:266:39: error: use of undeclared identifier 'rxs' if (ieee80211_check_rxseq_amsdu_more(rxs)) { ^ /usr/src/sys/net80211/ieee80211_input.h:268:8: error: use of undeclared identifier 'rxs' if ((rxs != NULL) && ieee80211_check_rxseq_amsdu(rxs)) ^ /usr/src/sys/net80211/ieee80211_input.h:268:52: error: use of undeclared identifier 'rxs' if ((rxs != NULL) && ieee80211_check_rxseq_amsdu(rxs)) ^ 9 errors generated. *** Error code 1 Stop. make[2]: stopped in /usr/obj/usr/src/sys/KRNL .ERROR_TARGET='if_iwi.o' .ERROR_META_FILE='/usr/obj/usr/src/sys/KRNL/if_iwi.o.meta' .MAKE.LEVEL='2' MAKEFILE='' .MAKE.MODE='meta missing-filemon=yes missing-meta=yes silent=yes verbose curdirOk=yes' _ERROR_CMD='cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -Wno-error-address-of-packed-member -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/dev/iwi/if_iwi.c; ctfconvert -L VERSION -g if_iwi.o;' .CURDIR='/usr/obj/usr/src/sys/KRNL' .MAKE='make' .OBJDIR='/usr/obj/usr/src/sys/KRNL' .TARGETS='all' DESTDIR='' LD_LIBRARY_PATH='' MACHINE='amd64' MACHINE_ARCH='amd64' MAKEOBJDIRPREFIX='/usr/obj' MAKESYSPATH='/usr/src/share/mk' MAKE_VER
Re: build kernel failure stable11 iwi related
On Thu, 1 Mar 2018 10:48+0100, Johan Hendriks wrote: > I get an builderror on my 11.1 stable machine after the latest svn > update Revision: 330235 > > > -- > >>> stage 3.1: building everything > -- > cd /usr/obj/usr/src/sys/KRNL; MAKEOBJDIRPREFIX=/usr/obj? > MACHINE_ARCH=amd64? MACHINE=amd64? CPUTYPE= BUILD_TOOLS_META=.NOMETA > GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin? > GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font? > GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac CC="cc " > CXX="c++? "? CPP="cpp "? AS="as" AR="ar" LD="ld" NM=nm? OBJDUMP=objdump > OBJCOPY="objcopy"? RANLIB=ranlib STRINGS=? SIZE="size"? INSTALL="sh > /usr/src/tools/install.sh"? > PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin > make? -m /usr/src/share/mk? KERNEL=kernel all -DNO_MODULES_OBJ > Building /usr/obj/usr/src/sys/KRNL/if_iwi.o > In file included from /usr/src/sys/dev/iwi/if_iwi.c:76: > /usr/src/sys/net80211/ieee80211_input.h:138:19: error: no member named > 'c_pktflags' in 'struct ieee80211_rx_stats' > ??? return (!! (rxs->c_pktflags & IEEE80211_RX_F_AMSDU)); > ??? ~~~? ^ > /usr/src/sys/net80211/ieee80211_input.h:138:32: error: use of undeclared > identifier 'IEEE80211_RX_F_AMSDU'; did you mean 'IEEE80211_S_ASSOC'? > ??? return (!! (rxs->c_pktflags & IEEE80211_RX_F_AMSDU)); > ? ^~~~ > ? IEEE80211_S_ASSOC > /usr/src/sys/net80211/ieee80211_proto.h:39:2: note: 'IEEE80211_S_ASSOC' > declared here > ??? IEEE80211_S_ASSOC?? = 3,??? /* try to assoc */ > ??? ^ > In file included from /usr/src/sys/dev/iwi/if_iwi.c:76: > /usr/src/sys/net80211/ieee80211_input.h:154:12: error: no member named > 'c_pktflags' in 'struct ieee80211_rx_stats' > ??? if ((rxs->c_pktflags & IEEE80211_RX_F_AMSDU) == 0) > ~~~? ^ > /usr/src/sys/net80211/ieee80211_input.h:154:25: error: use of undeclared > identifier 'IEEE80211_RX_F_AMSDU'; did you mean 'IEEE80211_S_ASSOC'? > ??? if ((rxs->c_pktflags & IEEE80211_RX_F_AMSDU) == 0) > ?? ^~~~ > ?? IEEE80211_S_ASSOC > /usr/src/sys/net80211/ieee80211_proto.h:39:2: note: 'IEEE80211_S_ASSOC' > declared here > ??? IEEE80211_S_ASSOC?? = 3,??? /* try to assoc */ > ??? ^ > In file included from /usr/src/sys/dev/iwi/if_iwi.c:76: > /usr/src/sys/net80211/ieee80211_input.h:158:11: error: no member named > 'c_pktflags' in 'struct ieee80211_rx_stats' > ??? if (rxs->c_pktflags & IEEE80211_RX_F_AMSDU_MORE) { > ??? ~~~? ^ > /usr/src/sys/net80211/ieee80211_input.h:158:24: error: use of undeclared > identifier 'IEEE80211_RX_F_AMSDU_MORE' > ??? if (rxs->c_pktflags & IEEE80211_RX_F_AMSDU_MORE) { > ? ^ > /usr/src/sys/net80211/ieee80211_input.h:266:39: error: use of undeclared > identifier 'rxs' > ??? if (ieee80211_check_rxseq_amsdu_more(rxs)) { > ^ > /usr/src/sys/net80211/ieee80211_input.h:268:8: error: use of undeclared > identifier 'rxs' > ??? if ((rxs != NULL) && ieee80211_check_rxseq_amsdu(rxs)) > ^ > /usr/src/sys/net80211/ieee80211_input.h:268:52: error: use of undeclared > identifier 'rxs' > ??? if ((rxs != NULL) && ieee80211_check_rxseq_amsdu(rxs)) > ^ > 9 errors generated. > *** Error code 1 > > Stop. > make[2]: stopped in /usr/obj/usr/src/sys/KRNL > .ERROR_TARGET='if_iwi.o' > .ERROR_META_FILE='/usr/obj/usr/src/sys/KRNL/if_iwi.o.meta' > .MAKE.LEVEL='2' > MAKEFILE='' > .MAKE.MODE='meta missing-filemon=yes missing-meta=yes silent=yes verbose > curdirOk=yes' > _ERROR_CMD='cc? -c -O2 -pipe -fno-strict-aliasing? -g -nostdinc? -I. > -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h? > -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=kernel > -mno-red-zone -mno-mmx -mno-sse -msoft-float? > -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector > -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ > -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas > -Wno-error-tautological-compare -Wno-error-empty-body > -Wno-error-parentheses-equality -Wno-error-unused-function > -Wno-error-pointer-sign -Wno-error-shift-negative-value > -Wno-error-address-of-packed-member? -mno-aes -mno-avx? > -std=iso9899:1999 -Werror? /usr/src/sys/dev/iwi/if_iwi.c; ctfconvert -L > VERSION -g if_i
Re: build kernel failure stable11 iwi related
On Thu, 1 Mar 2018 14:09+0100, Trond Endrestøl wrote: > If you revert to r330229, i.e. svn up -r330229 /usr/src, you should be > able to build a working kernel. > > r330230 added "17" to line 1939 of sys/conf/files breaking iwm(fw), > and I suspect "17" should be "22", or maybe the "D" should be removed. > > r330233 caused the errors you reported. > > I hope these errors will be corrected shortly. r330229 is also broken. I had to revert to r330113 to avoid any of the recent iwm commits. -- Trond. ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: build kernel failure stable11 iwi related
On Thu, Mar 1, 2018 at 7:34 AM, Trond Endrestøl wrote: > On Thu, 1 Mar 2018 14:09+0100, Trond Endrestøl wrote: > >> If you revert to r330229, i.e. svn up -r330229 /usr/src, you should be >> able to build a working kernel. >> >> r330230 added "17" to line 1939 of sys/conf/files breaking iwm(fw), >> and I suspect "17" should be "22", or maybe the "D" should be removed. >> >> r330233 caused the errors you reported. >> >> I hope these errors will be corrected shortly. > > r330229 is also broken. I had to revert to r330113 to avoid any of the > recent iwm commits. Hi, CC'ing Eitan, so hopefully he can fix this mess as soon as he wakes up... Thanks, Kyle Evans ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: build kernel failure stable11 iwi related
Would be broken by r330233. This revision assumes member c_pktflags in struct ieee80211_rx_stats, but this addition (done at r306837 on head) is NOT yet MFC'ed. Reverting r330233 allowed me build, install and boot kernel. *I'm not shure MFC'ing r306837 is sufficent or not. OTOH, not shure MFC'ing whole r306837 is OK or not. So I'd personally reverted r330233 alone. On Thu, 1 Mar 2018 07:46:36 -0600 Kyle Evans wrote: > On Thu, Mar 1, 2018 at 7:34 AM, Trond Endrest〓l > wrote: > > On Thu, 1 Mar 2018 14:09+0100, Trond Endrest〓l wrote: > > > >> If you revert to r330229, i.e. svn up -r330229 /usr/src, you should be > >> able to build a working kernel. > >> > >> r330230 added "17" to line 1939 of sys/conf/files breaking iwm(fw), > >> and I suspect "17" should be "22", or maybe the "D" should be removed. > >> > >> r330233 caused the errors you reported. > >> > >> I hope these errors will be corrected shortly. > > > > r330229 is also broken. I had to revert to r330113 to avoid any of the > > recent iwm commits. > > Hi, > > CC'ing Eitan, so hopefully he can fix this mess as soon as he wakes up... > > Thanks, > > Kyle Evans > ___ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" > > -- Tomoaki AOKI ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: build kernel failure stable11 iwi related
On 1 March 2018 at 05:34, Trond Endrestøl wrote: > On Thu, 1 Mar 2018 14:09+0100, Trond Endrestøl wrote: > >> If you revert to r330229, i.e. svn up -r330229 /usr/src, you should be >> able to build a working kernel. >> >> r330230 added "17" to line 1939 of sys/conf/files breaking iwm(fw), >> and I suspect "17" should be "22", or maybe the "D" should be removed. >> >> r330233 caused the errors you reported. >> >> I hope these errors will be corrected shortly. Build error is fixed. Sorry for the breakage > r330229 is also broken. I had to revert to r330113 to avoid any of the > recent iwm commits. Did r330242 fix the issue for you? -- Eitan Adler ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: build kernel failure stable11 iwi related
Op 01/03/2018 om 17:03 schreef Eitan Adler: > On 1 March 2018 at 05:34, Trond Endrestøl > wrote: >> On Thu, 1 Mar 2018 14:09+0100, Trond Endrestøl wrote: >> >>> If you revert to r330229, i.e. svn up -r330229 /usr/src, you should be >>> able to build a working kernel. >>> >>> r330230 added "17" to line 1939 of sys/conf/files breaking iwm(fw), >>> and I suspect "17" should be "22", or maybe the "D" should be removed. >>> >>> r330233 caused the errors you reported. >>> >>> I hope these errors will be corrected shortly. > Build error is fixed. Sorry for the breakage > >> r330229 is also broken. I had to revert to r330113 to avoid any of the >> recent iwm commits. > Did r330242 fix the issue for you? > > I updated my source tree to 330248 and can confirm it builds fine now. Thank you for your time and effort. regards Johan ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
memory leak in inetd 10.3-STABLE .svn_revision 304147 ?
Hi sta...@freebsd.org I think I have found a memory leak with inetd on 10.3-STABLE (server runs in a VM); server ran out of swap. top Mem: 34M Active, 791M Inact, 387M Wired, 200K Cache, 212M Buf, 759M Free Swap: 614M Total, 605M Used, 8744K Free, 98% Inuse uptime 4:47PM up 544 days, 2:56, 2 users, load averages: 0.26, 0.30, 0.32 uname -a FreeBSD slim.domain 10.3-STABLE FreeBSD 10.3-STABLE #0: Tue Aug 16 18:09:22 CEST 2016 jhs@slim.domain:/usr/obj/usr/src/sys/GENERIC amd64 First I just commented out a few trivial getty as a start, ran kill -HUP 1 and was surprised to get loads of swap back: swapinfo Device 1K-blocks UsedAvail Capacity /dev/da0p3 62873681056 54768013% ( Before I ran `kill -9 541` after seeing this: PID USERNAMETHR PRI NICE SIZERES STATETIMEWCPU COMMAND 541 root 2 520 769M 103M select 28.4H 0.00% vmtoolsd but it didn't gain me swap space, hence next the `kill -HUP 1` which I had first avoided, as server is remote. Restarting vmtoolsd leaves swapinfo unchanged. ) top CPU: 0.8% user, 0.0% nice, 3.1% system, 0.0% interrupt, 96.1% idle Mem: 32M Active, 711M Inact, 383M Wired, 176K Cache, 216M Buf, 846M Free Swap: 614M Total, 79M Used, 535M Free, 12% Inuse /var/log/dmesg.today 858 x swap_pager_getswapspace In case someone asks me to de specific debugging, that server has: cd /usr/src cat .svn_revision 304147 cat .ctm_status src-10 1304 Though I'm wary of a reboot with a debug kernel in case it hangs, as it's a remote live server. (So I guess an ideal world would have someone say there used to be a leak but it was fixed long since.) PS Below there's an intriguing "Swap: 32G", presumably coming from hypervisor outside my server. - BEFORE top last pid: 91299; load averages: 0.62, 0.68, 0.49 up 543+22:18:42 12:09:35 47 processes: 1 running, 46 sleeping Mem: 34M Active, 791M Inact, 387M Wired, 200K Cache, 212M Buf, 759M Free Swap: 614M Total, 605M Used, 8744K Free, 98% Inuse PID USERNAMETHR PRI NICE SIZERES STATETIMEWCPU COMMAND 541 root 2 520 769M 103M select 28.4H 0.00% vmtoolsd 579 root 1 200 21900K 13812K select 862:04 0.00% ntpd 47677 bind 4 200 74956K 27996K kqread 227:10 0.00% named 411 root 1 200 14524K 1708K select 124:23 0.00% syslogd 313 root 1 200 13656K 536K select 121:22 0.00% devd 63839 root 1 200 51512K 4852K select 61:12 0.00% sendmail 35589 mailman 1 200 108M 13168K select 53:29 0.00% python2. 35592 mailman 1 200 108M 14852K select 50:27 0.00% python2. 35588 mailman 1 200 112M 15384K select 49:43 0.00% python2. 35593 mailman 1 200 107M 13344K select 49:10 0.00% python2. 35590 mailman 1 200 112M 15272K select 48:49 0.00% python2. 35591 mailman 1 200 113M 18564K select 46:37 0.00% python2. 651 root 1 200 61316K 4116K select 17:21 0.00% sshd 676 root 1 200 16624K 2228K nanslp 11:02 0.00% cron 63843 smmsp 1 200 26480K 4048K pause0:30 0.00% sendmail 35594 mailman 1 200 106M 5932K select 0:27 0.00% python2. 78594 root 1 200 16832K 2576K kqread 0:15 0.00% dovecot 78720 root 1 200 147M 9512K select 0:09 0.00% httpd - IMMEDIATELY BEFORE last pid: 12063; load averages: 0.02, 0.06, 0.07 up 360+17:30:09 12:05:23 23 processes: 1 running, 22 sleeping CPU: 0.0% user, 0.0% nice, 0.1% system, 0.0% interrupt, 99.9% idle Mem: 242M Active, 18G Inact, 12G Wired, 161M Cache, 240M Free ARC: 8578M Total, 3785M MFU, 809M MRU, 59K Anon, 227M Header, 3758M Other Swap: 32G Total, 200M Used, 32G Free PID USERNAME THR PRI NICE SIZERES STATE C TIMEWCPU COMMAN 97336 bind11 200 109M 30084K kqread 4 57:01 0.00% named 1544 root 1 200 14536K 656K select 7 10:19 0.00% syslog 47145 root 1 200 41596K 3008K select 2 7:42 0.00% sendma 22566 root 1 200 16836K 1324K kqread 6 7:00 0.00% doveco 22567 root 1 200 21264K 1176K kqread 6 2:28 0.00% doveco 1704 root 1 200 34636K 744K select 2 1:31 0.00% sshd 6181 root 1 200 149M 7192K select 4 1:00 0.00% httpd 1764 root 1 200 18752K 708K select 2 0:47 0.00% inetd 1749 root 1 200 16632K 468K nanslp 2 0:39 0.00% cron 47148 smmsp1 200 29096K 2148K pause 2 0:02 0.00% sendma 11064 www 1
NFS 4.1 RECLAIM_COMPLETE FS failed error in combination with ESXi client
Hi, I am trying to get a FreeBSD NFS 4.1 export working with VMware Esxi 6.5u1, but it is always mounted as read only. After some research, I found out that this is a known problem, and there are threads about this from 2015 also in the mailinglist archive. As it seems VMware will not change the bahvior of there NFS 4.1 client I wanted to ask here if there is a patch or workaround for this available. Here the tread at VMware: https://communities.vmware.com/thread/517788 And here what I found in the archive of the list: https://lists.freebsd.org/pipermail/freebsd-stable/2015-May/082381.html Thank, Andi ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: build kernel failure stable11 iwi related
On Thu, 1 Mar 2018 08:03-0800, Eitan Adler wrote: > >> I hope these errors will be corrected shortly. > > Build error is fixed. Sorry for the breakage > > > r330229 is also broken. I had to revert to r330113 to avoid any of the > > recent iwm commits. > > Did r330242 fix the issue for you? Yes, it did. Thank you. -- Trond. ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"