Re: devmatch error message

2019-03-23 Thread Warner Losh
On Sat, Mar 23, 2019 at 6:27 PM Brett Glass wrote: > Everyone: > > I've been building custom kernels for FreeBSD 12.0, and have noticed > a message on the console, during boot, that I haven't seen from prior > versions. It doesn't affect the operation of the system, but just for > the sake of cle

devmatch error message

2019-03-23 Thread Brett Glass
Everyone: I've been building custom kernels for FreeBSD 12.0, and have noticed a message on the console, during boot, that I haven't seen from prior versions. It doesn't affect the operation of the system, but just for the sake of cleanliness (and to make sure it doesn't cause trouble later) I'd l

Nvidia driver cannot compile on FreeBSD 12.0

2019-03-23 Thread Unga via freebsd-stable
Hi all I tried to install NVIDIA-FreeBSD-x86_64-418.56 display driver but I get following compilation error: # make install===> src (install)===> src/nvidia (install)cc  -O2 -pipe -DNV_VERSION_STRING=\"418.56\" -D__KERNEL__ -DNVRM -Wno-unused-function -Wuninitialized -O2 -fno-strict-aliasing -mn

Re: ifuncs check flawed?

2019-03-23 Thread Ed Maste
On Tue, 19 Mar 2019 at 16:54, Dan Allen wrote: > > That is why I think the check is flawed! The check works as intended, as suggested by the non-booting kernel produced with the checks removed. To help track this down can you run `make buildenv` and then in the resulting shell collect the output

FreeBSD Quarterly Status Report - Fourth Quarter 2018

2019-03-23 Thread Edward Tomasz Napierała
FreeBSD Project Quarterly Status Report - 4th Quarter 2018 Since we are still on this island among many in this vast ocean of the Internet, we write this message in a bottle to inform you of the work we have finished and what lies ahead of us. These deeds that we have wrought with our

Re: ipfw "unknown interface name igb1" SOLVED

2019-03-23 Thread Graham Menhennitt
Thanks for replying, Sergey. The "igb" device is no longer available as an option in the kernel source - I need to use "em" instead. Without "em" most things still work, though - just not the ipfw rules on boot. Strangely, my interfaces still come up as "igb". Anyway, with "em" it all now wo