Re: HEADS UP: NFS changes coming into CURRENT early February

2025-01-26 Thread Rick Macklem
On Tue, Jan 21, 2025 at 10:27 PM Gleb Smirnoff wrote: > > CAUTION: This email originated from outside of the University of Guelph. Do > not click links or open attachments unless you recognize the sender and know > the content is safe. If in doubt, forward suspicious emails to > ith...@uoguelph

Re: Difference in "netstat -rn" output in the last 2 months

2025-01-26 Thread Pier-Luc Caron St-Pierre
Hi Alexander, It looks like the source of this change can be found here: https://reviews.freebsd.org/rG9206c79961986c2114a9a2cfccf009ac010ad259 Additional context can be found in the differential: https://reviews.freebsd.org/D10320 On Sun, Jan 26, 2025 at 3:42 PM Alexander Leidinger wrote: > H

Re: "don't know how to make /usr/main-src/sys/contrib/dev/iwm/iwm-3160-17.fw.uu. Stop"

2025-01-26 Thread Mark Millard
On Jan 25, 2025, at 02:24, Mark Millard wrote: > On Jan 25, 2025, at 02:10, Stefan Esser wrote: > >> Am 25.01.25 um 10:54 schrieb Mark Millard: >>> Unfortunately, for now my reporting is based on my personal build >>> environment, >>> not on anofficial FreeBSD build. >>> Context doing the buil

Re: HEADS UP: NFS changes coming into CURRENT early February

2025-01-26 Thread Rick Macklem
On Sun, Jan 26, 2025 at 1:44 PM Rick Macklem wrote: > > On Tue, Jan 21, 2025 at 10:27 PM Gleb Smirnoff wrote: > > > > CAUTION: This email originated from outside of the University of Guelph. Do > > not click links or open attachments unless you recognize the sender and > > know the content is s

Re: "don't know how to make /usr/main-src/sys/contrib/dev/iwm/iwm-3160-17.fw.uu. Stop"

2025-01-26 Thread Adrian Chadd
Hi! So, there's no longer a build target for the firmware uuencoded files -> kernel module. Being able to build iwm in the kernel rather than a module is broken. Now, the real issue(s) are that iwm needs firmware to initialise, and the firmware needs to exist, and thus it needs access to the roo

Re: WIFI compiling error: Can anyone fix it on main branch?

2025-01-26 Thread Adrian Chadd
Hi, I'm sorry i only just saw this. is it still broken? I'm cc'ing bz@ as it looks like it's in the linuxkpi stuff. -adrian On Tue, 14 Jan 2025 at 22:10, Chen, Alvin W wrote: > For my case, It is due to different default compiling options for > different clang versions as I build it on FreeB

Difference in "netstat -rn" output in the last 2 months

2025-01-26 Thread Alexander Leidinger
Hi, something has changed in the output of "netstat -rn" between 2024-11-23-195545 and 2025-01-22-151306. The default route is not listed as "default" anymore, but with "0.0.0.0" resp. "::/0". This breaks some tools (e.g. iocage). Iocage uses python, I'm not sure if it uses netstat or some ot