weirdr.net is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
FreeBSD 14.4-RELEASE is now available.
The FreeBSD Project has announced the release of FreeBSD 14.4-RELEASE, the fifth release from the stable/14 branch. FreeBSD 14.4-RELEASE is available for multiple architectures and can be installed via ISO, USB, VM images, cloud platforms, and OCI containers.
Download and release information:
https://www.freebsd.org/releases/14.4R/announce/
Thank you to the Release Engineering Team and the many contributors who make each release possible.
#FreeBSD #OpenSource #ReleaseEngineering
The Book of PF, 4th Edition: It's Here, It's Real https://nxdomain.no/~peter/its_real_its_here.html - now that I have physical copies, I'll bring some to the upcoming conferences such as #asiabsdcon #bsdcan #eurobsdcon #freebsd #openbsd #pf #packetfilter #networking #networktrickery #freesoftware #libresoftware #bookofpf @EuroBSDCon @nostarch
I'm trying to test draid virtually for #openzfsmastery, because nobody's gonna give me a shelf of 60 disks to play with. I set everything up like:
disk35_name="disk35"
disk35_type="ahci-hd"
disk35_dev="sparse-zvol"
Seems that if I have 35 ahci-hd entries, disk0 through disk34, bhyve and freebsd works. At disk35, the host panics on boot.
Is this expected with bhyve? Or does FreeBSD need a special tweak with 36 disks?
The Book of PF, 4th Edition: It's Here, It's Real https://nxdomain.no/~peter/its_real_its_here.html #openbsd #freebsd #pf #packetfilter #networking #firewall #networktrickery #security #freesoftware #libresoftware
The #eurobsdcon 2026 Call for Papers is open!
https://2026.eurobsdcon.org/cfp/
Submit by June 20th, come to Brussels September 9-13 and mingle with #BSD people!
We also offer pre-submission guidance/mentoring, see within.
Wonder what BSD and the conferences are about? See https://nxdomain.no/~peter/what_is_bsd_come_to_a_conference_to_find_out.html
@EuroBSDCon #freebsd #netbsd #openbsd #freesoftware #libresoftware #brussels #bruxelles
The #eurobsdcon call for papers is on!
https://2026.eurobsdcon.org/cfp/
We offer pre-submission mentoring, see within!
@EuroBSDCon #freebsd #netbsd #openbsd #freesoftware #libresoftware #brussels #bruxelles
boostedI think 2026 is the right time to bring back BSDmag
https://archive.org/details/BSD_Magazine_11_2014/page/16/mode/1up
#DragonflyBSD #FreeBSD #OpenBSD #NetBSD #MidnightBSD #RunBSD
#TIL that there is a command "units" for units conversion exists. In the #BSD world it was appeared in the #NetBSD then ported to the #FreeBSD 2.2.0, according to the "History" section in the manpage.
https://jlsksr.de/notes/24100102/
At least, for now I known that 19 liters equals to 30.89 vodka bottles, or 154.47 charkas (чарок, от «чарка»), or 308.94 shkalikoff (шкаликов, от «шкалик»), or 1.55 vёder (вёдер, от «ведро»).
Conversion rules lives in the simple text file in the /usr/share/misc/definitions.units and the own rules could be written in some text file in the same manner.
Hope to see you there!
HTTP/3 on FreeBSD: Getting QUIC Working with nginx in a Bastille Jail | Larvitz Blog
https://blog.hofstede.it/http3-on-freebsd-getting-quic-working-with-nginx-in-a-bastille-jail/
Look, I don't really care if you make #XLibre available to folks; I might even concede some of the #BSD OSes are in a weird spot when it comes to the future of Wayland support.
BUT there is literally no compelling hardware/usability case for needing #XLibre right now? #Xorg is still being developed.
ALL your doing by switching default installs of GhostBSD to XLibre is telegraphing your values.
AND XLibre is an explicitly a racist, anti-DEI project lead by a vaccine denier. Their rejection of DEI is in the Github project readme.
This would cause me to drop GhostBSD if I was running it. #FreeBSD
https://www.phoronix.com/news/GhostBSD-Eyes-XLibre
EDIT: Anyone who replies singing the praises of XLibre, or with a racist doublespeak definition of DEI making it sound unethical, will be blocked. I just dont have the energy today folks.
I just wrapped up an interesting call that was originally scheduled for last week but rescheduled for today. The client is looking for a unique setup, and thanks to having an early re-read of the fantastic The Book of PF - 4th Edition, I was able to propose some configurations that had completely slipped my mind. The client is extremely curious, and this will likely lead to a new OpenBSD deployment in an interesting environment.
At the same time, I received an email from a professor at an Italian university whom I had encouraged to extend his lectures to include BSDs. I piqued his curiosity as well and proposed a session specifically on firewalls, focusing on OpenBSD and pf. He will be reading The Book of PF soon and will likely add it to his students' recommended reading list. I'll probably present them, too.
In short - one book, a thousand new possibilities. Infinite thanks to @pitrh for the massive and wonderful work behind it.
https://nostarch.com/book-of-pf-4th-edition
#OpenBSD #FreeBSDÂ #NetBSD #RunBSD #PF #Firewalling #IT #SysAdmin
#FreeBSD #zfs anybody know how to tell what the *actual* checksum chosen by OpenZFS is, on FreeBSD?
When a zpool is created by bsdinstall, it defaults to checksum=on, and a micro benchmark is done to choose the appropriate checksum (from fletcher4, sha256, sha512, skein, blake3).
I would like to know what that chosen checksum is.
https://openzfs.github.io/openzfs-docs/Basic%20Concepts/Checksums.html provides instructions for ZoL but its not matched on FreeBSD.
Sysctl shows only:
$ sysctl -a |egrep -i 'blake3|fletcher|sha2|sha5'
vfs.zfs.fletcher_4_impl: [fastest] scalar superscalar superscalar4 sse2 ssse3 avx2 avx512f avx512bw
vfs.zfs.sha512_impl: cycle [fastest] generic x64 avx avx2
vfs.zfs.sha256_impl: cycle [fastest] generic x64 ssse3 avx avx2 shani
vfs.zfs.blake3_impl: cycle [fastest] generic sse2 sse41 avx2 avx512
Which is not very helpful!
Inspecting zdb shows that the überblock uses fletcher4, if so that's a bad choice for almost all the machines I have, vs one of the more modern CPU-accelerated ones.
Uberblock:
magic = 0000000000bab10c
version = 5000
txg = 29818863
guid_sum = 12865431551488305392
timestamp = 1770722160 UTC = Tue Feb 10 11:16:00 2026
bp = DVA[0]=<0:1ef37817000:1000> DVA[1]=<0:1f26e5c1000:1000> DVA[2]=<0:8c341bf000:1000> [L0 DMU objset] fletcher4 uncompressed unencrypted LE contiguous unique triple size=1000L/1000P birth=29818863L/29818863P fill=75881 cksum=00000003035e0207:00000baf31d8f848:0016adf241101a15:1d6126f678dd7a91
Registration for BSDCan 2026 is open at https://www.bsdcan.org/2026/registration.html + tutorial schedule published.
#bsdcan #freebsd #openbsd #netbsd #development #networking #devops #sysadmin #conferences
For more on BSD and the BSD conferences, see https://nxdomain.no/~peter/what_is_bsd_come_to_a_conference_to_find_out.html (or tracked https://bsdly.blogspot.com/2025/11/what-is-bsd-come-to-conference-to-find.html +
https://medium.com/@peter.hansteen/what-is-bsd-come-to-a-conference-to-find-out-06acd7d77fd8 )
"The Rest Is Trash"
We are now halfway through the nineteenth year of greytrapping, still tracking and collecting from the wealth of imbecility out there
https://nxdomain.no/~peter/the_rest_is_trash.html (tracked https://bsdly.blogspot.com/2026/02/the-rest-is-trash.html) #spamd #greytrapping #greylisting #openbsd #freebsd #spam #antispam #cybercrime
My BSDCan submission has been approved!
It will be wonderful to be back in Ottawa, meet again all the "old" (and new) friends from the BSD world and, this time, present something that has saved me more than once... and it’s based on NetBSD!
#BSDCan #BSDCon #NetBSD #FreeBSD #OpenBSD #DragonFlyBSD #RunBSD #BSDCan2026 #Ottawa #Canada #BSD
This morning I was thinking about something: one of the reasons why every enthusiast should consider going to a BSDCon is simple.
I eat a lot and I still come back slimmer 😄
2024 - EuroBSDCon: ate twice as much as usual, came back from Dublin 1 kg lighter.
2025 - BSDCan: breakfasts that could cover a whole day’s calories, huge delicious meals... came back from Ottawa 0.5 kg lighter.
2025 - EuroBSDCon: double breakfast (sweet + savory), massive lunches, delicious dinners (including a huge pizza, as @outofcreativity, @angie and @mwl can confirm) and still came back 0.5 kg lighter.
Positive emotions burn calories.
So come to BSDCons: you’ll come back happy and slimmer!
#RunBSD #FreeBSD #NetBSD #OpenBSD #DragonFlyBSD #BSDCon #AsiaBSDCon #BSDCan #EuroBSDCon
Deadline this weekend - apply by Feb 1st, 2026!
Do you want to go to EuroBSDCon https://2026.eurobsdcon.org/ but need support to do so?
Or do you know someone in that situation? Apply for the Paul Schenkeveld Travel Grant before February 1st, 2026!
https://eurobsdconfoundation.org/travel-grant.html
#eurobsdcon #netbsd #openbsd #freebsd #conference #travelgrant
FreeBSD 13.5 // JAIL // SA-26:02
Date: January 27, 2026
Name: FreeBSD-SA-26:02.jail
Description: Jail escape by a privileged user via nullfs CVE-2025-15547
Link: https://www.freebsd.org/security/advisories/FreeBSD-SA-26:02.jail.asc
Oh, I suppose I have been slacking and not telling you that if you order The Book of PF, 4th ed https://nostarch.com/book-of-pf-4th-edition now, you will get the *final version* ebook (print is still in progress) #bookofpf #openbsd #freebsd #networking #firewalls #pf #networktrickery #freesoftware #libresoftware @nostarch
Also see https://nxdomain.no/~peter/yes_the_book_of_pf_4th_ed_is_coming.html