doasu.dev 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.
A couple of days ago, few hours before leaving home for a four days trip I decide to upgrade one of my home servers to FreeBSD 15.1. Nothing difficult.
After upgrade the machine start rebooting in a loop. I pick up my serial cable and see the boot process crash when mounting ZFS
panic: zfs(panic): zfs: rt={spa=zroot vdev_guid=546977716602668702 ms_id=9 ms_freed}: adding segment (offset=2431c0000 size=1000) overlapping with existing one (offset=2431c0000 size=1000)
😬 that's terrible.
I relay on this machine to access my nextcloud where all my trip tickets are stored.
Hopefully ZFS saves my day!
I was able to boot back to the previous snapshot, and smoothly restore the service, but I probably need to start thinking in a replacement for this machine....
I've used pkgbasify for the first time, and then immediately thereafter, I upgraded a FreeBSD 15 box to 15.1 with pkg. This is really dramatically faster than freebsd-update. I think I'm hooked on pkgbase now.
📰 Where Unix Runs Today — Vivian Voss
「 The PS4's Orbis OS is derived from FreeBSD 9 (2013 vintage). The PS5's Orbis 2.0 is derived from FreeBSD 11.0 (__FreeBSD_version 1100122, for the curious). Sony publishes the modified FreeBSD kernel source on its open-source page, as the BSD licence permits and good citizenship encourages.
Over 200 million PlayStation units have shipped since the PS3 (which already carried BSD lineage in a different form) 」
The Q2 2026 issue of the FreeBSD Journal is now available.
This edition explores Improving Software Quality, with articles covering CHERI-based debugging, modern Java on FreeBSD, software bills of materials (SBOMs), and more.
If you're interested in software quality, security, and the technologies shaping the future of FreeBSD, this issue is well worth the read.
🔗 Read it here:
https://freebsdfoundation.org/our-work/journal/browser-based-edition/improving-software-quality/
#FreeBSD #FreeBSDJournal #OpenSource #SoftwareQuality #CHERI
hw.usb.no_shutdown_wait=1 in /etc/sysctl.conf made no difference it still hung. I have a switcheable 8 port USB 3 hub that is connected to my ThinkPad via USB C. I have patiently powered up and shutdown turning the Logitech camera off first then my Focusrite 2i2 DAC, Next my trackball until I found my homebuilt TKL keyboard that is powered by a Pi Pico running QMK is causing #FreeBSD to hang after a while after geli is unmounted and it starts detaching USB devices. This has always worked and never caused an issue since FreeBSD 14.1. So something in FreeBSD 15.0-15.1 must have changed as the keyboard still works perfectly ?????New on BSD Now: Episode 669 – "Poudriere Speed Run"
BSD Now is a weekly podcast covering the latest BSD news, technical topics, tutorials, and interviews from across the BSD community.
In Episode 669, the hosts discuss:
• Native inotify in FreeBSD
• How changes to poudriere.conf affect build time
• Migrating mail servers from Exim to OpenSMTPD
• And more
Listen to the latest episode:
https://buff.ly/7s9zNRw
doas poweroff or doas shutdown -p now or even doas reboot or doas shutdown -r now it will do as expected. But if I leave my laptop for say 10-30 minutes without any screen lockers it will start to reboot or poweroff and unmount geli then start detaching devices like USB and it then hangs indefinitely.Link to bug report
dmesg output and found 3 warnings. Two I have rectified but one I'm not sure about ?WARNING: Device "psm" is Giant locked and may be deleted before FreeBSD 16.0.
UPDATE It seems to be psm(4) PS/2 mice which obviously doesn't exist on my system so nothing to worry about then.
So plugging in USB3 memory sticks worked OK but then I started with my sandisk usb2 devices and one by one they all started to work again!!?? Now I'm confused.
Strange issue writing to my USB memory sticks which used to work but since going over to pkgbase I cannot dd to any of them. I get dd: /dev/da0: Operation not supported yet I'm running as root using doas dd if=bios.img of=/dev/da0 bs=1M and I've done this before on this laptop as it's how I update my ThinkPad's BIOS. HELP!??
dmesg shows the same errors onall of my 20 odd memory sticks.
(da0:umass-sim1:1:0:0): READ CAPACITY(10). CDB: 25 00 00 00 00 00 00 00 00 00Just noticed there is no
(da0:umass-sim1:1:0:0): SCSI sense: Error code 0x66 at block no. 1905976116 (decimal)
(da0:umass-sim1:1:0:0): fatal error, failed to attach to device
(da0:umass-sim1:1:0:0): Bad cache page 0x47
(da0:umass-sim1:1:0:0): Mode page 8 missing, disabling SYNCHRONIZE CACHE
ugen2.12: <SanDisk Cruzer Blade> at usbus2 (disconnected)
umass1: at uhub4, port 3, addr 11 (disconnected)
/dev/da0 in the /dev directory either when there used to be ????#FreeBSD 15.1-RELEASE-p1 amd64
Accepts and otherwise for EuroBSDcon 2026 sent.
If you submitted, check your mail.
I hope to see you in Brussels in September!
@eurobsdcon #eurobsdcon #conference #bsd #openbsd #freebsd #netbsdd #networking #security #informationtechnology #it #brussels #bruxelles
# FreeBSD#Unix #BSD #FOSS
pkg ins vim # same as pkg install vim
pkg sea vim # same as pkg search vim# NetBSD
pkgin in vim # same as pkgin install vim
pkgin se vim # same as pkgin search vim# while in Debian
apt search vim # no apt se/sea
apt install vim # no apt in/ins
efibootmgr will still be able to configure boot priority.doas pkg upgrade I just noticed that qutebrowser was uninstalled and the qt6 version for amd64 still isn't available for #FreeBSD 15 Latest.qxl video driver issue with #FreeBSD #QEMU VM appeared more interesting than I thought: in another boot environment #BE where I installed #Xlibre instead of #Xorg, using #qxl driver and startx in a #TTY brought up a bare X session with a #Xterm. Quitting the xterm instance successfully terminated X session and brought back TTY session, while on #Xorg quitting the session resulted in a full black screen, no tty. Switching ttys from with QEMU's sendkey failed to get any tty bacl either. If a window manager like #CWM was launched by startx, however, both Xlibre and Xorg failed with a #SegmentFault error. 2/nxf86-video-qxl and use a #Xorg conf file like:Section "Device"it should work. But today when I was firing up a FreeBSD 15.1 VM the Xorg session instantly crashed with a segment fault and returned back to tty, changing the
Identifier "Card0"
Driver "qxl"
EndSection
qxl driver to scfb worked flawlessly though. Am I missing something? 1/n/boot/loader.conf:# Terminal vt(4) Gruvbox colors
kern.vt.color.0.rgb="#000000"
kern.vt.color.1.rgb="#cc241d"
kern.vt.color.2.rgb="#98971a"
kern.vt.color.3.rgb="#d79921"
kern.vt.color.4.rgb="#458588"
kern.vt.color.5.rgb="#b16286"
kern.vt.color.6.rgb="#689d6a"
kern.vt.color.7.rgb="#a89984"
kern.vt.color.8.rgb="#928374"
kern.vt.color.9.rgb="#fb4934"
kern.vt.color.10.rgb="#b8bb26"
kern.vt.color.11.rgb="#fabd2f"
kern.vt.color.12.rgb="#83a598"
kern.vt.color.13.rgb="#d3869b"
kern.vt.color.14.rgb="#8ec07c"
kern.vt.color.15.rgb="#ebdbb2"
🚨 Good news everybody! 🚨
Our amazing Organizing Committee managed to have the hotel extend the block booking!
https://2026.eurobsdcon.org/accomodation.html
Now you can book even longer!
Hotel Barsey by Warwick
Louizalaan 381-383, 1050 Brussel
Located near the Flagey area, know for its restaurants and bars.
#RUNBSD #FreeBSD #NetBSD #OpenBSD #EuroBSDCon #EuroBSDCon2026 #BSD
Join Klara's FreeBSD After Hours AMA
We're pleased to help spread the word about Klara's upcoming FreeBSD After Hours AMA webinar.
Join Allan Jude, Kyle Evans, and Colin Percival on June 30 for a discussion covering BSDCan highlights, FreeBSD developments, and audience Q&A.
Date: June 30, 2026 | 8:00 AM PDT / 11:00 AM EDT
Register here:
https://klarasystems.com/webinars/freebsd-after-hours-ama-post-bsdcan-recap/
The CfP is closed for the European *BSD event of 2026! 😈⛳🐡
Thank you all for your submissions!!
The schedule will be published on (around) 🗓️ 2026-07-15
For more information take a peek at https://2026.eurobsdcon.org/
More information is added all the time.
EuroBSDCon 2026 in Brussels, Belgium 🇧🇪
September 09-13, 2026
#RUNBSD #FreeBSD #NetBSD #OpenBSD #EuroBSDCon #EuroBSDCon2026 #BSD
We are about to close the CfP for
the European *BSD event of 2026! 😈⛳🐡
Planning to submit a talk? Now is the time!
Especially first time speakers and talk submissions for #NetBSD and #OpenBSD!
https://events.eurobsdcon.org/
The schedule will be published on 🗓️ 2026-07-15
For everything else, peek at https://2026.eurobsdcon.org/
More information is added all the time.
EuroBSDCon 2026 in Brussels, Belgium 🇧🇪
September 09-13, 2026
#RUNBSD #FreeBSD #NetBSD #OpenBSD #EuroBSDCon #EuroBSDCon2026 #BSD #CFP #Conference #Register
Happy FreeBSD Day! 🎉
In 2017, FreeBSD Day was officially recognized by the National Day Calendar and is celebrated each year to honor the innovation, dedication, and collaboration of the FreeBSD community.
Learn more about FreeBSD Day: https://freebsdfoundation.org/freebsd-day/
Thank you for being part of this journey and helping shape the future of open source.
Final week for submitting to #eurobsdcon 2026!
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 the CFP text.
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
FreeBSD as a Desktop in 2026 – Surprisingly Good! (BSD for Beginners)
https://youtube.com/watch?v=2EFG3BO6oVY
Getting closer by the day...
The European *BSD event of 2026! 😈⛳🐡
Get your 🎟️ at https://tickets.eurobsdcon.org/eurobsdcon/brussels/
While you're at it, don't forget to drop your abstract like it's hot! 🔥
https://events.eurobsdcon.org/
We are still and always looking for first-time *BSD speakers.
Whether you are just starting out or have a unique perspective to share, your voice matters!
The schedule will be published on 🗓️ 2026-07-15
For everything else, peek at https://2026.eurobsdcon.org/
More information is added all the time.
EuroBSDCon 2026 in Brussels, Belgium 🇧🇪
September 09-13, 2026
#RUNBSD #FreeBSD #NetBSD #OpenBSD #EuroBSDCon #EuroBSDCon2026 #BSD #CFP #Conference #Register
mmsg works. Which may sound annoying but it actually improves what can be done via IPC now.https://git.smithies.me.uk/freebsd-thinkpad-p14s-amd-dotfiles/
sysrc utiity last weekend, and today mixer. They are there in the manual pages, in source code, but no easy way to find out where they end up in FreeBSD-xxx packages. Luckily when I used enough keywords Google Gemini actually was capable to point me to the FreeBSD-sound package.