Re: ZFS sharenfs broken

2024-10-24 Thread Shawn Webb
That gave me enough of a hint to go on. It does look like it was an issue with how I originally specified the options. For posterity's sake, here's how I fixed it: zfs set sharenfs='-ro -alldirs -network 172.16.1.0 -mask 255.255.255.0' rpool/data/build/pub (Applied the same sharenfs settings wi

Problem (re)building graphics/drm-61-kmod via PORTS_MODULES+=

2024-10-24 Thread David Wolfskill
So... I've been tracking FreeBSD (generally, daily) on various machines for a couple of decades or so. And I learned long ago to rebuild kmods from ports whenever I rebuilt the kernel, and that generally, the simplest way to ensure that that is done is to augment /etc/src.conf with (e.g.): PORTS_

Re: upgrade llvm19 broke drm-6.1 kmod

2024-10-24 Thread Ed Maste
On Thu, 24 Oct 2024 at 14:26, Michael Butler wrote: > > It seems there are some additional constraints about non-existent > directories that now count as errors .. I ran into this as well, in my work tree that has drm-kmod 6.6 as a submodule. I think these include paths are just leftover from so

ZFS sharenfs broken

2024-10-24 Thread Shawn Webb
Hey all, I'm exposing some ZFS datasets using the `zfs set sharenfs` option. However, this causes mountd to complain: BEGIN mountd LOG Oct 24 20:19:59 hbsd-os-build-01 mountd[89840]: bad exports list line '/data/build/pub/current -ro' Oct 24 20:20:07 hbsd-os-build-01 mountd[14071]: =

Re: ZFS sharenfs broken

2024-10-24 Thread Alan Somers
I think that's just an exports(5) syntax error. I don't think "=" should follow "-ro". Try this instead: zfs set sharenfs='-ro -alldirs 172.16.1.0/24' rpool/data/build/pub On Thu, Oct 24, 2024 at 2:26 PM Shawn Webb wrote: > > Hey all, > > I'm exposing some ZFS datasets using the `zfs set share

Re: upgrade llvm19 broke drm-6.1 kmod

2024-10-24 Thread Benjamin Jacobs
On October 24, 2024 9:25:35 PM GMT+03:00, Michael Butler wrote: >It seems there are some additional constraints about non-existent directories >that now count as errors .. > >--- sync_file.o --- >cc -O2 -pipe -fno-strict-aliasing -DLINUXKPI_VERSION=60100 >'-DKBUILD_MODNAME="dmabuf"' -DCONFIG_D