fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

#FreeBSD

78 posts66 participants1 post today

In today's exercise in bravery/silliness, I'm going to complete reconfigure the gateway via #ansible.

Lately, I've just been running single updates:

ansible-playbook gateway.yml --tags=pf

Today, the tags are coming off. All the updates.

ansible-playbook gateway.yml

Updated #FreeBSD pkg yesterday, and TIL new features of listing package dependencies (think: pkg info -dr), which also lists versioned libraries required and provided together with packages that provide them and depend on them. Fantastic! Thank you @_bapt_

#FreeBSD #OpenRGB

Hello again FreeBSD-Nauts! Yesterday you guys came through, and with your assistance I was able to get my keyboard's media keys working. 🙂

Today... I have another little problem. My motherboard has 12v RGB headers, so I went and purchase some RGB LED strips for it. I installed them, turn the PC on, and they turned on as they should. Then I installed and ran OpenRGB. OpenRGB detected my Keyboard's and mouse's RGBs, but not the motherboard's RGB headers.

Any ideas? Please assist! Thanks!

After 2 weeks of fiddling with #rust in my spare time, my code finally can play wav file via #FreeBSD OSS. Here's the shortest example of how to do that that I figured out: github.com/mekanix/oss

Note I'm new to the language and I probably didn't write the best code. For explanation how ioctl works in rust, I wrote a short blog post: meka.rs/blog/2025/03/18/rust-a.

My next endevour will be to figure out how to combine the code that I have with docs.rs/dasp/latest/dasp/ and book.vizia.dev/ to build the simple DAW. After that, I need to figure out how mmap mode works. Oh what fun!

Contribute to mekanix/oss development by creating an account on GitHub.
GitHubGitHub - mekanix/ossContribute to mekanix/oss development by creating an account on GitHub.

Just tried latest GhostBSD 25.01-R14.2p1 release on ThinkPad X220.

Works really well.

The only thing that I needed to tweak were Fonts rendering settings:
- DPI: 76
- Smoothing: Grayscale
- Hinting: None

After that (and logout/login cycle) looks really well.

Just tried latest GhostBSD 25.01-R14.2p1 release on ThinkPad X220.

Works really well.

The only thing that I needed to tweak were Fonts rendering settings:
- DPI: 76
- Smoothing: Grayscale
- Hinting: None

After that (and logout/login cycle) looks really well.

Been juggling hardware, moving VMs and jails around, and I shoehorned myself into a bit of an odd situation.

I had two Intel NUCs, one is a weaker Celeron CPU, with a meager 4 GB ram. The other is a beast with a much better CPU and 32 GB of ram.

The one with the 32 GB and strong CPU has the easy job, and the weak one has the hard job.

The easiest solution was to swap their drives, and network cables.

The only software change I had to make?

sed -i bak s/re0/em0/g /etc/rc.conf

on the first one

and, shocker.....

sed -i bak s/em0/re0/g /etc/rc.conf

That was _it_. Both systems came up clean because the #FreeBSD network subsystem isn't a clusterfuck.

That doesn't work in Linux.

Replied to Justine Smithies

@justine
I recommend reading this evident provocation.
xahlee.info/linux/why_tiling_w

I am happy with .
I have configured the titlebar with double left click to iconify and middle click to close, xfce4-panel as vertical with intelligent autohide.
I use "Run or Raise" with single key shortcuts for most used applications.

Here is a link to an old implementation request of mine.
github.com/labwc/labwc/issues/

Below is the current state of my desktop environment

#FreeBSD Hello FreeBSD-nauts. As a FreeBSD newbie, I run into all kinds of little issues with my PC quite frequently to be honest.

Today, as usual, is not a big deal, but it is annoying as hell. I cannot get the volume knob in my Keyboard to work.

Help please! Thanks!

Just switched all the services I'm #selfhosting to #freebsd #jails
% jls
JID IP Address Hostname Path
15 snac /usr/local/jails/containers/snac
18 thelounge /usr/local/jails/containers/thelounge
25 phpfpm /usr/local/jails/containers/phpfpm
26 immich /usr/local/jails/containers/immich
27 bookwyrm /usr/local/jails/containers/bookwyrm
28 postgresql /usr/local/jails/containers/postgresql
29 miniflux /usr/local/jails/containers/miniflux
30 etesync /usr/local/jails/containers/etesync
34 goploader /usr/local/jails/containers/goploader
Actually posting from the #snac account hosted in the jail itself :)