Re: tail -f is broken in recent CURRENT ( afd5bc630930 Sunday Jul 6 )

2025-07-07 Thread David Wolfskill
twhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1500051 1500051 I then: freebeast(15.0-C)[5] sudo tail -F /var/log/cron and after waiting a few minutes, I was gratified to see: Jul 7 06:30:00 freebeast /usr/sbin/cron[2415]: (root) CMD (/usr/libexec/atrun) show up. Se

Re: No wifi (iwn) after main-n278149-6b96e7a57317 -> main-n278156-b2ac169802eb

2025-06-23 Thread David Wolfskill
e roaming MANUAL parent interface: iwm0 media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11a status: associated nd6 options=29 g1-124(15.0-C)[3] (I even managed to get the name of the NIC driver wrong: it's iwm(4), not iwn(4). ) Sorry for the noise.

Re: Future of jemalloc on FreeBSD after archive

2025-06-10 Thread David Chisnall
ing CHERI with mimalloc would be quite tricky. On 10 Jun 2025, at 13:47, Poul-Henning Kamp wrote: > > David Chisnall writes: > >> I've replaced jemalloc with snmalloc (to which I am a contributor) > > It looks interesting, but rather than all of us having to do our >

Re: Future of jemalloc on FreeBSD after archive

2025-06-10 Thread David Chisnall
ot that I’m biased or anything... David

Re: HEADS UP: wireless KPI and KBI and FreeBSD 15

2025-06-05 Thread David Chisnall
rticles/freebsd-releng/freebsd-releng_en.pdf David

Re: HEADS UP: wireless KPI and KBI and FreeBSD 15

2025-06-05 Thread David Chisnall
can’t usefully exist at the moment (independent of KBI changes), but it would be nice if that could be a goal for 16. David > On 4 Jun 2025, at 18:52, Bjoern A. Zeeb wrote: > > Hello, > > Cc: wireless, current, stable, desktop > > FreeBSD WiFi development has regai

Re: drm panic after new world

2025-06-02 Thread David Wolfskill
gt; Steve Maybe someone else will have a better idea, but you could: * Examine (say) https://lists.freebsd.org/archives/dev-commits-src-main/2025-February/date.html, filtering out the "replies" to find git commit hashes. * Look at https://www.catwhisker.org/~david/FreeBSD/history/fr

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

2025-05-22 Thread David Wolfskill
14.3-S)[4] uname -aUK FreeBSD g1-124.catwhisker.org 14.3-STABLE FreeBSD 14.3-STABLE #441 stable/14-n271545-2919a487021a: Thu May 22 11:39:36 UTC 2025 r...@g1-124.catwhisker.org:/common/S1/obj/usr/src/amd64.amd64/sys/CANARY amd64 1403501 1403501 Information on how I do this (though, yeah, the doc

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. >

Re: March 2025 stabilization week

2025-03-25 Thread David Wolfskill
uot;. * Monday, I had updated head to main-n276073-67c1c4dfd1cc without issue. * 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. Caveat: I don't tend to run head much longer th

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

2025-03-22 Thread David Wolfskill
he last couple of entries in https://www.catwhisker.org/~david/FreeBSD/history/laptop_uname_amd64.15.txt now show: FreeBSD 15.0-CURRENT #410 main-n275966-d2a55e6a9348: Fri Mar 14 11:39:29 UTC 2025 r...@g1-118.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/CANARY amd64 1500034 1500034 Fre

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

2025-03-21 Thread David Wolfskill
uilt/installed the kernel, then rebooted... and stuff seems to work; I get the xdm login banner Just Fine (and I can ssh into it normally). Any other testing I can do? Peace, david -- David H. Wolfskill da...@catwhisker.org I wonder why "Правда Социальная" (&q

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
he screen normally switched to "graphics" mode, it just blanked out & never displayed anything again (until I power-cycled the machine). Each laptop has an integrated Intel graphics device, and I have: PORTS_MODULES+=graphics/drm-61-kmod in /etc/src.conf to ensure that that kernel mo

Re: Empty structures have sizeof(1) in C++ now ?

2025-02-20 Thread David Chisnall
, struct {}, Embedded> embeddedStruct; // More fields maybe here }; ``` In this case, `embeddedStruct` will not add any space to the parent struct if the template parameter is `void`. David > On 20 Feb 2025, at 09:40, Poul-Henning Kamp wrote: > > Is this a bug ? > &

Re: What's the newest C++ standard that we can target?

2025-01-08 Thread David Chisnall
pile with clang 13). I believe all STABLE branches and releases now include at least 17.x, which has incomplete (but fairly good) C++23 support. David

[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
clues & report results. For additional information (such as a copy of dmesg.boot from yesterday), please see the "freebeast head" links at https://www.catwhisker.org/~david/FreeBSD/history/ Thanks! Peace, david -- David H. Wolfskill da...@catwhiske

Re: Buildworld error: [_cleanworldtmp] Error code 6

2024-10-31 Thread David Wolfskill
NERIC amd64 1500026 1500026 FreeBSD 15.0-CURRENT #16 main-n273336-d0f9b0bd19bf: Thu Oct 31 10:54:10 UTC 2024 r...@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1500026 1500026 https://www.catwhisker.org/~david/FreeBSD/history/ has additional information (as well),

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

Re: speedup build time

2024-10-27 Thread David Wolfskill
e is fairly classic "sample size of 1" -- it's not necessarily representative. Folks who are "sufficiently interested" are welcome to trawl through the logs at https://www.catwhisker.org/~david/FreeBSD/history/ to get a rough idea of how long it is before the "uname" outpu

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

2024-10-26 Thread David Wolfskill
sing PORTS_MODULES+=graphics/drm-61-kmod in /etc/src.conf. Peace, david -- David H. Wolfskill da...@catwhisker.org It has been said that history repeats itself. This is perhaps not quite correct; it merely rhymes. -- Theodor Reik See https://www.catwhisker.org/~d

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:

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

2024-10-24 Thread David Wolfskill
ter graphics/drm-61-kmod" on the system in question; that succeeded. I have copied typescripts for both the build and the portmaster invocation to https://www.catwhisker.org/~david/FreeBSD/head/n273188/. (My headless build machine -- which runs GENERIC and has no kmods from ports -- had no issues (of cour

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
letest /usr/src/contrib/googletest/googletest/samples' make[8]: 1 error Building /common/S4/obj/usr/src/amd64.amd64/share/man/man3/pthread_suspend_np.3.gz I then made copies of the ERROR_META_FILE and the build typescript (available at https://www.catwhisker.org/~david/FreeBSD/head/n273

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

2024-10-20 Thread David Wolfskill
/usr/src/amd64.amd64/tmp' LD_LIBRARY_PATH='' MACHINE='amd64' MACHINE_ARCH='amd64' MACHINE_CPUARCH='amd64' MAKEOBJDIRPREFIX='' MAKESYSPATH='/usr/src/share/mk' MAKE_VERSION='20240711' (Also had a (similar) whine about linke

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
rts under head that were built under stable/14)? Peace, david -- David H. Wolfskill da...@catwhisker.org Appeasement in 1938 did not bring peace in 1939. What would appeasement bring now? See https://www.catwhisker.org/~david/publickey.gpg for my public key. signature.asc Description: PGP signature

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

2024-10-02 Thread David Wolfskill
n272579-3ec4fbdd98f2 "-j14"; failed main-n272579-3ec4fbdd98f2 main-n272601-b35f0aa4952c "-j14"; failed main-n272579-3ec4fbdd98f2 main-n272615-f5a04b16b189 "-j 14"; OK main-n272579-3ec4fbdd98f2 main-n272615-f5a04b16b189 Also: I have been running

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

2024-10-02 Thread David Wolfskill
e such a reference in the unstripped executable I had lying about.) Anyway: just in case there's someone else out there encountering the above, this may shed a bit of light. Peace, david -- David H. Wolfskill da...@catwhisker.org Appeasement in 1938 did

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

2024-07-18 Thread David Wolfskill
amd64.amd64/cddl/usr.sbin/zdb/zdb.full.meta' .MAKE.LEVEL='5' MAKEFILE='' ... I have attached a copy of the referenced ERROR_META_FILE. Peace, david -- David H. Wolfskill da...@catwhisker.org See https://www.catwhisker.org/~david/publickey

Please can we do something about programmatic interfaces to ZFS?

2024-07-01 Thread David Chisnall
caused the breakage. David

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
JDK=TRUE WITHOUT_RUNTIME_CPUDETECTION= YES WITHOUT_CJK=YES NO_SUID_XSERVER=YES INSTALL_AS_NCFTP=yes OPTIONS_SET=OPTIMIZED_CFLAGS FORCE_PKG_REGISTER=YES PKG_NOCOMPRESS=1 SENDMAIL_MC=/etc/mail/laptop.mc .if ${.CURDIR:M*/graphics/drm-*kmod} DISABLE_CONFLICTS= YES .endif ===

Is anyone using libzfs_core on 15-CURRENT?

2024-06-19 Thread David Chisnall
done anything wrong, but stepping through the libzfs_core bits in a debugger, everything looks correct up to the ioctl call. David

Re: main cadd2ca217 doesn't boot

2024-05-26 Thread David Wolfskill
n with Yet Another Chromium Rebuild on behalf of production machines that are due to be updated once that completes.) Thanks! Peace, david -- David H. Wolfskill da...@catwhisker.org I will not be voting for a "unified reich" in the US. See https://www.catwhisker.o

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

2024-05-17 Thread David Wolfskill
ers, > Success: g1-70(15.0-C)[1] uname -aUK FreeBSD g1-70.catwhisker.org 15.0-CURRENT FreeBSD 15.0-CURRENT #147 main-n270199-cd3681011001: Fri May 17 11:10:47 UTC 2024 r...@g1-70.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/CANARY amd64 1500018 1500018 Thank you! :-) Peac

Panic: lock "lnxspin" 0xfffff800176c0730 already initialized

2024-05-16 Thread David Wolfskill
tos of the backtraces are at https://www.catwhisker.org/~david/FreeBSD/head/n270174/ as are copies of the build typescripts. Unfortunately, the panic message itself had (just) scrolled off the top at the time I took the photos, but I hand-typed it (from the M4800) in the Subject. Peace,

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. Wolfs

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

2024-04-09 Thread David Wolfskill
mmute this morning was a bit more turbulent than usual.] Peace, david -- David H. Wolfskill da...@catwhisker.org Alexey Navalny was a courageous man; Putin has made him a martyr. See https://www.catwhisker.org/~david/publickey.gpg for my public key. signature.asc Description: PGP signature

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

2024-04-09 Thread David Wolfskill
irefox to build, so they won't be testing CURRENT/head for a while, yet. Peace, david -- David H. Wolfskill da...@catwhisker.org Alexey Navalny was a courageous man; Putin has made him a martyr. See https://www.catwhisker.org/~david/publickey.gpg for my public

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
lize x11/xbindkeys (at least, within an X11 environment). > Peace, david -- David H. Wolfskill da...@catwhisker.org Alexey Navalny was a courageous man; Putin has made him a martyr. See https://www.catwhisker.org/~david/publickey.gpg for my public key. signature.asc Description: PGP signature

Re: Request for Testing: TCP RACK

2024-03-18 Thread David Wolfskill
me risk of over-{complicat,engineer}ing things), perhaps sysctl/tunable for high- and low-water marks? Peace, david (who is quite unlikely to be writing the code, so "grain of salt") -- David H. Wolfskill da...@catwhisker.org Alexey Navalny was a courageous

Re: sanitizers broken (was RE: libc/libsys split coming soon)

2024-02-22 Thread David Chisnall
ted malloc wrappers) do. David

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: libc/libsys split coming soon

2024-02-03 Thread David Chisnall
e equivalent ld-linux.so path? David

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

2024-01-31 Thread David Wolfskill
ponding with Andriy, and have confirmed that backing out that change restores the previous behavior. He's looking at some additional things, but he can speak to that. Peace, david -- David H. Wolfskill da...@catwhisker.org Do these ends really ju

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

2024-01-30 Thread David Wolfskill
(&shuttime); goto poweroff; (So I believe we are referring to the same code paths, whether by "shutdown -p now" or "poweroff".) Peace, david -- David H. Wolfskill da...@catwhisker.org Do these ends really justify those means? See https://www.catwhisker.org/~david/publickey.gpg for my public key. signature.asc Description: PGP signature

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
so I will look further into that as time permits. Peace, david -- David H. Wolfskill da...@catwhisker.org Do these ends really justify those means? See https://www.catwhisker.org/~david/publickey.gpg for my public key. signature.asc Description: PGP signature

Re: How to upgrade an EOL FreeBSD release or how to make it working again

2024-01-15 Thread David Chisnall
did a full package build, but I would guess that you could do a single package build (all ports) for about $50 on a cloud VM, more (2-3x) if it’s emulated. Storing the results for a small number of users will cost around $10-20/month. If you think this is an important thing to do, then you are absolutely welcome to spend your own money on doing it. David

Re: Move u2f-devd into base?

2024-01-08 Thread David Chisnall
certainly make Colin happier about his workload. David

Re: Problem building world on current

2023-12-28 Thread David Wolfskill
RIC amd64 158 158 FreeBSD 15.0-CURRENT #24 main-n267279-789480702e49: Thu Dec 28 12:18:34 UTC 2023 r...@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 158 158 (in my case, using make's META_MODE). More details at https://www.catwhisker.org

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

2023-12-27 Thread David Wolfskill
interesting" than one might expect. (Gory details of updating process & history at https://www.catwhisker.org/~david/FreeBSD/upgrade.html and https://www.catwhisker.org/~david/FreeBSD/history/, respectively.) Peace, david -- David H. Wolfskill da...@catwhisker.org Do

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

2023-11-25 Thread David Wolfskill
ov 25 20:04:25 UTC 2023 r...@g1-48.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/CANARY amd64 154 154 Peace, david -- David H. Wolfskill da...@catwhisker.org The notion that anyone would perceive a need to "make neo-Nazis look bad" is about

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

2023-11-25 Thread David Wolfskill
16806dd3da809 > > Regards. > Thanks! That does look as if it addresses the problem, so I will try it (& reoprt to the list). Peace, david -- David H. Wolfskill da...@catwhisker.org The notion that anyone would perceive a need to "make neo-Nazi

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

2023-11-25 Thread David Wolfskill
'm happy to do that, but I'll need clues as to what to do. If I can get a dump, I'm happy to make it available (but I'll hold off on trying that for now, as I expect the attempt could disturb evidence). Information about the machine(s) & update history may be found at http

"make installworld" fails for main-n265819-af5e348c61da

2023-10-09 Thread David Wolfskill
n, it then issued: mkdir -p /usr/share/man/man{1,2,3{,lua},4,5,6,7,8,9} Which appears to have got me through the initial issue. I mention this in case there's a chance it might possibly be relevant. Peace, david -- David H. Wolfskill da...@catwhisker.org

Re: Continually count the number of open files

2023-09-13 Thread David Chisnall
port that they’re closed, which is incredibly suboptimal. David

Re: The future for support of BeagleBone Black and its variants

2023-08-10 Thread David Chisnall
Hi, What are the changes to the DTS files? If there are problems with DTC handling the new files, please can you raise issues here: https://github.com/davidchisnall/dtc/issues If there are problems with the kernel’s handling of the dtb, please ignore me. David > On 10 Aug 2023, at 13

Re: Review of patch that uses "volatile sig_atomic_t"

2023-08-02 Thread David Chisnall
an check if the signal handler has fired since it was last used. It’s trivial to reuse in C++ projects but C doesn’t give you tools for doing this. David

Re: Review of patch that uses "volatile sig_atomic_t"

2023-07-31 Thread David Chisnall
. In something like mountd, the extra performance overhead from the barriers is unlikely to be measurable, if it is then you can weaken the atomicity (sequentially consistent unless specified otherwise is a good default in C/C++, for once prioritising correctness over performance). David > O

Re: HST time zone

2023-07-25 Thread David Cornejo
On Tue, Jul 25, 2023 at 11:01 AM Dimitry Andric wrote: > On 25 Jul 2023, at 22:26, David Cornejo wrote: > > > > One thing that has bothered me for a long time is that the > Pacific/Honolulu timezone is found under the America -- North and > South/United States of Amer

HST time zone

2023-07-25 Thread David Cornejo
Hi, One thing that has bothered me for a long time is that the Pacific/Honolulu timezone is found under the America -- North and South/United States of America/Hawaii in tzsetup. Politics of Hawaiian Sovereignty aside, every other system I regularly install uses Pacific/Honolulu as it is in the of

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

2023-07-09 Thread David Wolfskill
he base system. It is important to rebuild third-party software after upgrading. The commit was at main-n263775-b077aed33b7b, but there was a bit of "turbulence"for a few days after that, so I suggest updating to something more recent. (My latest successful was main-n264066-e647

Re: debug.verbose_sysinit=1

2023-06-25 Thread David Wolfskill
et it to 196608 (which works in this case). > Peace, david -- David H. Wolfskill da...@catwhisker.org "Putin supports any set of ideas to end the conflict,” -- Dmitry Peskov Putin is the source of the conflict. Remove the source; end of conflict. See https

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
-fr /usr/obj/usr/src/amd64.amd64/{,obj-lib32/}secure/lib/lib{crypto,ssl} then re-starting the "make buildworld", that process has completed the >>> stage 4.2: building libraries phase (and is now "building lib32 shim libraries"). So: definite progress. (Build ma

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

2023-06-24 Thread David Wolfskill
but I have attached a copy anyway. Subsequently, one of my laptops has reproduced the failure (though with only -j 16). As of this writing, I see no more rec ent commits to head. Peace, david -- David H. Wolfskill da...@catwhisker.org "Putin supports any set of ide

Re: Surprise null root password

2023-05-31 Thread David Chisnall
On 30/05/2023 20:11, Dag-Erling Smørgrav wrote: David Chisnall writes: There was a very nasty POLA violation a release or two ago. OpenSSH defaults to disallowing empty passwords and so having a null password was a convenient way of allowing people to su or locally log into that user but

Re: Surprise null root password

2023-05-27 Thread David Chisnall
directory is not on the root filesystem’ recovery) and local login as root from consoles marked as secure. It now permits root login from the network with a blank password. David

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

2023-05-24 Thread David Wolfskill
t vcpu *vcpu, struct vm_run *vmrun); ^ 1 error generated. Given that yesterday's update was uneventful, and that src/usr.sbin/bhyvectl/bhyvectl.c has not changed in several days, I'm guessing that perhaps a recent change to a header, possibly involving vmexit, may

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
.CURDIR='/usr/src/usr.sbin/bhyve' I will attach a copy of the meta file. Peace, david -- David H. Wolfskill da...@catwhisker.org Putin claimed he wanted to avoid expansion of NATO. See how well THAT worked. See https://www.catwhisker.org/~david/publi

Re: dangling symlinks in openzfs import

2023-03-22 Thread David O'Brien
in the vendor branching within Git. -- -- David(obr...@freebsd.org)

Re: GitHub Code Search [Re: Tooling Integration and Developer Experience]

2023-02-01 Thread David Chisnall
On 01/02/2023 06:05, Yetoo wrote: On Tue, Jan 31, 2023, 9:47 AM David Chisnall wrote: On 30/01/2023 21:39, Yetoo wrote: If github is going to be considered for issue tracking I just want to say, after having extensively using it for issue tracking, it tends to be difficult to find an issue if

GitHub Code Search [Re: Tooling Integration and Developer Experience]

2023-01-31 Thread David Chisnall
great, but cs.github.com has replaced local search for me in the FreeBSD tree. It's not *quite* as good as fxr, but it's close. For example, searching for sys_cap_enter: https://cs.github.com/?scopeName=All+repos&scope=&q=sys_cap_enter+repo%3Afreebsd%2Ffreebsd-src+ David

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

2023-01-12 Thread David Wolfskill
g obj/usr the buildworld succeeded. > > > Empirically: rm -fr /usr/obj/usr/src/amd64.amd64/usr.sbin/zic got through the issue on my build machine. (I expect that it will also do so on the others where I track head, but they are presently building lang/rust.) Perhaps an UPDATING ent

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

2023-01-11 Thread David Wolfskill
R 84537 /usr/share/locale/en_US.UTF-8/LC_MONETARY R 84537 /usr/share/locale/en_US.UTF-8/LC_NUMERIC R 84537 /usr/share/locale/en_US.UTF-8/LC_TIME R 84537 /usr/share/locale/en_US.UTF-8/LC_MESSAGES F 84537 84538 E 84538 /common/S4/obj/usr/src/amd64.amd64/tmp/usr/bin/objcopy R 84538 zic.full X 84

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

2023-01-03 Thread David Wolfskill
urrent. I expect it would be best if you arranged things so you no longer depend on it. Peace, david -- David H. Wolfskill da...@catwhisker.org Putin seems to use the word "peace" in the way that Neville Chamberlain did. See https://www.catwhisker.org/~d

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

2022-11-06 Thread David Wolfskill
src make[2]: stopped in /usr/src 33.41 real 743.18 user61.82 sys make[1]: stopped in /usr/src make: stopped in /usr/src Script done, output file is s4 freebeast(14.0-C)[5] while running on: freebeast(14.0-C)[6] uname -aUK FreeBSD freebeast.catwhisker.org 14.0-CURRENT

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 --

Re: Good practices with bectl

2022-09-21 Thread David Wolfskill
depend on them... at least for > the few libs which don't have symbol versioning). > A way to address that issue that may work for you is to install appropriate misc/compat* ports/packages. Peace, david -- David H. Wolfskill da...@catwhisker.org In 2

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

2022-09-17 Thread David Wolfskill
-5b5b7e2ca2fa: Sat Sep 17 12:22:57 UTC 2022 r...@g1-70.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/CANARY amd64 1400068 1400068 may be found at https://www.catwhisker.org/~david/FreeBSD/head/n258075/ The screenshot includes a backtrace; a hand-transcription: Trying to mount root

Re: Header symbols that shouldn't be visible to ports?

2022-09-08 Thread David Chisnall
. I’d love to see a concerted effort to use a post-1999 style for our headers. David

Re: Accessibility in the FreeBSD installer and console

2022-07-08 Thread David Chisnall
eBSD 10-15 years ago and it is still in ports. David

Re: A kernel crash after compiling a fresh kernel

2022-06-08 Thread David Wolfskill
hat smoke test (including my day-to-day laptop, which was the one that had provided evidence of a problem earlier). Thanks! :-) Peace, david -- David H. Wolfskill da...@catwhisker.org "Putin is a paranoid dictator. Putin must go. He started a senseless war and

Re: A kernel crash after compiling a fresh kernel

2022-06-07 Thread David Wolfskill
18 > #29 ithread_loop (arg=arg@entry=0xf800020fbf80) > at /usr/src/sys/kern/kern_intr.c:1306 > #30 0x80ba03e0 in fork_exit ( > callout=0x80ba3ad0 , > arg=0xf800020fbf80, > frame=0xfe0104239f40) at > /usr/src/sys/kern/k

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

2022-06-06 Thread David Wolfskill
Two bug fixes to UFS/FFS superblock integrity checks when reading a superblock. Two bugs have been reported with the UFS/FFS superblock integrity checks that were added in commit 076002f24d35. Peace, david -- David H. Wolfskill da...@catwhisker.o

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

2022-05-30 Thread David Wolfskill
sn't find /. Toomas has recieved a "dd" image for the first 5 MB of the file system, and has reproduced the issue in hist test environment, so I'm hoping he will be able to figure out a bit more. (It's at https://www.catwhisker.org/~david/FreeBSD/head/loader/ada0s4a, in case

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

2022-05-30 Thread David Wolfskill
dentified as FreeBSD UFS, swap, or ZFS. Trying to (e.g.) "ls disk0s4a:" fails, saying that it can't find /. Peace, david -- David H. Wolfskill da...@catwhisker.org "Putin is a paranoid dictator. Putin must go. He started a senseless wa

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

2022-05-30 Thread David Wolfskill
reebsd.org/bugzilla/show_bug.cgi?id=264282 > Thanks! I'll take a look -- though I am not using GELI-encryption on anything needed up to the transition to multi-user mode (except for swap). Peace, david -- David H. Wolfskill da...@catwhisker.org "Put

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...@cat

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

2022-05-29 Thread David Wolfskill
hand-typed it from memory and managed to elide a letter.) Peace, david -- David H. Wolfskill da...@catwhisker.org "Putin is a paranoid dictator. Putin must go. He started a senseless war and is leading Russia into a ditch." - Egor Polyakov &

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

2022-05-29 Thread David Wolfskill
or tape drives; adding IPFIREWALL and explicitly NOT setting IPFIREWALL_DEFAULT_TO_ACCEPT; adding sound stuff). Info on the update history & copies of stuff like most recent (verbosely-booted) dmesg.boot should be available at https://www.catwhisker.org/~david/FreeBSD/history/ (and if you can&#

Re: Deprecating ISA sound cards

2022-03-20 Thread David Chisnall
credible! > I have a board running freebsd that has 2 GUS cards in it running Exactly my reaction. You can tell you’re old when drivers are removed from the tree for mainstream hardware that you never owned but wished that you could afford. David

Re: pciconf -lbvV crashes kernel main-8d72c409c

2022-02-05 Thread David Wolfskill
sr/src/amd64.amd64/sys/GENERIC amd64 1400051 1400051 For what it's worth. Peace, david -- David H. Wolfskill da...@catwhisker.org "No person shall ... hold any office ... who, having previously taken an oath ... to support the Constitution of the Unit

  1   2   3   4   5   6   7   8   9   10   >