taquiones.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.
What is recommended to buy to setup AP for providing wi-fi service? #openbsd
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟰/𝟮𝟭 (Valuable News - 2025/04/21) available.
https://vermaden.wordpress.com/2025/04/21/valuable-news-2025-04-21/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
And #OpenBSD runs without a hitch on qemu 9.1.3, which is great news!
I wonder if this little VM is going to update to 7.7 when it comes out. In the meantime, I will let it run for a while and see if anything happens... (probably not, but I have grown wary of OpenBSD running on qemu).
And I am now very pleased to report that my #Slackware server qemu has been updated to version 9.1.3, without any issues.
I am going to try and install #OpenBSD 7.6 on it and see if I still have issues with it.
Dive into topics like PulseAudioDB, OpenBSD routers, shell history improvements, and more.
It's a solid edition with a gem: “Get your own home bin”, something we probably all do already in our own special ways.
→ https://utcc.utoronto.ca/~cks/space/blog/sysadmin/MyPersonalProgramsSetup
→ Full issue: https://newsletter.nixers.net/entries.php#286
#Unix #Linux #OpenBSD #Shell #Dotfiles #Newsletter #Nixers
I need some advise: Is there a good portable and free (really free, not GPL!) #implementation of #bcrypt in #C around?
There's #OpenBSD source I could use, but integrating that would probably be quite a hassle...
Background: I want to start creating a second credential checker for #swad using files. And it probably makes sense to support a sane subset of #Apache's #htpasswd format here. Looking at the docs:
https://httpd.apache.org/docs/current/misc/password_encryptions.html
... the "sane subset" seems to be just bcrypt. *MAYBE* also this apache-specific flavor of "iterated" MD5, although that sounds a bit fishy ...
Today, I implemented the #async / #await pattern (as known from #csharp and meanwhile quite some other languages) ...
... in good old #C! 😎
Well, at least sort of.
* It requires some standard library support, namely #POSIX user context switching with #getcontext and friends, which was deprecated in POSIX-1.2008. But it's still available on many systems, including #FreeBSD, #NetBSD, #Linux (with #glibc). It's NOT available e.g. on #OpenBSD, or Linux with some alternative libc.
* I can't do anything about the basic language syntax, so some boilerplate comes with using it.
* It has some overhead (room for extra stacks, even extra syscalls as getcontext unfortunately also always saves/restores the signal mask)
But then ... async/await in C! 🥳
Here are the docs:
https://zirias.github.io/poser/api/latest/class_p_s_c___async_task.html
What's the state of wi-fi 7? I could try to send someone an Intel be201 to write firmware and driver. #openbsd
The SSD in my mailserver has 19,782 power on hours (which is 825 days, little over two years) with 'just' 13 powercycles. And let me tell you, those 13 powercycles are solely because I rebooted the system (upgrade, maintenance).
That is how rock-stable #OpenBSD and #OpenSMTPD are.
The initial konilo-over-irc system is running in the #retro and ##forth channels on libera.chat. This provides a full #Konilo #Forth system, with separate memory, block storage, and stacks per user, and persistence between uses. It uses a lightly modified version of the standard VM, and runs on a stock #OpenBSD system.
The initial code snapshot has been released on my patreon, and a general release will be made in the next few weeks, after further testing, cleanups, and documenting.
I've also been working on a hosted shell-based system, which should be released to my patrons within a few days, and more broadly next month.
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟰/𝟭𝟰 (Valuable News - 2025/04/14) available.
https://vermaden.wordpress.com/2025/04/14/valuable-news-2025-04-14/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
@alex_deplov Somebody has to make that as a stuffie for sale, along with one of Puffy to sell, or a plushie #openbsd
OpenBSD -current is now "7.7-current" https://www.undeadly.org/cgi?action=article;sid=20250412024911 #openbsd #development #newrelease #unixlike #bsd #unix #security
Errata patches for Perl have been released for OpenBSD 7.5 and 7.6.
In Perl, non-ASCII bytes in the left-hand-side of the `tr` operator can overflow an insufficiently sized buffer. CVE-2024-56406
With the release of #OpenBSD 7.7 https://www.openbsd.org/77.html fast approaching, you could do worse than prepare for the event by reading "You Have Installed OpenBSD. Now For The Daily Tasks." https://nxdomain.no/~peter/openbsd_installed_now_for_the_daily_tasks.html, and explore the system for what it can offer.
#openbsd #unixlike #bsd #security #joyofcomputing #goodlife #freesoftware #libresoftware
First change since #swad 0.2 will actually be a (huge?) improvement to my #poser lib. So far, it was hardwired to use the good old #POSIX #select call. This is perfectly fine for handling around up to 100 (or at least less than 1000, YMMV) clients.
Some #select implementations offer defining the upper limit for checked file descriptors. Added support for that.
POSIX also specifies #poll, which has very similar #scalability issues, but slightly different. Added support for this as well.
And then, I went on to add support for the #Linux-specific #epoll and #BSD-specific #kqueue (#FreeBSD, #NetBSD, #OpenBSD, ...) which are both designed to *solve* any scalability issues 🥳
A little thing that slightly annoyed me about kqueue was that there's no support for temporarily changing the signal mask, so I had to do the silly dance shown in the screenshot. OTOH, it offers changing event filters and getting events in a single call, which I might try to even further optimize ... 😎
What is recommended for buying a wi-fi router? #openbsd
While waiting for #OpenBSD 7.7 don't forget to update your 7.6 machines with the following:
014 2025-04-09 RELIABILITY Incorrect internal RRDP state handling in rpki-client can lead to a denial of service.
013 2025-04-09 SECURITY sshd(8) fix the DisableForwarding directive, which was failing to disable X11 forwarding and agent forwarding as documented.
012 2025-04-09 SECURITY iked(8) and isakmpd(8) fix double-free in ecdh mode.
Framework Laptop 12 is now on pre-order:
https://frame.work/fr/en/products/laptop12-diy-intel-13gen/configuration/new
That little machine looks gorgeous and the prices are surprisingly reasonable.
I have to resist ordering such a machine for #OpenBSD 7.7...
What about #NetBSD 10.1?
But is it supported by BSD...? Only one way to find out! 🤓
Is a Pine RockPro64 a good choice for Nextcloud? #openbsd
Just read a nice serie of blogposts about installing #freebsd on a laptop by @sgharms :
https://stevengharms.com/longform/my-first-freebsd/
At the same time, I’m finishing reading cover to cover the excellent Absolute FreeBSD by the legendary @mwl
While I’m not much into the file systems, I do really appreciate all the explanations about packages, ports and poudriere.
I hope he will release a new edition of Absolute OpenBSD so I can compare both systems.
I don’t know why but I feel that #OpenBSD is more minimalistic
openrsync is a lightweight rsync replacement developed by the OpenBSD team.
It focuses on security, simplicity, and a small footprint.
While not yet feature-complete compared to GNU rsync, it supports common
use cases like recursive copying, preserving permissions, and syncing over SSH.
Originally introduced in OpenBSD 6.5 (May 2019)
Authored by Kristaps Dzonsons
🔗 https://www.openrsync.org/manual.html
Thinking about writing a SlackBuild for it — I’ll give it a proper test first. 🙂
📜 Release notes: https://www.openssh.com/releasenotes.html#10.0p1
Huge thanks to the OpenSSH devs for keeping the Internet safer with every release.
OpenSSH 10.0 released with hybrid post-quantum algorithm mlkem768x25519-sha256 as default key agreement, new cipher preference list, new options, bug fixes
https://www.openssh.com/releasenotes.html
#openssh #openbsd #infosec #secureshell #postquantumcryptography
rsync replaced with openrsync on macOS Sequoia https://www.undeadly.org/cgi?action=article;sid=20250408062403 #openbsd #openrsync #rsync #macos #apple #freesoftware #libresoftware
Something I missed: Mac OS sequoia is shipping with openrsync, the #OpenBSD version of rsync, created by Kristaps Dzonsons.
https://derflounder.wordpress.com/2025/04/06/rsync-replaced-with-openrsync-on-macos-sequoia/
Of course this is due to Apple not liking GPL V3, which is used by the latest version of rsync...
https://github.com/kristapsdz/openrsync
https://man.openbsd.org/openrsync
Another one in the BSD world has been released. Vermaden LVN
Now Go, read and Learn
https://vermaden.wordpress.com/2025/04/07/valuable-news-2025-04-07/
#Vermaden #LVN #POSIX #freeBSD #netBSD #openBSD #ghostBSD #Linux #programming
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟰/𝟬𝟳 (Valuable News - 2025/04/07) available.
https://vermaden.wordpress.com/2025/04/07/valuable-news-2025-04-07/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
Hey #OpenBSD folks:
How do you deal with ports that have suddenly "dropped support for OpenSSL older than 3.0"?
Is there a way to patch them to compile with the system LibreSSL or should I just be adding a dependency on security/openssl/3.4 ?
I'd rather patch them to use LibreSSL if possible.
Yes you have seen it correctly, I'm now including __links__ the sh & console based browser, in my workflow, since it uses few resources, doesn't understand many of the modern languages, which results in pleasure and fun on the internet. You can even use links on a serial console like my Wyse terminal!
An Adblock is not need in this modus operandi.
The places which are properly coded, do not need even JavaScript are where I frequently get my information from
#POSIX #RetroComputing #csh #sh #ksh #bash #fish #Terminal #16550AF #Serial #Console #freeBSD #netBSD #openBSD #ghostBSD #Linux #JavaScript #programming
I seem to be unable to upgrade #OpenBSD VMs from 7.5 to 7.6 running under #OpenBSD 7.6 vmm.
After sysupgrade I reboot and it hangs at:
...
virtio4 at pci0 dev 5 function 0 "OpenBSD VMM Control" rev 0x00
vmmci0 at virtio4
virtio4: irq 9
isa0 at mainbus0
com0 at isa0 port 0x3f8/8 irq 4: ns8250, no fifo
com0: console
That's it. The only peculiarity is that right at the top I see:
>> OpenBSD/amd64 BOOT 3.65
upgrade detected: switching to /bsd.upgrade
|
com0: 115200 baud
switching console to com0
>> OpenBSD/amd64 BOOT 3.65
boot>
booting hd0a:/bsd.upgrade: 4101039+1721344+3887112+0+704512 [109+465408+318888]=0xab0b98
ucode too large
…
Any ideas?
You Have Installed OpenBSD. Now For The Daily Tasks. https://nxdomain.no/~peter/openbsd_installed_now_for_the_daily_tasks.html refreshed in anticipation of the #openbsd 7.7 release #newrelease #development #freesoftware #libresoftware #security #securecode
I've run various Linux distros, but with little exposure to other Unix-like operating systems. I want to explore different ways of doing things on a computer, and I'm curious about the BSDs. I've briefly looked at FreeBSD and NetBSD.
Now I'm giving OpenBSD a go with beginner's mind.
I use the OpenBSD install image to create an encrypted, console-only base configuration that can be customized further for various tasks.
This is how I do it...
Anybody wants a dark chocolate Puffy? #OpenBSD
At EuroBSDCon 2025, we're eager to read your paper, BOF or tutorial submission!
Please go to https://2025.eurobsdcon.org/ for info, submit at https://events.eurobsdcon.org/2025/cfp
See you in Zagreb in September!
#eurobsdcon #conference #unixlike #bsd #netbsd #freebsd #openbsd #freesoftware #development #devops #sysadmin #networking #libresoftware #security
Registration for BSDCan 2025 is open!
Tutorials Jun 11-12
Talks & BOFs Jun 13-14,
See https://blog.bsdcan.org/blog/ and register at https://www.bsdcan.org/2025/registration.html
#bsdcan #conference #unixlike #bsd #netbsd #freebsd #openbsd #freesoftware #development #sysadmin #devops #security #networking #libresoftware
The last episode of the #BSDNow podcast is talking about #FediMeteo
You Have Installed OpenBSD. Now For The Daily Tasks.
Despite some persistent rumors, installing OpenBSD is both quick and easy on most not too exotic hardware. But once the thing is installed, what is daily life with the most secure free operating system like?
More at https://nxdomain.no/~peter/openbsd_installed_now_for_the_daily_tasks.html #openbsd #development #devops #security #sysadmin #maintenance #freesoftware #libresoftware #bsd #unix #unixlike (from 2024)
Now you've done it, Fedi. You've got me reading #OpenBSD install howtos.
Like I don't already have enough problems.
`man xterm` is... a very long read. But interesting! 🙂
I haven't messed with xterm in years until today, and I used these posts to help bang it into shape on OpenBSD:
https://www.futurile.net/2016/06/14/xterm-setup-and-truetype-font-configuration/
https://www.futurile.net/2016/06/15/xterm-256color-themes-molokai-terminal-theme/
Though written in 2016, the information is still very relevant in 2025.
Today Microsoft suddenly revealed extensive plans to advance in a quite unexpected direction creating a special division called #FreeBSD and #OpenBSD Optimization Lab (FOOL, in short).
One of the key goals of the new structure would be, I quote, "to introduce FreeBSD and OpenBSD users to advanced user experience available to Windows users", such as:
a) Kernel-level #Copilot integration, that enables, for example, intelligent control over booting process and better syscalls handling leveraging power of Microsoft Azure platform;
b) introducing proper "Blue screen of death". #BSD users are notoriously unfamiliar with such an important component of normal user experience - brace yourself, devil worshippers!
c) deprecating local user accounts: every BSD users knows that this age-old feature is just a relic of the past and part of huge technical debt. Now with Microsoft support they can finally get rid of it and enjoy having truly flexible and secure account system.
Those are just a few key goals of the new and bold initiative.
Surely, unexpected but, nevertheless, glad news for every BSD enjoyer out there.
It's possible you've not heard of #boxyBSD
I was lucky to get a TIL moment when @stefano boosted it's existence into my feed.
However you should know about it, learn something about the user perspective from proxmox in the process, while working with a boxyBSD VM.
Here are some nice screencaps of the boxyBSD site so you can ask nicely for a VM and learn to play with one of the *BSD flavours from a distance.
I'm sure you can duckduckgo the address of boxyBSD when you analyze the screencaps, right?
🖋️ #bash #proxyLB #freeBSD #boxyBSD #sh #zsh #ksh #csh #netBSD #openBSD #POSIX #proxmox #loadbalancer
It has arrived. proxyLB v1.1.0 the loadbalancer for proxmox clusters. Instead of telling you the features of this major version I invite you to read about it yourself, download proxyLB then play with it.
As with any great Open Source project, this has grown out of a necessity that @gyptazy has for his other amazing project boxyBSD, which just needs a versatile tool like this.
Now go and play.
🖋️ #bash #proxyLB #freeBSD #boxyBSD #sh #zsh #ksh #csh #netBSD #openBSD #POSIX #proxmox #loadbalancer
And remember: support Canadian software and computer security! Support #OpenBSD !! 🇨🇦 😉
Despite #OpenBSD 7.7 being right around the corner, you should know 7.6 got a second update for libexpat, to fix some regression errors.
Update!
Also: computering is hard, apparently, even for the mighty minds of the OpenBSD dev. Especially when it comes to expat and libexpat.
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟯/𝟯𝟭 (Valuable News - 2025/03/31) available.
https://vermaden.wordpress.com/2025/03/31/valuable-news-2025-03-31/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
OpenBSD -current has moved to version 7.7 https://www.undeadly.org/cgi?action=article;sid=20250330230026 #openbsd #current #development #security #freesoftware #libresoftware #testing
I ❤️ OpenBSD FAQ and man pages.
Really well-written with **examples** included!
I just setup auto-switching between ethernet and wifi on the Thinkpad which proved simple thanks to the FAQ under "Trunking a Wireless Adapter":
🤔 Why Choose to Use the BSDs in 2025
—@stefano
「 Yes, Linux, Docker, and Kubernetes are better than closed source solutions. But when everyone uses the same tools, freedom dies. We use them because "everyone does" rather than because they're the best tool for our specific needs 」
https://it-notes.dragas.net/2025/03/23/osday-2025-why-choose-bsd-in-2025/
https://it-notes.dragas.net/2025/03/23/osday-2025-why-choose-bsd-in-2025/
#ITNotes #NoteHUB #freebsd #netbsd #openbsd #osday #ownyourdata #server #zfs
Hi, I'm R.L. I've dabbled in the fediverse since 2018 (originally mastodon.host (sadly defunct), then librem.one around 2019, then fosstodon starting in April 2022, then alpha.polymaths.social in fall 2023, and finally polymaths.social last October).
Last week, I migrated my main fediverse account from the excellent fosstodon.org to polymaths.social to take advantage of the camaraderie there, and of course the generous post character count limits. XD
I've dabbled in Linux since 1997, used it at home since 2000, and used it full time uninterrupted as my daily driver since 2019.
I've dabbled in the BSDs since 2022 or so, and currently have an #OpenBSD #Thinkpad which I use as a dedicated writing machine.
I love the power (hardware compatibility, feature set) and ease-of-use of Linux, and the "purity" and "unixyness" of the BSDs.
I was an infosec analyst and sysadmin in a previous life, but have left that behind, for my own sanity's sake. ;)
This will be my backup account, so please definitely follow me at @rl_dane@polymaths.social, but I look forward to having enjoyable chats on here as well from time to time.
Many thanks to @stefano@mastodon.bsd.cafe for adding me!
Due to my brain dead ISP which does not support IPv6 for clients in 2K25(!) I cant access my boxyBSD box.
boxyBSD is thus so far away from me :(
I have a client connection with fixed IPv4 IP somewhere, but it collapses when I use a free available IPv4 to IPv6 tunnel service.
Instead of sitting and twiddling my fingers on my Bass guitar(s) generating random() notes, I decided to get an image of the latest freeBSD and play with it locally, until I can get my ISP to provide all of us with a (set) of free IPv6 addresses because we pay them for a full service here in my country
>> log
$ wget -c https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.2/FreeBSD-14.2-RELEASE-amd64-dvd1.iso
--2025-03-23 13:32:46-- https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.2/FreeBSD-14.2-RELEASE-amd64-dvd1.iso
Resolving download.freebsd.org (download.freebsd.org)... 200.160.6.227, 2001:12ff:0:6224::15:0
Connecting to download.freebsd.org (download.freebsd.org)|200.160.6.227|:443... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 4826406912 (4.5G), 4255655894 (4.0G) remaining [application/octet-stream]
Saving to: ‘FreeBSD-14.2-RELEASE-amd64-dvd1.iso’
-14.2-RELEASE-amd64-dvd1 12%[++++ ] 559.57M 1.01MB/s eta 75m
<< ^Z
Yes they give a puny 1MB speed, you read that correctly
🖋️ #bash #freeBSD #boxyBSD #sh #zsh #ksh #csh #netBSD #openBSD #POSIX
As you can see here the first part of my freeBSD installation is going smoothly
My 2.5GBit NIC it's not supported but my Wi-Fi NIC is properly supported so everything is good, so far
I've just installed the free BSD handbook which requires the network so extra proof that my Wi-Fi NIC is working magnificently
What is also evident is that you should not ignore warnings that you're HDD set up will not boot. It turns out that the drive I used, which has an MBR, not GPT, is not usable in the configuration where I made a second partition / and a third partition /home, the installation goes smoothly but of course it doesn't boot and not surprising GRUB Linux, cannot find a way to make it boot.
So now I have to make a much smaller partition on a GPT USB SSD
It's wise to listen to the options of the installer. Using my GPT partitioned SATA SSD, mounted on a USB tray 📥 I was able to install freeBSD base config without a hitch, jumping into full blown tcsh mode
Extra images will follow in a minute
🖋️ #bash #freeBSD #boxyBSD #sh #zsh #ksh #csh #netBSD #openBSD #POSIX
Finally I've captured some sh photographs of the running minimal freeBSD system
No x.org here. Even mc can't run after the pkg install! It needs proc filesystems installed mounted cfg first
I was surprised that I now need to read documents to find out how my second HDMI IPS LED display can be turned on in text mode, something that happens automatically in Linux out of the box 🎁
🖋️ #bash #freeBSD #boxyBSD #sh #zsh #ksh #csh #netBSD #openBSD #POSIX
I have found an interesting quirk with my freeBSD installation, running on my SATA SSD, which I mount through an USB tray, directly to the USB port on the computer.
As long as i leave the second port of the USB tray open, everything runs fine and smooth. The moment I mount another drive in the second port, freeBSD only does the initial part of the startup sequence and then complains that it cannot go any further.
No further explanation given
Seeking for log files is not an option because the operating system itself doesn't boot.
Where in the documentation should I look for this type of issue?
🖋️ #bash #freeBSD #boxyBSD #sh #zsh #ksh #csh #netBSD #openBSD #POSIX #AskFediverse
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟯/𝟮𝟰 (Valuable News - 2025/03/24) available.
https://vermaden.wordpress.com/2025/03/24/valuable-news-2025-03-24/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
Why Choose to Use the BSDs in 2025 https://lobste.rs/s/iayvkj #dragonflybsd #freebsd #netbsd #openbsd
https://it-notes.dragas.net/2025/03/23/osday-2025-why-choose-bsd-in-2025/
OSDay 2025 - Why Choose to Use the BSDs in 2025
There was limited time, so I couldn't go into much detail and had to keep things more general and structured than usual.
https://it-notes.dragas.net/2025/03/23/osday-2025-why-choose-bsd-in-2025/
#RunBSD #FreeBSD #OpenBSD #NetBSD #DragonFlyBSD #HardenedBSD #BSD
@ParadeGrotesque The $company I work for replaced the two #OpenBSD firewalls I built with a shitty FortiGate appliance. A nicely working OpenVPN was replaced by a buggy & possibly less secure IKEv1. I hate it.
Registration is open for #bsdcan, program published - see the blog post at https://blog.bsdcan.org/2025/03/18/bsdcan-2025-talks-tutorials-and-registration/ for details, or go to https://bsdcan.org (direct to registration link: https://indico.bsdcan.org/event/5/registrations/8/) #bsd #unix #openbsd #freebsd #netbsd #development #devops #sysadmin #freesoftware #libresoftware
Once #OpenBSD 7.7 is released, I will be switching Exquisite.social over to -stable
.
We are now using -current
, which is too much of a hassle with applying errata (as it requires a snapshot upgrade).
This move will minimize the impact, as it means we'll have syspatch ready.
Now that it's official, I can announce it - although I may have dropped a few hints earlier! 😉
My talk "Why (and how) we’re migrating many of our servers from Linux to the BSDs" has been accepted, and I’ll be honored to present it in June at BSDCan in Ottawa.
The joy of meeting BSD friends in person again (and those I haven’t had the chance to meet live yet) will be immense, and the honor of sharing my story in Canada is truly beyond measure, especially considering the level of other talks and all the people attending.
Of course, I’ll be bringing various BSD Cafe gadgets with me!
For more information, here’s @mwl 's post with further details: https://blog.bsdcan.org/2025/03/18/bsdcan-2025-talks-tutorials-and-registration/
Report of the day, 19:30:
I’ve finished preparing the talk for Friday. Unfortunately, it’s not as I would have liked: the 25+5-minute limit is extremely restrictive, and talking about the BSDs in such a short time means having to skip over some fundamental points. Specifically, I will need to reduce the emphasis on the initial part, the less technical and more “motivational” section. I would have needed at least 40 minutes. 25 is really too little for a talk worthy of the name.
On the plus side, in the next few days, I will have to set up a new, quite interesting setup based on the BSDs. I’m considering using both FreeBSD and OpenBSD – the power of jails, the security of OpenBSD as an endpoint – unfortunately, I can’t provide many details as I’ve been asked to keep it confidential. Still, it will be very interesting for me to implement.
I’ve also modified several reverse proxies, switching from nginx to haproxy – I’ve integrated Prometheus and Grafana as well, and the ability to impose granular limits has improved the management of traffic spikes for FediMeteo. I’m really satisfied with the results.
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟯/𝟭𝟳 (Valuable News - 2025/03/17) available.
https://vermaden.wordpress.com/2025/03/17/valuable-news-2025-03-17/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
@vwbusguy The question is what motivates people to contribute to a given entity.
If an organization feeds the homeless, and I think that is a noble endeavor, I want to give to support it.
I use #GoToSocial and #OpenBSD and give to those projects (and in the case of OpenBSD, to its foundation).
Like you I am a regular user of Fedora, but Red Hat isn't asking us to donate to support the project.
Maybe Fedora is not the same as Firefox, but they are alike in some ways.
I reiterate, now that #openbsd -current is 7.7-beta (https://www.undeadly.org/cgi?action=article;sid=20250302115123) it's a fine time to fetch a snapshot and test all the nice improvements. #openbsd #current #upcomingrelease #77beta #development #testing #freesoftware #libresoftware
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟯/𝟭𝟬 (Valuable News - 2025/03/10) available.
https://vermaden.wordpress.com/2025/03/10/valuable-news-2025-03-10/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
EuroBSDCon 2025, Zagreb, September 2025
The Call for Talk and Presentation proposals for EuroBSDCon 2025 is now open.
Enter your submission at https://events.eurobsdcon.org/2025/
Please also visit the main website https://2025.eurobsdcon.org/ for information about the conference.
See you in Zagreb!
#eurobsdcon #bsd #conference #freebsd #openbsd #netbsd #unix #development #devops #freesoftware #libresoftware @eurobsdcon
A BlueTooth vulnerability¹?
Meanwhile, #OpenBSD users everywhere:
I've just launched the version of my blog with a BSD-based theme. The main colors are inspired by the BSDs, and badges will appear if a post includes one (or more) BSD in its categories. I've applied a few fixes (there are more to come), but it's already fully usable.
The site is designed to be navigable even without images or JavaScript, and can be used with text-based browsers. The only feature that requires JavaScript is the search function, which runs locally in the user's browser for maximum security and privacy.
For those who have already visited the site in recent days, you might not see the new theme correctly as some CSS parts could still be cached in your browser. I’ve set long expiration times for the CSS, so browsers may not notice the changes right away.
Server builders of fedi. Does this build seem reasonable for a vm host/nas combo before i start throwing money at getting parts? My goals are: hardware: software stack: the only real issue i personally see with this system is the lack of Pc part picker is suggesting this system will pull 366 watts as its estimated max wattage which isn't too bad, and that doesn't account for cstates or other power saving functionalities.
To sip power when mostly idle
Be quiet
Stay relatively cool
work with video transcoding in jellyfin
fit within 2-3U of rackspace
while still performing well as a hypervisor host
- Motherboard: MSI B550-A PRO
- CPU: AMD ryzen 5 5600G (6C/12T)
- CPU cooler: Noctua NH-L9i
- RAM: whatever brand 128gb ddr4-3600, 4*32gb sticks (ECC is not needed as far as i understand as it's a small deployment)
- Hard drives: 5*4TB WD purple 5400rpm - since there enterprise drives under the hood they should be fine, and will be brought from diffrent batches.
- SSDs: 2*1TB cruial P3 Plus
- generic pcie x1 to m.2 adapter (the second pciex16 lane seems to be disabled if the second m.2 slot on the motherboard is used, i'm not too sure of that's specific to just this motherboard or a specfiction issue with bus bandwidth along pcie lanes generally). It will be slowee but it's a boot drive on a server and will be for redundancy in any case.
- PSU: corsair sf600 600W sfx psu (or any sfx power supply of similar wattage depending on price)
- nic: solarflare dual 40Gbe infiniband nic (i don't remeber the exact model)
- maybe an external HBA if i choose to add a JBOD later on for additional Zdevs.
- an additional pciex16 slot spare if i need to paas a gpu through to a vm if required
boot drives: raid 1 mirrored.
hard drives: zraid5 (4+1 parity in a single zdev)
host:
- Guests:
° 2 * #OpenBSD for public services
° 2 for personal services to avoid any real world identity leaks between professional and personal servers. The 2 vms allow for updates without downtime.
° Kicksecure/hardendbsd for jellyfin and similar services.
° 2 vm's for database failover running netbsd or openbsd.
- shared files between vm's being done over sshfs, smb or nfs.