Damus

Recent Notes

Jim Spath profile picture
[ 1.000000] NetBSD 11.0_RC5 (GENERIC64) #0: Tue Jun 16 15:48:07 UTC 2026
[ 1.000000] [email protected]:/usr/src/sys/arch/evbarm/compile/GENERIC64
[ 1.000000] total memory = 8023 MB
[ 1.000000] avail memory = 7732 MB

[ 1.000000] simplebus0 at armfdt0: Raspberry Pi Foundation Raspberry Pi 4 Model B

#ItsAlive

[ 2.908083] bwfm0: NVRAM file model-spec: brcmfmac43455-sdio.Raspberry Pi 4 Model B.txt
[ 2.908083] bwfm0: autoconfiguration error: NVRAM file not available
Jim Spath · 2w
Sure, Jan. https://assets.chaos.social/media_attachments/files/116/768/299/192/214/868/original/49ad9a780d5bfc7f.png
Jim Spath profile picture
I, for one, appreciate that a human makes these decisions (even if I feel I should get a pass, after a few hundred #SAPCommunity posts).

>
If your post needs to go through moderation, please note that the moderation team may require up to five business days to conduct each review.
>
Jim Spath · 2w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqra6jae4rg69wz3ftepa8mxzvsdh93wuj79mxdu8l0je03r0uze0quxac52 Can't find a version numbers, but late 2024? -r-xr-xr-x 1 root wheel 117568 Dec 16...
Jim Spath profile picture
@nprofile1q... Digging deeper, I found where #PostgreSQL versions are configured for #pkgsrc builds:

../../mk/pgsql.buildlink3.mk

PGSQL_VERSION_DEFAULT?= 16
PGSQL_VERSIONS_ACCEPTED?= 18 17 16 15 14 13

That clears up the "Use the 16, Luke" mystery. I'll report that 13 is off the table as there is no client.

$ pkgin se "postgresql1[3-9]-client"
postgresql14-client-14.23 = PostgreSQL database client programs
... 15 16 17 ...
postgresql18-client-18.4 PostgreSQL database client programs
note1xslry...
Jim Spath profile picture
@nprofile1q... Can't find a version numbers, but late 2024?

-r-xr-xr-x 1 root wheel 117568 Dec 16 2024 /usr/sbin/pkg_admin

I have an issue with PGSQL versions conflicting with #QGIS installs, where it seems to only like version 16. Long story, starting with testing QGIS 4 from pkgsrc work in progress.

Most likely a local glitch. :/
1
Jim Spath · 2w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqra6jae4rg69wz3ftepa8mxzvsdh93wuj79mxdu8l0je03r0uze0quxac52 Digging deeper, I found where #PostgreSQL versions are configured for #pkgsrc builds: ../../mk/pgsql.buildlink3.mk PGSQL_VERSION_DEFAULT?= 16 PGSQL_VERSIONS_ACCEPTED?= 1...