home.social

#freebsd — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #freebsd, aggregated by home.social.

fetched live
  1. Manpage Monday: bastille create

    One command creates and starts a jail:

    A thick jail with a static MAC and start priority 10
    > bastille create -TM -p 10 myjail 15.1-RELEASE 10.23.23.1

    A VNET jail with boot off and a custom gateway
    > bastille create -V --no-boot -g 10.1.1.1 web 15.1-RELEASE 10.1.1.4/24 vtnet0

    Thick, thin, clone, empty, VNET, even Linux. All securely isolated in a FreeBSD jail.

    See `man bastille-create` for more details.

  2. FreeBSD 14.5-BETA3 is now available, with several kernel panic fixes and updates for various architectures including amd64, aarch64, powerpc, riscv64, and more. #FreeBSD

  3. We are counting down to the European *BSD event of the year! 😈⛳🐡

    Big thank you to our partner sponsors:
    - Skylime - skylime.net/
    - Netzkommune - netzkommune.de/
    - OpenBSD Amsterdam - openbsd.amsterdam/
    - LAYLO - laylo.io/
    - The Lightbird - thelightbird.com/

    If you haven't secured your spot yet, now's the time!
    tickets.eurobsdcon.org/

    📅 You can check out the program at events.eurobsdcon.org/2026/sch

    EuroBSDCon 2026 in Brussels, Belgium 🇧🇪
    September 09-13, 2026

    #EuroBSDCon #EuroBSDCon2026 #BSD #RUNBSD #FreeBSD #NetBSD #OpenBSD

  4. *frustration intensifies*

    #slopification once again I am thwarted in doing fun #freebsd stuff because LLM scrapers are screwing with our bugzilla:

    Error 503 Backend fetch failed

  5. Second: The EOF character causes the #Debian #AlmquistShell to print the message about using the exit command, multiple times, and then the shell exits anyway.

    This doesn't happen on Debian, only on the BSDs. I've built on Debian, #NetBSD, and #FreeBSD.

    My first thought is that this is a libedit difference between the BSD version and the Debian port. It's the same tokenizer code in the shell in all three, so that doesn't seem a likely locus.

    #UnixShells

  6. First: I don't know what #glob and #fnmatch add to the #Debian #AlmquistShell. Nothing stands out as different with those features turned on.

    The #NetBSD and #FreeBSD flavours of the Almquist shell don't use glob() and fnmatch() at all, and the BusyBox flavour is different, so this does appear (without checking the source history) to be a Debianism of some kind. It's unclear what it achieves, though, although it might that the reasoning does not apply nowadays.

    #UnixShells

  7. Without any intentional change to the system, one of my #FreeBSD hosts recently changed its SLAC-generated IPv6 address after a reboot. I am a bit baffled.

  8. Minimal Sway setup on FreeBSD 15.1:

    # Wayland
    doas pkg install wayland seatd
    doas sysrc seatd_enable="YES"
    doas service seatd start

    # Sway
    doas pkg install sway foot wmenu noto-basic
    mkdir ~/.config/sway
    cp /usr/local/etc/sway/config ~/.config/sway
    vi ~/.config/sway/config
    input * xkb_rules evdev
    input type:touchpad {
    dwt enabled
    tap enabled
    natural_scroll enabled
    }
    input type:keyboard {
    xkb_layout "dk"
    }

    # Foot
    mkdir ~/.config/foot
    vi ~/.config/foot/foot.ini
    font=monospace:size=14

    #FreeBSD #Wayland #Sway

  9. 2.0.0b23 was just released!

    With a ton of new features and some fixes, please check the change log and help testing:

    github.com/borgbackup/borg/rel

  10. Yes. So, when I got Hyprland going on FreeBSD, there was more to learn.
    Decided to use ashell as a bar, rio-terminal, wezterm, nwg-drawer, walker or good ol' rofi, neovim, you name it🤣 Rust and lua.
    The curious mind can be a burden, as well as a pleasure 😄
    It'll take some more time, but everything is up and running. Having a great time!
    #freebsd #hyprland

  11. Migrated my mastodon server's data disk to ZFS (which is to say, created a new volume and copied everything over) since the original was running low on space anyway.

    If you can't see this, it broke.

    #FreeBSD #zfs

  12. CW: Introduction post with lots of hashtags

    New server, new #Introduction, I guess

    I'm an #ActuallyAutistic #Queer person in #Edinburgh, #Scotland. I usually post about my interests or random thoughts in my head. I also often complain about technology around me. I also like to read about sustainability. Trying to keep my #HousePlants alive.

    What you should know is I'm lactose intolerant. So please keep dairy away from my feed, haha.

    I like watching #SciFi ( #StarTrek, #StarGate, #DoctorWho, and others), but I also like #MurderMystery. If you don't want to be murdered, don't go to Cabot Cove ( #MurderSheWrote). Occasionally I watch some #musical.

    I try to get better at Go ( #weiqi, #baduk)

    For games I usually play on my #NintendoSwitch (casual gamer - #MarioKart, #AnimalCrossing, #MarioParty, main series of #Mario, #Splatoon, #WarioGames, and more) and #BoardGames (a casual fan - I genuinely enjoy playing #Cluedo and #Munchkin. I also enjoy #Fluxx, #GiveMeTheBrain, #Scrabble, #TheSettlersOfCatan, Pandemic (that hashtag would be confusing), #ExplodingKittens, #Dixit, and more)

    #TheHobbit is still my favourite book, but I also like #MissMarple, #Poirot, and #SherlockHolmes. #TheHitchhikersGuideToTheGalaxy series is great. So is #Discworld by #TerryPratchett. Enjoyed #EarthSea series.

    I like to drink #Tea, especially #GreenTea. Enjoy animated shows like #Daria, #Amphibia, #TheOwlHouse, #ScoobyDoo, #GravityFalls, #BobsBurgers, #SpyXFamily, #InvaderZim, #DuckTales, #AvatarTheLastAirbender, old #TheSimpsons, #SpongeBob, and others

    Occasionally watch some #KDrama

    Fan of #sriracha

    For geeks:
    Second hand #ThinkPad user running #FreeBSD with #XFCE. Web browsing in #Librewolf and #links2. #Tabs over #Spaces and I use nano.

  13. @meluzzy

    I still use the Almquist shells for scripts. Having none of the heavyweight interactive and extensions stuff to initialize is a definite advantage, as Debian/Ubuntu found out years ago.

    I am glad that yet another person has learned of the #WatanabeShell .

    Line editing, via libedit, and history work in the BSD flavours of the #AlmquistShell, by the way. Debian simply builds it with editing and history disabled.

    #UnixShells #Unix #NetBSD #FreeBSD

  14. 4/ I tried FreeBSD on another and older thinkpad and while it mostly worked, the issue for me was software support for apps that I use on a regular basis like Clion. I know there are some ports for some apps, but the hassle for me ended up not being worth it (yet). I will revisit FreeBSD on a laptop in the future especially when wayland support is more mature.

    I have landed on CachyOS for the time being running hyprland and Noctalia.

    #FreeBSD #macos #linux

  15. Ho identificato la causa dei problemi grafici su GhostBSD/FreeBSD lanciando applicazioni native Linux con la compatibilità. linsysfs non espone correttamente i dispositivi grafici a causa di un bug, impedendo a Vulkan di avviarsi correttamente.
    C'è una correzione temporanea che corregge il problema, non riesco a farla andare all'avvio. Se attivata manualmente, funziona.

    @[email protected] @giochi @computer @[email protected]

    forums.freebsd.org/threads/how

    #bsd #freebsd #ghostbsd #pcgaming