Re: Odd ZFS boot module issue on r332158

2018-04-10 Thread Andriy Gapon
On 10/04/2018 15:27, Andrew Gallatin wrote: > Is there something like tools/diag/prtblknos for ZFS? zdb. It has a manual page, but in the case like this you typically want to run zdb -d[d*] Add d-s until you get all the information you want. It looks like five d-s is

Re: buildworld fails: fatal error: 'netpfil/pf/pf.h' file not found

2018-04-10 Thread Kristof Provost
On 9 Apr 2018, at 13:10, Vladimir Zakharov wrote: On Mon, Apr 09, 2018, Kristof Provost wrote: On 9 Apr 2018, at 10:50, Vladimir Zakharov wrote: For several days buildworld fails for me with the following error. Cleaning and rebuilding didn't help. ===>

Re: Odd ZFS boot module issue on r332158

2018-04-10 Thread Toomas Soome
> On 10 Apr 2018, at 15:27, Andrew Gallatin wrote: > > On 04/09/18 23:33, Allan Jude wrote: >> On 2018-04-09 19:11, Andrew Gallatin wrote: >>> I updated my main amd64 workstation to r332158 from something much >>> earlier (mid Jan). >>> >>> Upon reboot, all seemed well.

Re: Re: Odd ZFS boot module issue on r332158

2018-04-10 Thread Andrew Gallatin
On 04/09/18 23:33, Allan Jude wrote: On 2018-04-09 19:11, Andrew Gallatin wrote: I updated my main amd64 workstation to r332158 from something much earlier (mid Jan). Upon reboot, all seemed well.  However, I later realized that the vmm.ko module was not loaded at boot, because bhyve PCI

Re: Odd ZFS boot module issue on r332158

2018-04-10 Thread Andrew Gallatin
On 04/10/18 11:25, Andriy Gapon wrote: On 10/04/2018 15:27, Andrew Gallatin wrote: Is there something like tools/diag/prtblknos for ZFS? zdb. It has a manual page, but in the case like this you typically want to run zdb -d[d*] Add d-s until you get all the information

Re: Odd ZFS boot module issue on r332158

2018-04-10 Thread Andriy Gapon
On 10/04/2018 22:48, Andrew Gallatin wrote: > On 04/10/18 11:25, Andriy Gapon wrote: >> On 10/04/2018 15:27, Andrew Gallatin wrote: >>> Is there something like tools/diag/prtblknos for ZFS? >> >> zdb. >> >> It has a manual page, but in the case like this you typically want to run >> zdb -d[d*]

Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-10 Thread Rodney W. Grimes
> Rodney W. Grimes wrote: > > > I am having a compile time issue for a patched that compiled fine on my > > r329294 system, but now failes to compile with what looks like a wrong > > header being included. > > You may find it helpful to do something like: >

Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-10 Thread Simon J. Gerraty
Rodney W. Grimes wrote: > Thank you, that does help narrow it down: (I backed up a vew lines > from the first place I saw src/.) > > ... > Global:.PARSEFILE = bsd.kmod.mk > Global:.PARSEDIR = /usr/src-topo/share/mk > Global:.PARSEFILE = bsd.kmod.mk > Result[]

Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-10 Thread Simon J. Gerraty
Rodney W. Grimes wrote: > I am having a compile time issue for a patched that compiled fine on my > r329294 system, but now failes to compile with what looks like a wrong > header being included. You may find it helpful to do something like: make -dv -C