romanzolotarev.com 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.
Thank you to everyone who gave me things to try to resolve my #OpenBSD Dell Optiplex 3080 i5 not wanting to boot /bsd but would only boot /bsd.sp and bsd.rd
I tried everything from booting bsd.rd and upgrading to using doas sysupgrade -s but each upgrade failed the same. I even deleted /bsd so it remade it after an upgrade but still the same.
Finally after thinking the next step was to do a fresh install I decided to try rolling back the snapshot to the 1st May. This is not recommended but what had I to lose ?
So i entered doas sysupgrade -sf http://ftp.hostserver.de/archive/2026-05-01-0105/ and guess what ? It only boots into /bsd now and I have all my CPU's back !
Yipee ! π
Now to see if a doas sysupgrade -s does it's stuff and still boots /bsd`
OK there must be a bug somewhere as I rolled back to 1St may snapshot and booted with multicpu kernel no problems.
Then I tried to upgrade to the latest with doas sysupgrade -s and it's back to not booting the /bsd !!!!
Time to rollback to maybe the 14th may and see if that's
OK ??
Kavic Marabush's Pocket Guide to Computers
#unix_surrealism #magnetic_nymph #comic #computers #linux #runbsd #foss #programming
New #blog #post: Package Manager Tier List
https://rldane.space/package-manager-tier-list.html
1521 words
Note: this is a very off-the-cuff tier list, using speed as the main qualifier, but the article explains exceptions to that as it goes on.
cc: my wonderful #chorus: @joel @dm @sotolf @thedoctor @pixx @orbitalmartian @adamsdesk @krafter @roguefoam @clayton @giantspacesquid @Twizzay @stfn
(I will happily add/remove you from the chorus upon request! :)
#rlDaneWriting #blost #DeadLikeMe #Linux #BSD #RunBSD #FreeBSD #OpenBSD #NetBSD #Debian #Arch #pacman #AUR #Fedora #homebrew #flatpak #snap #OpenSuSE #RPM
@OpenBSDAms to the rescue. #RunBSD
Disclaimer: Yes, this is a shameless embedded marketing. Nope, I didnβt get paid for this Ad.
https://mastodon.social/@openbsdjournal/116557912535422709
BSD-NL Conference - Early 2026 is over, already... π‘πβ³
We would like to thank all the attendees who made time to visit us in Utrecht.
And of course our wonderful speakers:
πΉ https://exquisite.tube/w/38gDYhMNTNZimk3GcFnHNa
π https://events.bsdnl.nl/early2026/talk/W9P9RT/
π€ Let's find out how to get predictable IPv6 addresses assigned to OpenBSD VMs
by Florian Obser
πΉ https://exquisite.tube/w/dkV6kWiT9sp2y6xVwkH1iF
π https://events.bsdnl.nl/early2026/talk/BGGPZQ/
π€ On DOS, floppies, NetBSD and nostalgia
by Eirik Γverby
You can see older videos at: https://exquisite.tube/c/bsdnlconference/videos
See you next time!
#BSDNL #RUNBSD #BSD #OpenBSD #FreeBSD #NetBSD #HardenedBSD #SecBSD #DragonflyBSD
boostedToday is the BSD-NL Conference - Early 2026 π‘πβ³
In between all the hacking and slacking there will be talks!
You can catch the stream on: https://exquisite.tube/c/bsdnlconference/videos
π https://events.bsdnl.nl/early2026/talk/W9P9RT/
π€ Let's find out how to get predictable IPv6 addresses assigned to OpenBSD VMs
by Florian Obser
π https://events.bsdnl.nl/early2026/talk/BGGPZQ/
π€ On DOS, floppies, NetBSD and nostalgia
by Eirik Γverby
The full schedule π https://events.bsdnl.nl/early2026/schedule/
π 2026-05-09 / May 9th 2026
π 10:00-23:00 CET
π Brouwerij Maximus (Utrecht)
π https://bsdnl.nl
#BSDNL #RUNBSD #BSD #OpenBSD #FreeBSD #NetBSD #HardenedBSD #SecBSD #DragonflyBSD
T-4 days until BSD-NL Conference - Early 2026 π‘πβ³
π Sponsor Spotlight π
We cannot do this without our wonderful sponsors!
OPNsense
https://opnsense.org/
Netzkommune
https://www.netzkommune.de/
The Lightbird
https://thelightbird.eu/
LAYLO
https://laylo.nl/
OpenBSD Amsterdam
https://openbsd.amsterdam/
π 2026-05-09 / May 9th 2026
π 10:00-23:00 CET
π Brouwerij Maximus (Utrecht)
π https://bsdnl.nl
#BSDNL #RUNBSD #BSD #OpenBSD #FreeBSD #NetBSD #HardenedBSD #SecBSD #DragonflyBSD
#GoodMorning and good #tzag.
β
Was busy earlier preparing pancakes and eggs for breakfast
β, but of course I had to #RunBSD as I had my #coffee in that process.
β
β
β
β
β οΈ The Schedule is live! β οΈ
BSD-NL Conference - Early 2026 π‘πβ³
π 2026-05-09 / May 9th 2026
π 10:00-23:00 CET
π Brouwerij Maximus (Utrecht)
π https://bsdnl.nl
#BSDNL #RUNBSD #BSD #OpenBSD #FreeBSD #NetBSD #HardenedBSD #SecBSD #DragonflyBSD
Parts for #RunBSD on the #pine64 #ROCKPro64 board - episode 2 have all been received.
If you missed it, episode 1 was: https://www.tumfatig.net/2026/bsd-discovery-on-the-pine64-rockpro64/
boostedAre you looking to sharpen your Shell Scripting chops? Then you may be interested in the BSDCan Shell Scripting Tutorial for Beginners and Sysadmins with Mathias Eggers.
Anyone who works with BSD and other Unix- and Linux-like systems will sooner or later have to deal with the shell and shell scripts, e.g. automation of repetitive task or starting services in /etc/rc.d. Understanding scripts and how to meaningfully extend or rewrite them is the goal of this tutorial, which is mainly designed for beginners and sysadmins.
Simple shell scripts often consist of a sequence of arbitrary shell commands executed in a specific order to achieve a particular purpose. This is where the tutorial will begin, and I will then walk participants through the other components of a script using examples:
Variables
Sourcing
Control structures
Loops
In- and output redirection
Parameters and options
Functions
Testing scripts
From the tutorial the participants will get an impression of what could be achieved with the well-equipped toolbox the shell provides and use that knowledge for creating own scripts for their projects.
Participants should bring their own machines to try out the examples. I encourage everybody to ask questions and bring examples or problems from their daily work to the tutorial to foster a vivid discussion.
I've been writing shell scripts as part of my work since I got in contact with Unix in 1993 and have been teaching shell programming to apprentices for over ten years. This tutorial will be a shortened and in regards to rc-scripts extended version of that one-week course.
https://www.bsdcan.org/.../timetable-Shell-Scripting...
You can register for this tutorial and the BSDCan conference here:
https://www.bsdcan.org/2026/registration.html
If you register before May 1st, you can take advantage of the free reception on Saturday!
https://codeberg.org/Izder456/dotfiles/src/branch/main/.local/bin/fastestmirror
This morning I decided to update my Raspberry Pi 4 to the latest patch of FreeBSD 15.0-RELEASE. It's a UFS setup, running in read-only mode, as I mentioned in a previous post: https://it-notes.dragas.net/2024/05/31/freebsd-tips-and-tricks-native-ro-rootfs/
I remounted it in rw, rebooted, and started the process... halfway through, a power surge hit and everything shut down.
TIL: UFS is quite resilient to these situations, even on an SD card, and even during a freebsd-update.
boostedNetBSD turns 33 this Sunday! π©
To celebrate 33 years of clean code, portability, and zero bloat, Challenging the rest of the fediverse to help hit this year's funding goals.
Also do drop a screenshot of your uptime, uname -a, or a pic of the weirdest hardware you've got running NetBSD right now. (RockPro64 NPF routers or Pi's hooked up to retro CRTs highly encouraged).
Throw some money at the developers keeping the real UNIX alive:
https://www.netbsd.org/donations/
#NetBSD #UNIX #RetroComputing #OpenSource #runbsd #FreeBSD #OpenBSD #Linux