Skip to main content

Search

Items tagged with: FreeBSD


Playing videos, displaying images and streaming online content on #bsd without a graphical server.

https://automa.triapul.cz/no-gui-mpv/

#openbsd #freebsd #mpv


New 𝗙𝗮𝗹𝗹𝗼𝘂𝘁 𝗕𝘂𝗹𝗹𝘀𝗵𝗶𝘁 (Fallout Bullshit) article available.

https://vermaden.wordpress.com/2024/04/18/fallout-bullshit/

#freebsd #gaming #games #game #fallout #bethesda #obsidian #bullshit #series #amazon


Get ready for the European *BSD event of the year 2024! 😈⛳🐡

As our good friends of @bsdcan close their event on the 1st of June we wanted to give the speakers a little more room to submit their talks for #EuroBSDCon2024

We decided to extend the CfP till the 15th of June! 📅

if you have suggestions for talks you would like to see let us know as
well💡!

You can submit your abnstract at https://events.eurobsdcon.org

The full CfP can be found at https://2024.eurobsdcon.org/cfp/

EuroBSDCon 2024 in Dublin, Ireland 🇮🇪
September 19-22, 2024

#RUNBSD #FreeBSD #NetBSD #OpenBSD #EuroBSDCon #EuroBSDCon2024


#Podman on #freebsd is great, but I miss some deeper integration with things like ZFS delegated administration. Most annoyingly, podman creates all volumes on a single ZFS dataset, which means that it would not be possible to add delegated adminstration (e.g. the ability for a container to snapshot and roll back a volume).

Good news: There's a docker storage plugin that does the right thing and Podman supports it.

Bad news: It depends on systemd socket activation.

I've done a quick-and-dirty port to let it run on FreeBSD without systemd:

https://github.com/davidchisnall/docker-zfs-plugin

Longer term, we should support the systemd socket activation protocol. In particular, the model should compose very well with Capsicum, making it fairly trivial to write services that run with least privilege.