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

Re: Dragonfly Mail Agent (dma) in the base system

2022-02-04 Thread David Chisnall
n /etc/mail not under LOCALBASE, which is a layering violation and means that freebsd-update periodically tries to corrupt my config. I have no strong opinions about where we move to, but moving *from* shipping a limited sendmail in base would make me very happy. David

Re: Deprecating smbfs(5) and removing it before FreeBSD 14

2022-01-24 Thread David Chisnall
t. SMBv2/3. Thanks for looking at this, rick The docs are public: https://docs.microsoft.com/en-gb/openspecs/windows_protocols/ms-smb2/5606ad47-5ee0-437a-817e-70c366052962 Note that the spec is 480 pages, it is not a trivial protocol to implement from scratch. David

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
shots (from each of 2 laptops) are in https://www.catwhisker.org/~david/FreeBSD/head/n252563/ The first mentions dummynet, while the second does not. My build machine did not see this -- but I don't run ipfw on it, either (as it doesn't directly connect to networks I don't control

Re: Benchmarks: FreeBSD 13 vs. NetBSD 9.2 vs. OpenBSD 7 vs. DragonFlyBSD 6 vs. Linux

2021-12-11 Thread David Chisnall
profiling: where is FreeBSD spending more time than Linux? Are there Linux-specific code paths that hit slow paths on FreeBSD and fast paths on Linux that could have FreeBSD-specific fast paths added (e.g. futex vs _umtx_op)? David > On 11 Dec 2021, at 10:17, dmilith . wrote: > > 1.

Re: failure of pructl (atexit/_Block_copy/--no-allow-shlib-undefined)

2021-12-02 Thread David Chisnall
e linker is complaining that the compilation unit containing `atexit` is referring to a symbol that isn't defined. David

Re: VDSO on amd64

2021-11-25 Thread David Chisnall
almost no comments) - is the userspace mapping of the VDSO randomised? This has been done on Linux for a while because the VDSO is an incredibly high-value target for code reuse attacks (it can do system calls and it can restore the entire register state from the contents of an on-stack buffer if

Re: Deprecating smbfs(5) and removing it before FreeBSD 14

2021-10-29 Thread David Chisnall
images to guests. The last point is especially important for container workloads where you may have hundreds of containers in lightweight VMs on a single node all using the same base layer. David

Re: FreeBSD base pkg (packaging) and critical ports build alongside

2021-09-29 Thread David Chisnall
d. This means that the base-build is fairly fast even on quite modest hardware (it still builds clang, but at least it does it only once). David On 29/09/2021 09:28, FreeBSD User wrote: Hello, I use FreeBSD-base packages built on self hosted systems to update 13-STABLE and CURRENT hosts.

Re: latest current fails to boot.

2021-09-22 Thread David Wolfskill
ntering involves things not in my environment (such as VMs or ZFS)? Peace, david -- David H. Wolfskill da...@catwhisker.org Life is not intended to be a zero-sum game. See https://www.catwhisker.org/~david/publickey.gpg for my public key. signature.asc Description: PGP signature

Re: Building ZFS disk images

2021-09-17 Thread David Chisnall
On 05/08/2021 15:06, David Chisnall wrote: Would poudriere work for you? man poudriere-image Wow, there's a lot of stuff I didn't know poudriere could do!  It looks as if it can produce a GPT partition table with all of the bootable bits, or it can produce a ZFS disk image. 

Re: -CURRENT compilation time

2021-09-09 Thread David Chisnall
poking the code to find out why it had a Python dependency, discovering this mode existed, and looking to see what it did. Nothing on the build paths depends on Python and Ninja doesn't require Python to build itself. David

Re: -CURRENT compilation time

2021-09-08 Thread David Chisnall
;t FreeBSD. David

Re: -CURRENT compilation time

2021-09-08 Thread David Chisnall
a, the output is from each failed job, with no interleaving. David

Re: -CURRENT compilation time

2021-09-07 Thread David Chisnall
s that use CMake) build system without having to recreate it, and be able to use ninja, to build. David

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

2021-09-07 Thread David Wolfskill
later I have a DHCP IP address. > I just tried that (running main-n249159-bb61ccd530b7), and that (also) works for me -- in case that data point is of use. Peace, david -- David H. Wolfskill da...@catwhisker.org Life is not intended to be a zero-sum game. See

  1   2   3   4   5   6   7   8   9   10   >