Re: drm panic after new world

2025-06-02 Thread David Wolfskill
On Mon, Jun 02, 2025 at 03:35:50PM -0700, Steve Kargl wrote: > ... > How does one use dates to checkout a particular head? > If I'm at the top of HEAD and need to got back to > mid-february, what's the easiest option for performing > a bisection by hand? > > -- > Steve Maybe someone else will ha

Re: Updating build and jail manual pages to include missing or obscure information

2025-05-22 Thread David Wolfskill
On Thu, May 22, 2025 at 06:05:34PM +0100, void wrote: > On Thu, May 22, 2025 at 07:56:38AM -0600, Warner Losh wrote: > > > > I object to removing these. I do agree we should document other methods, > > but my spidt sense is this is still in use... > > I object also. `make kernel` is useful if onl

Re: March 2025 stabilization week

2025-03-26 Thread David Wolfskill
On Wed, Mar 26, 2025 at 11:15:51AM +0100, Olivier Certner wrote: > Hi David, > > Thanks very much for reporting. :-) > > * Today (Tuesday, in my time zone as I write this), I updated head to > > main-n276079-718d1928f874 (which is the commit cite above); no issues. > > Did you rebuild drm-61-

Re: March 2025 stabilization week

2025-03-25 Thread David Wolfskill
On Tue, Mar 25, 2025 at 10:39:56AM +0100, Olivier Certner wrote: > ... > I'd like to recommend cherry picking commit 718d1928f874 on top of the > stabweek tag for people using DRM kmod's amdgpu driver. It fixes > longstanding bug PR 277476 (GUI freezes after some time, due to memory > fragmenta

Re: Possible video driver issue after main-n275966-d2a55e6a9348 -> main-n275975-5963423232e8

2025-03-22 Thread David Wolfskill
On Sat, Mar 22, 2025 at 12:04:25AM -0700, Gleb Smirnoff wrote: > ... > Mark, can you please push your patch before the stabweek cutoff > that happens early Monday? > In the mean time, I have applied Mark's patch to the sources I use for daily updates on both laptops; the last couple of entrie

Re: Possible video driver issue after main-n275966-d2a55e6a9348 -> main-n275975-5963423232e8

2025-03-21 Thread David Wolfskill
On Fri, Mar 21, 2025 at 05:34:16AM -0400, Mark Johnston wrote: > ... > Can we not just add redzone padding to contigmalloc() allocations? > Compile-tested patch below: > > diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c > index b1347b15e651..0b76e633b04a 100644 > --- a/sys/kern/kern_m

Re: Possible video driver issue after main-n275966-d2a55e6a9348 -> main-n275975-5963423232e8

2025-03-18 Thread David Wolfskill

Re: Possible video driver issue after main-n275966-d2a55e6a9348 -> main-n275975-5963423232e8

2025-03-18 Thread David Wolfskill
On Tue, Mar 18, 2025 at 01:41:42PM +, Bjoern A. Zeeb wrote: > On Mon, 17 Mar 2025, David Wolfskill wrote: > > > What else may I do to help diagnose/test/...? > > What laptop is that? amd64 or i386? How much memory. None should > matter. Laptops are amd64: * Dell P

Possible video driver issue after main-n275966-d2a55e6a9348 -> main-n275975-5963423232e8

2025-03-15 Thread David Wolfskill
No issues with that in-place source update for my headless buld machine, but a couple of laptops blanked out and seem to have locked up on the reboot after the build/install completed. I'm tracking head daily on these machines (1 headless build machine; 2 laptops). And the vast bulk of the time,

[Resolved] Re: Panic after main-n273387-bb8b3b174118 -> main-n273419-523913c94371

2024-11-03 Thread David Wolfskill
On Sun, Nov 03, 2024 at 05:21:59AM -0800, Rick Macklem wrote: > On Sun, Nov 3, 2024 at 5:12 AM David Wolfskill wrote: > ... > > Starting mountd. > > > > Fatal trap 12: page fault while in kernel mode > ... > > db> > This is the same issue as the one

Panic after main-n273387-bb8b3b174118 -> main-n273419-523913c94371

2024-11-03 Thread David Wolfskill
Oddly, this is only on my "build machine" (which runs a GENERIC/amd64 kernel) -- neither of the laptops whined at all. Copy/paste of the backtrace from serial console: ... Starting mountd. Fatal trap 12: page fault while in kernel mode cpuid = 42; apic id = 2a fault virtual address = 0x28 fau

Re: Buildworld error: [_cleanworldtmp] Error code 6

2024-10-31 Thread David Wolfskill
On Thu, Oct 31, 2024 at 09:50:11AM -0300, Renato Botelho wrote: > I do incremental builds using META_MODE on this system every ~ 2 weeks and > today I got an error when I tried to build world. I considered to just > clean /usr/obj and move on but decided to report it here first for the case > anyo

Re: speedup build time

2024-10-27 Thread David Wolfskill
On Sun, Oct 27, 2024 at 08:47:55PM -0500, Maku Bex wrote: > Hi David, > > * What (if any) "max_jobs" (make's "-j" parameter) are you using? 16 > > * For a 16T system, I expect I would start with a value of around 28. > Shouldn't this number be equal to $(nproc --all)? Not necessarily. You migh

Re: speedup build time

2024-10-27 Thread David Wolfskill
On Sun, Oct 27, 2024 at 07:00:17PM -0500, Maku Bex wrote: > ... > I'm trying to figure out a way to decrease build time of -CURRENT and/or > -STABLE but it is not working out that well. > I've tried the following: > * Tuning /etc/make.conf and /etc/src-env.conf based on their manpages > (make.

Resolved (was: Re: Problem (re)building graphics/drm-61-kmod via PORTS_MODULES+=)

2024-10-26 Thread David Wolfskill
After the ports update main-n684003-baeefdddb6ed: commit baeefdddb6ed74573128353fac7d9b7805fa1a30 Author: Emmanuel Vadot AuthorDate: Sat Oct 26 08:38:11 2024 +0200 Commit: Emmanuel Vadot CommitDate: Sat Oct 26 09:10:02 2024 +0200 graphics/drm-61-kmod: Update to drm_v6.1.92_2 Th

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

2024-10-25 Thread David Wolfskill
On Fri, Oct 25, 2024 at 09:20:16AM +0200, Robert Clausecker wrote: > Hi David, > ... > The same issue was reported in another thread. Try this workaround: Aye; saw that, tried it, and it works for me (modulo MUA-mangling of whitespace). Here's a representation of what I used: diff --git a/grap

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: Build failure in share/examples/tests/tests/googletest/sample1_unittest.full

2024-10-21 Thread David Wolfskill
On Mon, Oct 21, 2024 at 08:02:50PM +0100, void wrote: > On Sun, Oct 20, 2024 at 05:14:29AM -0700, David Wolfskill wrote: > > > This is in meta-mode, on a 32x2 Epyc running "make -j 112 buildworld". > > I'm just guessing here - but ISTR that with large -j tha

Re: Build/install failures at main-n273082-525a177c1657

2024-10-21 Thread David Wolfskill
On Mon, Oct 21, 2024 at 04:50:31AM -0700, David Wolfskill wrote: > ... > That time, the build itself succeeded, but install failed with a claim > of a mising zoneinfo file for Africa/Abidjan: > So on a laptop, once it got to this point, I restored a copy of /usr/obj/usr/src/amd64

Build/install failures at main-n273082-525a177c1657

2024-10-21 Thread David Wolfskill
Running: FreeBSD freebeast.catwhisker.org 15.0-CURRENT FreeBSD 15.0-CURRENT #5 main-n273063-4ad443a106d3: Sat Oct 19 10:38:11 UTC 2024 r...@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1500025 1500025 after updating sources to main-n273082-525a177c1657 (not

Build failure in share/examples/tests/tests/googletest/sample1_unittest.full

2024-10-20 Thread David Wolfskill
Running: FreeBSD freebeast.catwhisker.org 15.0-CURRENT FreeBSD 15.0-CURRENT #5 main-n273063-4ad443a106d3: Sat Oct 19 10:38:11 UTC 2024 r...@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1500025 1500025 after updating sources to main-n273073-bd66c1b43e33: ...

Re: 1500024, libmd.so.6 and libmd.so.7 (was: FYI: make's "max_jobs" needs to be separated from -j (now?))

2024-10-02 Thread David Wolfskill
On Wed, Oct 02, 2024 at 09:38:24PM +0100, Graham Perrin wrote: > On 02/10/2024 14:19, dsdq...@hotmail.com wrote: > > … (now) missing libmd.so.6. … > > > > > sys: Chase libmd version bump with a __FreeBSD_vers

Re: FYI: make's "max_jobs" needs to be separated from -j (now?)

2024-10-02 Thread David Wolfskill
On Wed, Oct 02, 2024 at 08:19:25PM +0700, dsdq...@hotmail.com wrote: > ... > Just got the same error, but both invocations didn't work, and I noticed > that bootstrapped version of mtree failed to run because of (now) > missing libmd.so.6. I think it's not really related to whitespace > between -j

FYI: make's "max_jobs" needs to be separated from -j (now?)

2024-10-02 Thread David Wolfskill
I have been tracking stable/ and head (daily, with a few exceptions) for many years, now. Over time, I set up a set of ([t]csh) aliases to simplify the exercise for me. Until yesterday, the "make -j${max_jobs} buildworld" construct had worked without issue, but (yesterday), the invocation failed

Build failure: main-n271230-d909f06b907d -> main-n271238-75e1fea68aaa

2024-07-18 Thread David Wolfskill
Scanning the build typescript, I find: ... Building /common/S4/obj/usr/src/amd64.amd64/usr.bin/w/uptime.1.gz ld: error: undefined symbol: libzfs_core_init >>> referenced by zdb.c:9207 (/usr/src/sys/contrib/openzfs/cmd/zdb/zdb.c:9207) >>> zdb.o:(main) Building /common/S4/obj/usr/src/a

Re: Build issue with ncurses?

2024-06-27 Thread David Wolfskill
On Thu, Jun 27, 2024 at 03:12:47PM +0200, Baptiste Daroussin wrote: > On Thu 27 Jun 05:29, David Wolfskill wrote: > > ... > > But my secondary laptop choked on ncurses while running > > main-n270474-d2f1f71ec8c6, first after updating sources to > > main-n270948-8521ea13

Build issue with ncurses?

2024-06-27 Thread David Wolfskill
I normally track FreeBSD daily, but was away from home for the first coule of weeks of June, and am trying to get back into my usual update cadence. My (headless) build machine had no trouble updating: main-n270474-d2f1f71ec8c6 (30 May) -> main-n270948-8521ea135f5b (25 June) main-n270948-8521ea13

Re: main cadd2ca217 doesn't boot

2024-05-26 Thread David Wolfskill
On Sun, May 26, 2024 at 09:29:08AM +0200, Bojan Novković wrote: > Hi, > > da76d349b6b1 replaced a UMA-related symbol but missed three instances where > the old one was used, ultimately causing the wrong UMA page allocator to get > selected and crashing the machine. > > I tested this patch as a pa

Re: Panic: lock "lnxspin" 0xfffff800176c0730 already initialized

2024-05-17 Thread David Wolfskill
On Fri, May 17, 2024 at 08:00:05AM +0200, Emmanuel Vadot wrote: > ... > Indeed, even if I know that I tested with GENERIC and amdgpu I think > that I've only tested GENERIC-NODEBUG with i915kms. > Anyway, I've pushed both patches now. Sorry for the breakage. > > Cheers, > Success: g1-70(

Panic: lock "lnxspin" 0xfffff800176c0730 already initialized

2024-05-16 Thread David Wolfskill
This is running main-n270174-abb1a1340e3f (built in-place from main-n270163-154ad8e0f88f), with ports at main-n663685-3f732745ab06; the ports-resident kernel modules were rebuilt with the kernel, courtesy (e.g.): g1-70(14.1-S)[4] grep '^PORT' /etc/src.conf PORTS_MODULES+=graphics/drm-61-kmod And

Resolved: Panic after update main-n269202-4e7aa03b7076 -> n269230-f6f67f58c19d

2024-04-10 Thread David Wolfskill
After the update to main-n269261-1e6db7be6921, head built & booted OK. FreeBSD 15.0-CURRENT #45 main-n269261-1e6db7be6921: Wed Apr 10 11:11:50 UTC 2024 r...@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1500018 1500018 Peace, david -- David H. Wolfskill

Re: Panic after update main-n269202-4e7aa03b7076 -> n269230-f6f67f58c19d

2024-04-09 Thread David Wolfskill
On Tue, Apr 09, 2024 at 09:18:49AM -0700, Gleb Smirnoff wrote: > ... > D> db> > > This should be fixed by just pushed e205fd318a296ffdb7392486cdcec7f660fcffcf. Thanks! :-) > Sorry for that! > Glad it's idenitfied & addressed. [Sorry for delay; commute this morning was a bit more turbulen

Panic after update main-n269202-4e7aa03b7076 -> n269230-f6f67f58c19d

2024-04-09 Thread David Wolfskill
Machine had been running: FreeBSD 15.0-CURRENT #43 main-n269202-4e7aa03b7076: Mon Apr 8 11:19:58 UTC 2024 r...@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1500018 1500018 This was an in-place source update, after updating sources to main-n269230-f6f67f58c

Re: Multi cons support has disappeared (on Alder Lake) was: Alt+Fn isn't functional. Has this been removed?

2024-04-02 Thread David Wolfskill
On Mon, Apr 01, 2024 at 10:51:10PM -0700, Kevin Oberman wrote: > > I have a T16 and ran into that issue. It may be that BIOS changes have > broken things, but I found that, by default, the F keys control volume, > screen brightness, and many other things. I can use Fn+F[1-12] to perform > trad

Re: Request for Testing: TCP RACK

2024-03-18 Thread David Wolfskill
On Mon, Mar 18, 2024 at 07:26:10AM -0500, Mike Karels wrote: > ... > >> It would be so nice that we can have a sysctl tunnable for this patch > >> so we could do more tests without recompiling kernel. > > Thanks for testing! > > > > @gallatin: can you come up with a patch that is acceptable for Net

Re: 'poweroff' seems to (only) halt as of main-n267841-0b3f9e435f2b

2024-02-06 Thread David Wolfskill
[Closing the loop on this -- dhw] On Tue, Jan 30, 2024 at 06:49:32AM -0800, David Wolfskill wrote: > The machines where I track head (& stable/14) daily get powered off once > they have finished their work for the day; this is done via "poweroff". > ... > | > | Th

Re: 'poweroff' seems to (only) halt as of main-n267841-0b3f9e435f2b

2024-01-31 Thread David Wolfskill
On Wed, Jan 31, 2024 at 07:53:07AM -0600, Mike Karels wrote: > On 31 Jan 2024, at 7:18, Olivier Cochard-Labbé wrote: > ... > > Same problem here. > > I would check 9cdf326b4faef97f0d3314b5dd693308ac494d48, it changed > shutdown ordering. > Yes; I have been corresponding with Andriy, and hav

Re: 'poweroff' seems to (only) halt as of main-n267841-0b3f9e435f2b

2024-01-30 Thread David Wolfskill
On Tue, Jan 30, 2024 at 03:49:54PM +, Gary Jennejohn wrote: > ... > I use 'shutdown -p now' and it's never failed to power down my computers. > I could say the same about "poweroff", up to the main-n267808-197944948e62 -> main-n267841-0b3f9e435f2b transition. And I probably wouldn't have

Re: 'poweroff' seems to (only) halt as of main-n267841-0b3f9e435f2b

2024-01-30 Thread David Wolfskill
On Tue, Jan 30, 2024 at 03:56:16PM +0100, Tomek CEDRO wrote: > On Tue, Jan 30, 2024 at 3:49 PM David Wolfskill wrote: > > The machines where I track head (& stable/14) daily get powered off once > > they have finished their work for the day; this is done via "poweroff&q

'poweroff' seems to (only) halt as of main-n267841-0b3f9e435f2b

2024-01-30 Thread David Wolfskill
The machines where I track head (& stable/14) daily get powered off once they have finished their work for the day; this is done via "poweroff". I noticed (this morning) that one of them never actually powered off yesterday. After today's exercises (including the reboot & subsequent poweroff), I

Re: Problem building world on current

2023-12-28 Thread David Wolfskill
On Thu, Dec 28, 2023 at 04:05:49PM +0100, Santiago Martinez wrote: > Hi Everyone, I'm having issues building world from current (just now). > > Same header missing on multiple parts. > > Best regards. > > Santiago > It might be useful to know: * What you are running at the time; * what the

Re: kernel: psm: keyboard controller failed at git revision 3334a537ed38

2023-12-27 Thread David Wolfskill
On Wed, Dec 27, 2023 at 11:44:37PM +0300, Ruslan Makhmatkhanov wrote: >Hello, >I updated my tree to revision 3334a537ed38, made buildworld and kernel >as usual. > >Booting with new kernel leads to keyboard not working at system login >prompt and the message "kernel: psm: keybo

Re: [resolved] After update to main-n266611-49a83b94395a: panic: bus_generic_rman_activate_resource

2023-11-25 Thread David Wolfskill
On Sun, Nov 26, 2023 at 04:36:33AM +0900, Tomoaki AOKI wrote: > Hi. > > Not tested, but does upgrading to commit ed88eef140a1 [1] and later > help? (I'm still at commit 5d4f897f88ed on main.) > > [1] > https://cgit.freebsd.org/src/commit/?id=ed88eef140a1c3d57d546f409c216806dd3da809 > > Regards.

Re: After update to main-n266611-49a83b94395a: panic: bus_generic_rman_activate_resource

2023-11-25 Thread David Wolfskill
On Sun, Nov 26, 2023 at 04:36:33AM +0900, Tomoaki AOKI wrote: > Hi. > > Not tested, but does upgrading to commit ed88eef140a1 [1] and later > help? (I'm still at commit 5d4f897f88ed on main.) > > [1] > https://cgit.freebsd.org/src/commit/?id=ed88eef140a1c3d57d546f409c216806dd3da809 > > Regards.

After update to main-n266611-49a83b94395a: panic: bus_generic_rman_activate_resource

2023-11-25 Thread David Wolfskill
After I saw this with both my headless "build machine" and a laptop (and verified that there were no more recent commits to main), I figured it might be worth reporting. This was after a source update from: FreeBSD 15.0-CURRENT #473 main-n266588-2a35f3cdf63d-dirty: Fri Nov 24 13:11:48 UTC 2023

"make installworld" fails for main-n265819-af5e348c61da

2023-10-09 Thread David Wolfskill
This is for an in-place source update; machine is currently running: freebeast(15.0-C)[15] uname -aUK FreeBSD freebeast.catwhisker.org 15.0-CURRENT FreeBSD 15.0-CURRENT #427 main-n265811-38ecc80b2a4e: Sun Oct 8 17:42:28 UTC 2023 r...@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd

Re: problems on new -current install with pkg/ssl

2023-07-09 Thread David Wolfskill
On Sun, Jul 09, 2023 at 05:17:38PM +0100, void wrote: > Hi, > > On a fresh 14-current install (main-n263444-653738e895ba) I try to use pkg > for anything and this error > happens: > > # pkg install doas > The package management tool is not yet installed on your system. > Do you want to fetch and

Re: debug.verbose_sysinit=1

2023-06-25 Thread David Wolfskill
On Sun, Jun 25, 2023 at 09:20:40PM +0100, Graham Perrin wrote: > When debug.verbose_sysinit=1 is set in loader.conf(5), is normal to _not_ > have BOOT and copyright messages? It's normal (in that situation) to require a higher value in kern.msgbufsize if you want the entire dmesg output saved in /

Re: Build failure for radlib.o during main-n263767-764464af4968 -> main-n263782-59833b089e78 src update

2023-06-24 Thread David Wolfskill
On Sat, Jun 24, 2023 at 09:09:00AM -0700, David Wolfskill wrote: > On Sat, Jun 24, 2023 at 10:39:57AM -0400, Ed Maste wrote: > > ... > > > : "OPENSSL_API_COMPAT expresses an impossible API compatibility level" > > > # error "OPENSSL_API_COMPAT

Re: Build failure for radlib.o during main-n263767-764464af4968 -> main-n263782-59833b089e78 src update

2023-06-24 Thread David Wolfskill
On Sat, Jun 24, 2023 at 10:39:57AM -0400, Ed Maste wrote: > ... > > : "OPENSSL_API_COMPAT expresses an impossible API compatibility level" > > # error "OPENSSL_API_COMPAT expresses an impossible API compatibility > > level" > >^ > > This could be a dependency issue; would you check if removi

Build failure for radlib.o during main-n263767-764464af4968 -> main-n263782-59833b089e78 src update

2023-06-24 Thread David Wolfskill
Running: FreeBSD freebeast.catwhisker.org 14.0-CURRENT FreeBSD 14.0-CURRENT #405 main-n263767-764464af4968: Fri Jun 23 11:42:14 UTC 2023 r...@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1400091 1400091 after updating sources to main-n263782-59833b089e78, th

Build failure in usr.sbin/bhyvectl; sources at main-n263112-ad513b4dba3e

2023-05-24 Thread David Wolfskill
This is from an in-place source update from main-n263073-634a770a5e16 to main-n263112-ad513b4dba3e: ... Building /common/S4/obj/usr/src/amd64.amd64/lib/libc/tests/stdio/scanf_test Building /common/S4/obj/usr/src/amd64.amd64/usr.bin/ncurses/dump_entry.o Building /common/S4/obj/usr/src/amd64.amd64/

Re: Buildworld failure at main-n261978-44312c28fe2d in /usr/src/usr.sbin/bhyve

2023-04-04 Thread David Wolfskill
Resolved by 76fa62b5232e67ef10476cf1329aaceb9cbc2ff5; ref. https://cgit.freebsd.org/src/commit/?id=76fa62b5232e67ef10476cf1329aaceb9cbc2ff5 Peace, david -- David H. Wolfskill da...@catwhisker.org Putin claimed he wanted to avoid expansion of NATO. See how well THAT

Buildworld failure at main-n261978-44312c28fe2d in /usr/src/usr.sbin/bhyve

2023-04-04 Thread David Wolfskill
Running: freebeast(14.0-C)[4] uname -aUK FreeBSD freebeast.catwhisker.org 14.0-CURRENT FreeBSD 14.0-CURRENT #328 main-n261961-7ae0972c7b8c: Mon Apr 3 11:41:40 UTC 2023 r...@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1400085 1400085 in meta mode after upd

Re: Build failure: main-n259988-48dc9150ac36 -> main-n260011-40bb52c89b87

2023-01-12 Thread David Wolfskill
On Wed, Jan 11, 2023 at 07:12:46AM -0700, Warner Losh wrote: > looks like we may need another 'unclean' workaround for this? > > Warner > > On Wed, Jan 11, 2023 at 6:32 AM Gary Jennejohn wrote: > ... > > I had this problem also. After deleting obj/usr the buildworld succeeded. > > > Empi

Build failure: main-n259988-48dc9150ac36 -> main-n260011-40bb52c89b87

2023-01-11 Thread David Wolfskill
Running: FreeBSD freebeast.catwhisker.org 14.0-CURRENT FreeBSD 14.0-CURRENT #275 main-n259988-48dc9150ac36: Tue Jan 10 12:20:47 UTC 2023 r...@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 and performing an in-place source update to main-n260011-40bb52c89b87 u

Re: cant login after make installworld: pam_opie.so.6 not found

2023-01-03 Thread David Wolfskill
On Tue, Jan 03, 2023 at 09:39:31PM +, Ivan Quitschal wrote: > ... > I am having a problem here after doing a: > make installworld > and > make delete-old-libs > > now I cant login (only thru single user) > looks like the "make delete-old-libs" has deleted that lib pam_opie.so.6 and > now I c

Build error in FreeBSD head, main-n259058-105019e0d6c -> main-n259061-b1258b76435

2022-11-06 Thread David Wolfskill
And the only commit after main-n259061-b1258b76435 so far is 004bb636ca65f3239da284c20abb7f9d1d953dee, which claims: | tcp: Move sysctl OIDs related to ECN to tcp_ecn. | Keep all ECN related code in (mostly) one place. | | No functional change. I'm seeing: ... building shared library libBIG5.so

Re: Problem with NVIDIA drivers 390 and 470 on current

2022-09-25 Thread David Wolfskill
On Sun, Sep 25, 2022 at 11:30:07PM -0300, Nilton Jose Rizzo wrote: > Hi all, > > I'm updated my box to last 14-current today and I get error on ports > compialtion. > Please see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266561 Peace, david -- David H. Wolfskill

Re: Good practices with bectl

2022-09-21 Thread David Wolfskill
On Wed, Sep 21, 2022 at 11:27:06AM +0200, Alexander Leidinger wrote: > ... > make DESTDIR=${BASEDIR} -DBATCH_DELETE_OLD_FILES delete-old delete-old-libs > > Usually I replace the delete-old-libs with check-old, as I don't want > to blindly delete them (some ports may depend on them... at least

panic after update from main-n258027-c9baa974717a to main-n258075-5b5b7e2ca2fa

2022-09-17 Thread David Wolfskill
Not reproducible on reboot; only happened on one machine (main laptop) out of 3 that I updated this morning. No dump. :-/ A screenshot, a copy of the full dmesg.boot from the immediately-following successful (verbose) boot, and a copy of the uname output: FreeBSD 14.0-CURRENT #589 main-n258075-5

Re: A kernel crash after compiling a fresh kernel

2022-06-08 Thread David Wolfskill
On Wed, Jun 08, 2022 at 08:50:28AM +0200, Hans Petter Selasky wrote: > Hi, > > Does this patch fix your issue? > > --HPS > (As you noted later, that patch had been committed to head by the time I got around to checking, as: commit ce2525c8108a830d08d75771621d1bc580edd82c (HEAD -> main, ori

Re: A kernel crash after compiling a fresh kernel

2022-06-07 Thread David Wolfskill
On Tue, Jun 07, 2022 at 09:37:52PM -0400, Oleg Lelchuk wrote: > The 14-CURRENT running a fresh kernel crashes with these messages: > > __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55 > 55 __asm("movq %%gs:%P1,%0" : "=r" (td) : "n" (offsetof(struct > pcpu, >

Re: Loader can't find /boot/ua/loader.lua on UFS after main-n255828-18054d0220c

2022-06-06 Thread David Wolfskill
On Mon, Jun 06, 2022 at 09:46:21AM +, Filippo Moretti wrote: > > Is it now safe to attempt updating current with UFS?SincerelyFilippo > Yes. Kirk committed a fix: commit bc218d89200faa021def77732f3d9fde4f4dee13 Author: Kirk McKusick Date: Tue May 31 19:55:54 2022 -0700 Two bug

Re: Loader can't find /boot/ua/loader.lua on UFS after main-n255828-18054d0220c

2022-05-30 Thread David Wolfskill
On Mon, May 30, 2022 at 08:06:32AM -0600, Warner Losh wrote: > ... > > On Mon, May 30, 2022 at 08:40:10AM +0300, Toomas Soome wrote: > > > ... > > > Does loader_4th have same issue? > > > > > > > I don't know; I hadn't tried it. I will do so later today & report > > back. > > > > So if it's

Re: Loader can't find /boot/ua/loader.lua on UFS after main-n255828-18054d0220c

2022-05-30 Thread David Wolfskill
On Mon, May 30, 2022 at 05:16:57AM -0700, Alastair Hogge wrote: > ... > I have not been able to use a new /boot/loader.efi (following -CURRENT) > since > mid to late 2021, and your symptoms look the same; fortunately, I found > bug > report 264282[0] last night, which I think is related. Yamagi h

Re: Loader can't find /boot/ua/loader.lua on UFS after main-n255828-18054d0220c

2022-05-30 Thread David Wolfskill
On Mon, May 30, 2022 at 05:16:57AM -0700, Alastair Hogge wrote: > ... > I have not been able to use a new /boot/loader.efi (following -CURRENT) > since > mid to late 2021, and your symptoms look the same; fortunately, I found > bug > report 264282[0] last night, which I think is related. Yamagi h

Re: Loader can't find /boot/ua/loader.lua on UFS after main-n255828-18054d0220c

2022-05-30 Thread David Wolfskill
On Mon, May 30, 2022 at 03:26:45AM -0700, David Wolfskill wrote: > On Mon, May 30, 2022 at 08:40:10AM +0300, Toomas Soome wrote: > > ... > > Does loader_4th have same issue? > > > > I don't know; I hadn't tried it. I will do so later today & repo

Re: Loader can't find /boot/ua/loader.lua on UFS after main-n255828-18054d0220c

2022-05-30 Thread David Wolfskill
On Mon, May 30, 2022 at 08:40:10AM +0300, Toomas Soome wrote: > ... > Does loader_4th have same issue? > I don't know; I hadn't tried it. I will do so later today & report back. Thanks! Peace, david -- David H. Wolfskill da...@catwhisker.org "Putin is a paran

Re: Loader can't find /boot/ua/loader.lua on UFS after main-n255828-18054d0220c

2022-05-29 Thread David Wolfskill
On Sun, May 29, 2022 at 06:59:34PM -0600, Warner Losh wrote: > Sorry for top posting... > > Did you upgrade your boot blocks? Thanks for the reply! Hmmm Well, every time I rebuild FreeBSD head, the last step just after "make installworld" and before the reboot is: # gpart bootcode -b /boot

Loader can't find /boot/ua/loader.lua on UFS after main-n255828-18054d0220c

2022-05-29 Thread David Wolfskill
-- but only on one machine (of the 3 that I use for daily tracking head (and stable/12 & stable/13) -- the build machine ("freebeast"). Each is amd64, using ... venerable ... BIOS/MBR & UFS -- stuff that has generally been functionally stable for the last couple of decades. So for yesterday and t

Re: pciconf -lbvV crashes kernel main-8d72c409c

2022-02-05 Thread David Wolfskill
On Sun, Feb 06, 2022 at 12:19:59AM +, Michael Jung wrote: > Dump header from device: /dev/ada0p2 > Architecture: amd64 > Architecture Version: 2 > As a reality check, I just tried the "pciconf -lbvV" command on my newer laptop, which was running: FreeBSD g1-48.catwhisker.org 14.0-CUR

Re: panic main-n252563-eb815a741940: Bad tailq NEXT(0xfffffe001d7a3ad8->tqh_last) != NULL

2022-01-21 Thread David Wolfskill
On Fri, Jan 21, 2022 at 04:32:56AM -0800, David Wolfskill wrote: > This is for main-n252563-eb815a741940, after an update from yesterday's > main-n252546-e0282802a6ec: > > FreeBSD 14.0-CURRENT #401 main-n252546-e0282802a6ec: Thu Jan 20 04:15:42 PST > 2022 > r...@g1-51

panic main-n252563-eb815a741940: Bad tailq NEXT(0xfffffe001d7a3ad8->tqh_last) != NULL

2022-01-21 Thread David Wolfskill
This is for main-n252563-eb815a741940, after an update from yesterday's main-n252546-e0282802a6ec: FreeBSD 14.0-CURRENT #401 main-n252546-e0282802a6ec: Thu Jan 20 04:15:42 PST 2022 r...@g1-51.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/CANARY amd64 1400048 1400048 Screenshots (f

Re: latest current fails to boot.

2021-09-22 Thread David Wolfskill
On Wed, Sep 22, 2021 at 02:39:37PM +0200, Johan Hendriks wrote: > I did a git pull this morning and it fails to boot. > I hangs at Setting hostid : 0x917bf354 > > This is a vm running on vmware. > If i boot the old kernel from yesterday it boots normally. > > uname -a > FreeBSD varnish-cdn-node03

Re: wlan0 no longer functional after n249128-a0c64a443e4c -> n249146-cb5c07649aa0

2021-09-07 Thread David Wolfskill
On Tue, Sep 07, 2021 at 10:13:23AM +0200, Jakob Alvermark wrote: > ... > wlan0 does not associate after boot. (This is with iwm, AC 9260) > > My workaround is simply 'ifconfig wlan0 up'. > > After a few seconds wpa_supplicant associates and another few secods > later I have a DHCP IP address. >

Re: wlan0 no longer functional after n249128-a0c64a443e4c -> n249146-cb5c07649aa0

2021-09-05 Thread David Wolfskill
On Sun, Sep 05, 2021 at 02:22:58PM +0100, Graham Perrin wrote: > > > … I note that the subject update also included updates to > > contrib/wpa/wpa_supplicant, as well as some files in sys/net80211, > > but I have not started chasing that down. … > > Can you share relevant lines from your /boo

wlan0 no longer functional after n249128-a0c64a443e4c -> n249146-cb5c07649aa0

2021-09-05 Thread David Wolfskill
Sorry I hadn't noticed this yesterday (so I could have repported it then), but after updating the "head" slice of my laptopp from: FreeBSD g1-51.catwhisker.org 14.0-CURRENT FreeBSD 14.0-CURRENT #340 main-n249128-a0c64a443e4c: Fri Sep 3 04:06:12 PDT 2021 r...@g1-55.catwhisker.org:/common/S4/

Re: Encrypted swap partition no longer encrypted

2021-08-27 Thread David Wolfskill
On Fri, Aug 27, 2021 at 11:10:26AM +0200, Ronald Klop wrote: > Hi, > > For encrypted swap you can put ".eli" behind the device name in fstab. > > So change "/dev/ada0p2" to "/dev/ada0p2.eli" in the new fstab and reboot. > NB: after encryption is enabled the device is not available as dumpdev > a

Re: Panic with no keyboard after update to main-n248404-60fb9e10c74c

2021-08-01 Thread David Wolfskill
On Sun, Aug 01, 2021 at 05:03:32PM +0300, Konstantin Belousov wrote: > On Sun, Aug 01, 2021 at 06:01:56AM -0700, David Wolfskill wrote: > > Once I was able to complete the "make installworld" after updating > > from main-n248391-f7f76c200a8c to main-n248404-60fb9e10c74c,

Panic with no keyboard after update to main-n248404-60fb9e10c74c

2021-08-01 Thread David Wolfskill
Once I was able to complete the "make installworld" after updating from main-n248391-f7f76c200a8c to main-n248404-60fb9e10c74c, the subsequent reboot yielded a panic with the keyboard inoperable. I needed to power-cycle the laptop to get it to respond; once I did, I tried requesting that the loade

Re: git: 99feb137f5f6 - main - `make buildworld' with time logging for each stage

2021-08-01 Thread David Wolfskill
On Sun, Aug 01, 2021 at 02:35:22PM +0200, Wolfram Schneider wrote: > Hi David, > > Thanks for the investigation. I will prepare a fix soon. Cool; thanks. That said, the actual reboot got a panic with the keyboard inoperable, so there are likely other issues. I'll try to get some information on

Re: git: 99feb137f5f6 - main - `make buildworld' with time logging for each stage

2021-08-01 Thread David Wolfskill
I believe that src/Makefile.inc1 needs a tweak to add "time" to the list of "Required install tools to be saved in a scratch dir for safety" -- something like: diff --git a/Makefile.inc1 b/Makefile.inc1 index 3d54a088d070..213b32a97ed3 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1300,7 +130

Re: Wake from sleep with nvidia-modeset

2021-07-29 Thread David Wolfskill
On Thu, Jul 29, 2021 at 06:15:19PM +0100, Graham Perrin wrote: > nvidia-driver-460.84 from ports, nvidia-modeset, NVIDIA Quadro K1100M > (GK107GLM), HP ZBook 17 G2, KDE Plasma. > > > > An initial wake from sleep was almost entirely successful, one ex

wpa_supplicant: SIGBUS after main-n247052-d40cd26a86a7 -> main-n247092-ec7b47fc81b2

2021-06-01 Thread David Wolfskill
Reading symbols from /usr/obj/usr/src/amd64.amd64/usr.sbin/wpa/wpa_supplicant/wpa_supplicant... (No debugging symbols found in /usr/obj/usr/src/amd64.amd64/usr.sbin/wpa/wpa_supplicant/wpa_supplicant) [New LWP 100168] Core was generated by `/usr/sbin/wpa_supplicant -s -B -i wlan0 -c /etc/wpa_supp

Re: Build fails with Filesize limit exceeded

2021-05-28 Thread David Wolfskill
On Fri, May 28, 2021 at 01:11:06PM +0200, Jakob Alvermark wrote: > Hi, > > > Building -current fails like this: > > --- kerberos5/lib/libasn1__L --- > Building > /usr/obj/usr/src/amd64.amd64/kerberos5/lib/libasn1/asn1_kx509_asn1.x > Building > /usr/obj/usr/src/amd64.amd64/kerberos5/lib/libasn1

panic: device_unbusy: called for non-busy device iichid0

2021-05-27 Thread David Wolfskill
This was on the new(er) laptop with which I have been experimenting; it uses iichid to controll/access the built-in mouse/touchpad. The machine was running: FreeBSD g1-48.catwhisker.org 14.0-CURRENT FreeBSD 14.0-CURRENT #252 main-n246951-38e7025a60b2: Wed May 26 04:56:25 PDT 2021 r...@g1-48

Build fail updating from n246398-388c0cde1029 -> n246413-c78ad207baed

2021-05-01 Thread David Wolfskill
Per the ERROR_META_FILE: # Meta data file /common/S4/obj/usr/src/amd64.amd64/sbin/sysctl/sysctl.o.meta CMD cc -target x86_64-unknown-freebsd14.0 --sysroot=/common/S4/obj/usr/src/amd64.amd64/tmp -B/common/S4/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-common -fPIE -std=gnu99 -Wno-forma

Re: DHCP no longer working for em(4)

2021-04-27 Thread David Wolfskill
On Tue, Apr 27, 2021 at 12:19:32PM +0100, Graham Perrin wrote: > DHCP recently stopped working for em0. > > HP EliteBook 8570p, recently probed: > > > Any ideas? > > For what its worth, the problem _might_ have begun after a package > upgrade routin

"etcupdate -p" vs. $OLDTREE?

2021-04-23 Thread David Wolfskill
After the set of updates to etcupdate (main-n246232-0611aec3cf3a .. main-n246235-ba30215ae0ef), I find that "etcupdate -B -p" is working as expected, but after the following "make installworld", a subsequent "etcupdate -B" chugs along for a bit, then stops, whining: No previous tree to compare aga

Re: Problem building x11/nvidia-driver; ref. n245494-6827435548d2

2021-03-17 Thread David Wolfskill
On Wed, Mar 17, 2021 at 02:11:48PM +0100, Gary Jennejohn wrote: > ... > Well, I have obj under my home directory and do all my builds as a > normal user rather than as root. I suspect that's why it always fails > for me. Root owns /usr/src and /usr/ports. Hmm... I won't claim a causal relationsh

Re: Problem building x11/nvidia-driver; ref. n245494-6827435548d2

2021-03-17 Thread David Wolfskill
On Wed, Mar 17, 2021 at 01:18:37PM +0100, Gary Jennejohn wrote: > On Wed, 17 Mar 2021 05:08:50 -0700 > David Wolfskill wrote: > ... > > Indeed, it appears that the n245494-6827435548d2 change was intended to > > fix the issue that I am now just seeing. > > ... >

Problem building x11/nvidia-driver; ref. n245494-6827435548d2

2021-03-17 Thread David Wolfskill
My laptop is currently running main-n245489-15b82e00a164; after updating sources to n245498-096a84721670, I am performing a source-based update. A simialr update on my build machine (which is headless, and thus does not use anything related to X11) was successful. The laptop is set up to rebuild

Re: Recent if_wg work: Should DIAGNOSTIC imply KASSERT is available?

2021-03-15 Thread David Wolfskill
On Mon, Mar 15, 2021 at 07:36:51AM -0500, Kyle Evans wrote: > On Mon, Mar 15, 2021 at 6:20 AM David Wolfskill wrote: > ... > > So: Is DIAGNOSTIC intended to necessarily imply that KASSERT is > > available for use? > > > > This is fixed in ff92a03616c5, thanks f

Recent if_wg work: Should DIAGNOSTIC imply KASSERT is available?

2021-03-15 Thread David Wolfskill
For my laptop, the kernel config includes GENERIC, does not have options INVARIANTS but does have options DIAGNOSTIC which has not been a problem until today. In src/sys/dev/if_wg/wg_noise.c, as of main-n245465-16b2290447de, I see: ... 778 static void 779 noise_kdf(uint8

Re: Asus E45M1-M PRO (panic: malloc(M_WAITOK) with sleeping prohibited)

2021-03-11 Thread David Wolfskill
On Thu, Mar 11, 2021 at 07:57:36PM -0800, Alastair Hogge wrote: > Turns out, EFI boot stopped working. The following boots but fails with > ... > umass0: SCSI over Bulk-Only; quirks = 0x4001 > umass0:6:0: Attached to scbus6 > Root mount waiting for: usbus5 CAM > panic: malloc(M_WAITOK) with sleep

Re: "panic: malloc(M_WAITOK) with sleeping prohibited" at main-n245363-b3dac3913dc9

2021-03-10 Thread David Wolfskill
On Wed, Mar 10, 2021 at 08:25:00AM -0700, Warner Losh wrote: > ... > > Also (as yesterday), neither laptop exhibited a problem after the > > corresponding update. > > > > Yes it "works" without invariants. I'm working on a better fix that isn't > such a huge game of whack-a-mole that defers the as

Re: "panic: malloc(M_WAITOK) with sleeping prohibited" at main-n245363-b3dac3913dc9

2021-03-10 Thread David Wolfskill
On Tue, Mar 09, 2021 at 04:04:56PM -0700, Warner Losh wrote: > On Tue, Mar 9, 2021 at 2:46 PM David Wolfskill wrote: > ... > > uma_zalloc_debug: zone "malloc-1024"umass0 on uhub2 > > with the following non-sleepable locks held: > > umass0: on usbus0 &g

Re: "panic: malloc(M_WAITOK) with sleeping prohibited" at main-n245363-b3dac3913dc9

2021-03-09 Thread David Wolfskill
On Tue, Mar 09, 2021 at 04:04:56PM -0700, Warner Losh wrote: > ... > > The build nmachine (still?) panics: > > ... > I'm willing to "poke at it" a bit, given a hint or two... > > OK. I know what's happening here. disk_create() posts an event and also > expects to sleep to get memory. I can fix tha

Re: "panic: malloc(M_WAITOK) with sleeping prohibited" at main-n245363-b3dac3913dc9

2021-03-09 Thread David Wolfskill
On Tue, Mar 09, 2021 at 01:23:16PM -0800, David Wolfskill wrote: > On Tue, Mar 09, 2021 at 01:53:37PM -0700, Warner Losh wrote: > > ... > > The following reviews should fix this. It introduces a no-wait variant for > > disk_alloc(), provides a way to free allocated, but no

  1   2   3   4   5   6   7   8   9   10   >