Re: Panic: Page Fault in Kernel: Yesterday's CURRENT

2021-12-21 Thread Michael Butler via freebsd-current
Timecounter "TSC" frequency 701570048 Hz quality 800 .. but before initializing ipfw as it used to, Michael On 12/21/21 12:01, Michael Butler via freebsd-current wrote: I have an old pentium-3 that also won't boot kernels built after Dec 6th. I suspect the commits l

Re: Panic: Page Fault in Kernel: Yesterday's CURRENT

2021-12-21 Thread Michael Butler via freebsd-current
I have an old pentium-3 that also won't boot kernels built after Dec 6th. I suspect the commits listed below but, with the device being remote and having no DRAC, I'm struggling to test this theory. The relevant commits .. commit 553af8f1ec71d397b5b4fd5876622b9269936e63 Author: Mark Johnston

Re: cross-compiling for i386 on amd64 fails

2021-11-16 Thread Michael Butler via freebsd-current
9:35 PM Michael Butler via freebsd-current < freebsd-current@freebsd.org> wrote: Haven't had time to identify which change caused this yet but I now get .. ===> lib/libsbuf (obj,all,install) ===> cddl/lib/libumem (obj,all,install) ===> cddl/lib/libnvpair (obj,all,install) ===>

cross-compiling for i386 on amd64 fails

2021-11-15 Thread Michael Butler via freebsd-current
Haven't had time to identify which change caused this yet but I now get .. ===> lib/libsbuf (obj,all,install) ===> cddl/lib/libumem (obj,all,install) ===> cddl/lib/libnvpair (obj,all,install) ===> cddl/lib/libavl (obj,all,install) ld: error: /usr/obj/usr/src/i386.i386/tmp/usr/lib/libspl.a(assert.

current now panics when starting VBox VM

2021-11-02 Thread Michael Butler via freebsd-current
On current as of this morning (I haven't tried to bisect yet) .. FreeBSD toshi.auburn.protected-networks.net 14.0-CURRENT FreeBSD 14.0-CURRENT #42 main-a670e1c13a: Tue Nov 2 09:29:28 EDT 2021 r...@toshi.auburn.protected-networks.net:/usr/obj/usr/src/amd64.amd64/sys/TOSHI amd64 .. with eit

Re: what does "failed to read progbits" mean?

2021-10-25 Thread Michael Butler via freebsd-current
But kernel failed to install. I will include log tomorrow, I'm doing a clean build with /usr/obj/.. deleted. Michael Butler via freebsd-current <mailto:freebsd-current@freebsd.org>> escreveu no dia quinta, 21/10/2021 à(s) 20:14: Well this is different .. I did a full rebu

what does "failed to read progbits" mean?

2021-10-21 Thread Michael Butler via freebsd-current
Well this is different .. I did a full rebuild (after "rm -rf /usr/obj/*") this morning and now see .. ===> linux_common (install) install -T release -o root -g wheel -m 555 linux_common.ko /boot/kernel/ install -T dbg -o root -g wheel -m 555 linux_common.ko.debug /usr/lib/debug/boot/kernel

Re: drm-devel-kmod build failures

2021-10-11 Thread Michael Butler via freebsd-current
red *active_cred __unused, struct thread *td __unused) +#endif { /* XXX need to define flags for st_mode */ On 10/11/21, Michael Butler via freebsd-current wrote: After the latest freebsd version bump in param.h, I tried to rebuild the DRM modules. It failed with .. --- dma-bu

drm-devel-kmod build failures

2021-10-11 Thread Michael Butler via freebsd-current
After the latest freebsd version bump in param.h, I tried to rebuild the DRM modules. It failed with .. --- dma-buf.o --- /usr/ports/graphics/drm-devel-kmod/work/drm-kmod-drm_v5.5.19_4/drivers/dma-buf//dma-buf.c:121:1: error: conflicting types for 'dma_buf_stat' dma_buf_stat(struct file *fp, s

Re: intermittent bsdtar/jemalloc failures

2021-10-08 Thread Michael Butler via freebsd-current
On 10/7/21 20:19, Konstantin Belousov wrote: On Thu, Oct 07, 2021 at 05:43:14PM -0400, Michael Butler wrote: On 10/7/21 16:52, Mark Johnston wrote: On Thu, Oct 07, 2021 at 04:18:28PM -0400, Michael Butler via freebsd-current wrote: On 10/7/21 15:39, Konstantin Belousov wrote: On Thu, Oct 07

Re: intermittent bsdtar/jemalloc failures

2021-10-07 Thread Michael Butler via freebsd-current
On 10/7/21 16:52, Mark Johnston wrote: On Thu, Oct 07, 2021 at 04:18:28PM -0400, Michael Butler via freebsd-current wrote: On 10/7/21 15:39, Konstantin Belousov wrote: On Thu, Oct 07, 2021 at 03:28:44PM -0400, Michael Butler via freebsd-current wrote: While building a local release bundle

Re: intermittent bsdtar/jemalloc failures

2021-10-07 Thread Michael Butler via freebsd-current
On 10/7/21 15:39, Konstantin Belousov wrote: On Thu, Oct 07, 2021 at 03:28:44PM -0400, Michael Butler via freebsd-current wrote: While building a local release bundle, I sometimes get bsdtar failing (and dumping core) as follows below. Worse, as can be seen below, it doesn't stop the

intermittent bsdtar/jemalloc failures

2021-10-07 Thread Michael Butler via freebsd-current
While building a local release bundle, I sometimes get bsdtar failing (and dumping core) as follows below. Worse, as can be seen below, it doesn't stop the build unless I happen to notice and it yields an incomplete package. a usr/src/sys/netgraph/ng_checksum.h a usr/src/sys/netgraph/ng_messag

git commit for WITH_DETECT_TZ_CHANGES breaks date, et al

2021-09-13 Thread Michael Butler via freebsd-current
After commit ddedf2a11eb20af1ee52cb3da70a57c21904af8f date fails to recognize any configured timezone when WITH_DETECT_TZ_CHANGES is not set. For example .. imb@vm01:/home/imb> date Tue Sep 14 01:25:57 2021 Every other daemon also thinks it's running in UTC+0 :-( When libc is recompiled with

Re: awk behaviour?

2021-07-29 Thread Michael Butler via freebsd-current
On 7/29/21 6:09 AM, Michael Gmelin wrote: On Wed, 28 Jul 2021 16:02:30 -0400 Ed Maste wrote: On Wed, 28 Jul 2021 at 15:15, Michael Butler via freebsd-current wrote: What prompted the question was my (obviously poor) attempt to debug and resolve this failure when attempting to build a

Re: awk behaviour?

2021-07-28 Thread Michael Butler via freebsd-current
On 7/28/21 1:36 PM, Warner Losh wrote: On Wed, Jul 28, 2021 at 11:31 AM Michael Butler via freebsd-current < freebsd-current@freebsd.org> wrote: I tripped over this while trying to build a local release .. imb@toshi:/home/imb> pkg --version | awk -F. '{print $$1 * 1 + $

Re: awk behaviour?

2021-07-28 Thread Michael Butler via freebsd-current
NVM .. it's the escaping of '$' .. On 7/28/21 1:29 PM, Michael Butler via freebsd-current wrote: I tripped over this while trying to build a local release .. imb@toshi:/home/imb> pkg --version | awk -F. '{print $$1 * 1 + $$2 * 100 + $$3}' 10001 imb@toshi:/ho

awk behaviour?

2021-07-28 Thread Michael Butler via freebsd-current
I tripped over this while trying to build a local release .. imb@toshi:/home/imb> pkg --version | awk -F. '{print $$1 * 1 + $$2 * 100 + $$3}' 10001 imb@toshi:/home/imb> pkg --version 1.17.1 Is this expected? imb

Re: Build of some ports hang up on recent 14-CURRENT amd64

2021-04-09 Thread Michael Butler via freebsd-current
This is likely fixed as of ~30 mins ago on commit e8b9c508b7ae5be618ada089103468c400e465cd The cause appears to have been commit d36d6816151705907393889 imb On 4/9/21 4:55 PM, Yasuhiro Kimura wrote: yasu@rolling-vm-freebsd1[1044]% uname -a FreeBSD rolling-vm-freebsd1.home.utahime.org

Re: On 14-CURRENT: no ports options anymore?

2021-03-13 Thread Michael Butler via freebsd-current
On 3/13/21 3:00 PM, Hartmann, O. wrote: On Sat, 13 Mar 2021 19:52:47 + (UTC) Filippo Moretti via freebsd-current wrote: I had the same problem in console modeFiippo On Saturday, March 13, 2021, 8:33:57 PM GMT+1, Stefan Esser wrote: Am 13.03.21 um 20:17 schrieb Hartmann, O.: S

kern_jail.c w/o INVARIANTS

2021-02-21 Thread Michael Butler via freebsd-current
Seems there's a typo in this when INVARIANTS is not turned on .. diff --git a/sys/kern/kern_jail.c b/sys/kern/kern_jail.c index 48c91a95bf..342af50462 100644 --- a/sys/kern/kern_jail.c +++ b/sys/kern/kern_jail.c @@ -2671,7 +2671,7 @@ prison_free_not_last(struct prison *pr) ("prison_fr

make release broken?

2021-02-09 Thread Michael Butler via freebsd-current
Any ideas what broke this? -- >>> Kernel build for GENERIC completed on Tue Feb  9 20:48:05 UTC 2021 -- >>> Kernel(s)  GENERIC built in 465 seconds, ncpu: 8, make -j8 -

ZFS feature compatibility?

2021-01-25 Thread Michael Butler via freebsd-current
I have a few machines on which I've been hesitant to run 'zpool upgrade' as I'm not sure of the (boot?) implications. They report like this .. imb@toshi:/home/imb> uname -a FreeBSD toshi.auburn.protected-networks.net 14.0-CURRENT FreeBSD 14.0-CURRENT #25 main-eb61de5b78: Fri Jan 22 10:03:02 EST