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.

Site description
/pub
Admin account
@hi@romanzolotarev.com

Search results for tag #freebsd

[?]Shawn Webb [He/Him] Β» 🌐
@lattera@bsd.network

What am I doing wrong here? Just a very basic pf NAT config, but the src address isn't being updated:

scrub in all

nat pass on tun0 from tun0:network to any -> (vtnet0)

pass all

    [?]jhx Β» 🌐
    @jhx@mastodon.bsd.cafe

    New (used) PC ordered - new setup incoming. :freebsd:
    This time with even more Jail fun πŸ˜€

      [?]Justine Smithies [She / Her] Β» 🌐
      @justine@snac.smithies.me.uk

      The plot thickens! After about 5 to 10 minutes if I rerun fastfetch it no longer shows the pkg count. If I run doas fastfetch I get the error where the pkg count should be of Authorization required, but no authorization protocol specified but then if i close the foot terminal window and open a new one the next time I can just type fastfetch and it shows the pkg count again as normal. I'm confused could this be some issue with 15.1 as it surely can't be fastfetch ? Also I'm not sure if this is related but after upgrading to pkgbase using doas poweroff or shutdown -p now and doas shutdown -r now or doas reboot don't always work. They unmount geli and detatch all usb stuff then sometimes hang forever. Yet the next time they work. So could those two things be related or just a coincidence ? Reboots and poweroff used to work everytime before.

      CC: @grahamperrin@bsd.cafe

        [?]R.L. Dane :Debian: :OpenBSD: :FreeBSD: 🍡 :MiraLovesYou: [he/him/my good fellow] Β» 🌐
        @rl_dane@polymaths.social

        LOL NOPE. There was a ticksy '^M' / '\r' hiding in the text, Precious!!! Tricksy carriage return, we hates them, Precious!!!

        P.S. using the "l" command could have saved me a few minutes of consternation πŸ˜… β€”

        rld@prometheus:~$ echo -e 'sneaky\rhello there'
        hello there
        rld@prometheus:~$ echo -e 'sneaky\rhello there' |snarfi
        rld@prometheus:~$ ed
        P
        *H
        *r !snarfo
        19
        *,n
        hello thereaky
        *,p
        hello there
        *,l
        sneaky\rhello there
        *
        

        GUYS,

        I think I just found a bug in #FreeBSD's #ed(1):

        *,n
        1	a 1-bit bi-level (#425477
        2	 and 
        3	#9fabcd
        *1
        a 1-bit bi-level (#425477
        *j
        *p
         and it bi-level (#425477
        *WHAT??!?
        ?
        unexpected command suffix
        *,n
         and    a 1-bit bi-level (#425477
        2	#9fabcd
        *
        *,p
         and it bi-level (#425477
        #9fabcd
        *u
        *,n
        1	a 1-bit bi-level (#425477
        2	 and 
        3	#9fabcd
        *,p
        a 1-bit bi-level (#425477
         and 
        #9fabcd
        *
        

          [?]Justine Smithies [She / Her] Β» 🌐
          @justine@snac.smithies.me.uk

          Yeah thanks, according to docs if you put it in sysctl.conf it is only read on multiuser startup, whereas in /boot/loader.conf it is loaded early on.

          CC: @FiLiS@mastodon.social

            [?]Justine Smithies [She / Her] Β» 🌐
            @justine@snac.smithies.me.uk

            Noticed that on my ThinkPad P14s AMD Gen 1 with and ZFS as the filesystem that it would sometimes nearly use up all of the 16GB ram. So as I only have a 1TB NVME I decided to read up and found that really 1GB is sufficient for every 1TB of drive. So I set the maximum to 2GB and the minimum to 1Gb and hopefully this will be OK for my laptops desktop useage?

            /boot/loader.conf

            # Set Maximum for ZFS ARC
            vfs.zfs.arc_max="2147483648"

            # Set Minimum for ZFS ARC
            vfs.zfs.arc_min="1073741824"

              [?]Justine Smithies [She / Her] Β» 🌐
              @justine@snac.smithies.me.uk

              Something I have noticed since switching my to pkgbase is that the output of fastfetch no longer shows the package numbers. I can't see what changes would have affected that but there it is.

                [?]Justine Smithies [She / Her] Β» 🌐
                @justine@snac.smithies.me.uk

                So this should really be added to the Handbook then don't you think?

                RE: https://mastodon.bsd.cafe/@grahamperrin/116784954897006714

                  [?]Justine Smithies [She / Her] Β» 🌐
                  @justine@snac.smithies.me.uk

                  Question to those who use pkgbase in .

                  Do you have to run doas pkg update -r FreeBSD-base or can you just run doas pkg upgrade -r FreeBSD-base like I do for ports as I only run doas pkg upgrade and it saves me typing out a similar length line that contains update ????

                    [?]Justine Smithies [She / Her] Β» 🌐
                    @justine@snac.smithies.me.uk

                    Well after successfully converting to pkgbase on my ThinkPad and slightly confusing myself with the config files, I think I can safely say it's wine 'o' clock and tonight I'm going with a Spanish red. 🍷

                      [?]Justine Smithies [She / Her] Β» 🌐
                      @justine@snac.smithies.me.uk

                      Think I've sorted my conf files for using pkgbase now, They are as follows:

                      /usr/local/etc/pkg/repos/FreeBSD-base.conf

                      FreeBSD-base: {
                      url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_release_${VERSION_MINOR}",
                      mirror_type: "srv",
                      signature_type: "fingerprints",
                      fingerprints: "/usr/share/keys/pkgbase-${VERSION_MAJOR}",
                      enabled: yes
                      }
                      /usr/local/etc/pkg/repos/FreeBSD.conf

                      FreeBSD-ports: {
                      url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
                      mirror_type: "srv",
                      signature_type: "fingerprints",
                      fingerprints: "/usr/share/keys/pkg",
                      enabled: yes
                      }
                      FreeBSD-ports-kmods: {
                      url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest_${VERSION_MINOR}",
                      mirror_type: "srv",
                      signature_type: "fingerprints",
                      fingerprints: "/usr/share/keys/pkg",
                      enabled: yes
                      }
                      Hopefully that's me sorted now.

                        [?]Justine Smithies [She / Her] Β» 🌐
                        @justine@snac.smithies.me.uk

                        Well I survived changing over from freebsd-update to pkg using pkgbasify but I'm not 100% sure about the contents of /usr/local/etc/pkg/repos/FreeBSD-base.conf as it has no URL just enabled: yes plus I'm on latest for ports which is shown below in /usr/local/etc/pkg/repos/FreeBSD.conf

                        FreeBSD-ports: { url = "pkg+http://pkg.freebsd.org/${ABI}/latest"; }
                        and /etc/pkg/repos/FreeBSD.conf the following:

                        #
                        # To disable a repository, instead of modifying or removing this file,
                        # create a /usr/local/etc/pkg/repos/FreeBSD.conf file, e.g.:
                        #
                        # mkdir -p /usr/local/etc/pkg/repos
                        # echo "FreeBSD-ports: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
                        # echo "FreeBSD-ports-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf
                        #
                        # Note that the FreeBSD-base repository is disabled by default.
                        #

                        FreeBSD-ports: {
                        url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
                        mirror_type: "srv",
                        signature_type: "fingerprints",
                        fingerprints: "/usr/share/keys/pkg",
                        enabled: yes
                        }
                        FreeBSD-ports-kmods: {
                        url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",
                        mirror_type: "srv",
                        signature_type: "fingerprints",
                        fingerprints: "/usr/share/keys/pkg",
                        enabled: yes
                        }
                        FreeBSD-base: {
                        url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_release_${VERSION_MINOR}",
                        mirror_type: "srv",
                        signature_type: "fingerprints",
                        fingerprints: "/usr/share/keys/pkgbase-${VERSION_MAJOR}",
                        enabled: no
                        }


                          [?]Justine Smithies [She / Her] Β» 🌐
                          @justine@snac.smithies.me.uk

                          Well pkgbasify did it's stuff and I've rebooted. This is what is in the relevant files and if some clever could confirm that they look OK then I'm officially using pkg from now on instead of freebsd-update.

                          justine@justine@snac.smithies.me.uk-laptop ~  $ cat /usr/local/etc/pkg/repos/FreeBSD-base.conf
                          FreeBSD-base: {
                          enabled: yes
                          }
                          justine@justine@snac.smithies.me.uk-laptop ~ $ cat /usr/local/etc/pkg/repos/FreeBSD.conf
                          FreeBSD-ports: { url = "pkg+http://pkg.freebsd.org/${ABI}/latest"; }
                          justine@justine@snac.smithies.me.uk-laptop ~ $ cat /etc/pkg/FreeBSD.conf
                          #
                          # To disable a repository, instead of modifying or removing this file,
                          # create a /usr/local/etc/pkg/repos/FreeBSD.conf file, e.g.:
                          #
                          # mkdir -p /usr/local/etc/pkg/repos
                          # echo "FreeBSD-ports: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
                          # echo "FreeBSD-ports-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf
                          #
                          # Note that the FreeBSD-base repository is disabled by default.
                          #

                          FreeBSD-ports: {
                          url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
                          mirror_type: "srv",
                          signature_type: "fingerprints",
                          fingerprints: "/usr/share/keys/pkg",
                          enabled: yes
                          }
                          FreeBSD-ports-kmods: {
                          url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",
                          mirror_type: "srv",
                          signature_type: "fingerprints",
                          fingerprints: "/usr/share/keys/pkg",
                          enabled: yes
                          }
                          FreeBSD-base: {
                          url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_release_${VERSION_MINOR}",
                          mirror_type: "srv",
                          signature_type: "fingerprints",
                          fingerprints: "/usr/share/keys/pkgbase-${VERSION_MAJOR}",
                          enabled: no
                          }
                          ```

                            [?]Justine Smithies [She / Her] Β» 🌐
                            @justine@snac.smithies.me.uk

                            OK then I'm away to possibly break my 15.1 install on my by going all modern and pkgbasify it. Wish me luck! 😟 :runbsd: :freebsd:

                            https://github.com/FreeBSDFoundation/pkgbasify

                              [?]Graham Perrin Β» 🌐
                              @grahamperrin@mastodon.bsd.cafe

                              FreeBSD boot loaders

                              The loader should be upgraded before a root-on-ZFS pool is upgraded.

                              For a major upgrade of the OS – with or without an upgrade of the pool: should the loader be upgraded before first boot of the upgraded kernel?

                                [?]EuroBSDCon Β» 🌐
                                @EuroBSDCon@bsd.network

                                We are about to close the CfP for
                                the European *BSD event of 2026! πŸ˜ˆβ›³πŸ‘

                                Planning to submit a talk? Now is the time!

                                Especially first time speakers and talk submissions for and !

                                events.eurobsdcon.org/

                                The schedule will be published on πŸ—“οΈ 2026-07-15

                                For everything else, peek at 2026.eurobsdcon.org/
                                More information is added all the time.

                                EuroBSDCon 2026 in Brussels, Belgium πŸ‡§πŸ‡ͺ
                                September 09-13, 2026

                                Iconic Minion alarm is the internet's favorite way to signal chaos, urgency, or a major announcement.

It has the text: Bee-doh! Bee-doh! Bee-doh!

                                Alt...Iconic Minion alarm is the internet's favorite way to signal chaos, urgency, or a major announcement. It has the text: Bee-doh! Bee-doh! Bee-doh!

                                  [?]Justine Smithies [She / Her] Β» 🌐
                                  @justine@snac.smithies.me.uk

                                  Maybe I'm being a bit simple but reading the docs for upgrades using pkgbase and it says to create this file FreeBSD-base.conf which I understand. The part that is messing with my grey matter is where it says to chose one of the options below. I'm on FreeBSD 15.1-RELEASE and have my ports on Latest so which of these two do I chose ?

                                  main - pkg+https://pkg.freebsd.org/${ABI}/base_latest

                                  releng/15.1 pkg+https://pkg.freebsd.org/${ABI}/base_release_1

                                  Or something else entirely ????

                                  https://docs.freebsd.org/en/books/handbook/cutting-edge/#_upgrading_a_host_using_freebsd_base

                                  HELP PLEASE before I pkgbasify my ThinkPad ❤️

                                    [?]fellmoon 🏴 Β» 🌐
                                    @fellmoon@bsd.network

                                    I updated the laptop from 15.0 to 15.1 ... neither graphics nor wifi broke and at the same time wifi-speed increased!

                                    The homeserver a few days ago also without any issues :)

                                    great to see the efford that goes into this really showing by now :flan_cheer:

                                      [?]Justine Smithies [She / Her] Β» 🌐
                                      @justine@snac.smithies.me.uk

                                      Since upgrading to 15.1 I have noticed that using shutdown or poweroff on my P14s gen 1 amd , it fails to switch off anymore. It closes up geli and unmounts all USB stuff then just hangs forever.
                                      Using doas reboot hangs too but doas shutdown -r now reboots without issue.
                                      Anyone else have a similar issue since upgrading as it all worked before ??

                                        [?]Justine Smithies [She / Her] Β» 🌐
                                        @justine@snac.smithies.me.uk

                                        Do I or don't I run pkgbasify on my now that I'm already on 15.1-RELEASE ?
                                        Or do I stick with the old school freebsd-update fetch install until I'm forced into the new way ?? πŸ€” :freebsd: :runbsd:

                                          [?]Justine Smithies [She / Her] Β» 🌐
                                          @justine@snac.smithies.me.uk

                                          Anyone running 15.0 > that used to use freebsd-update fetch install tried to pkgbasify their system ? If so did it all go smoothly or should we all just put those thoughts to the back of our minds until nearer the time of FreeBSD 16.0 ????
                                          Also does it work with Bastille jails too ???

                                            [?]EuroBSDCon Β» 🌐
                                            @EuroBSDCon@bsd.network

                                            Wishing all our *BSD πŸ˜ˆβ›³πŸ‘ friends an amazing time at @bsdcan in Ottawa!

                                            Still image from the movie Monsters Inc.
Mike Wazowski seen from the back looking into a wide hallway with a group of monsters walking towards him.
It has the text:

Me watching my friends having fun without me.

                                            Alt...Still image from the movie Monsters Inc. Mike Wazowski seen from the back looking into a wide hallway with a group of monsters walking towards him. It has the text: Me watching my friends having fun without me.

                                              [?]Justine Smithies [She / Her] Β» 🌐
                                              @justine@snac.smithies.me.uk

                                              I apologise for the spamming of NYC*BUG toots earlier. It was caused by this Muppet forgetting to rebuild my instance against the newly updated 15.1 .

                                                [?]Justine Smithies [She / Her] Β» 🌐
                                                @justine@snac.smithies.me.uk

                                                Resubmitted my /var/run/dmesg.boot to NYC*BUG now I'm on 15.1

                                                https://dmesgd.nycbug.org/index.cgi?do=view&id=9010

                                                  [?]Justine Smithies [She / Her] Β» 🌐
                                                  @justine@snac.smithies.me.uk

                                                  And so the deed is done. My server Beastie and all of it's Bastille jails are now upgraded to 15.1-RELEASE without a single hitch! β™₯️ :freebsd: :runbsd:

                                                    [?]R.L. Dane :Debian: :OpenBSD: :FreeBSD: 🍡 :MiraLovesYou: [he/him/my good fellow] Β» 🌐
                                                    @rl_dane@polymaths.social

                                                    Ok, this is funny...

                                                    I launched #tut with #vi as my default editor instead of #ed, because I just wanted to fire off a quick toot without having to put my brain in ed mode, and yet I kept...

                                                    Starting toots with a instead of o

                                                    Ending toots with \n.\nwq\n instead of [esc]:wq

                                                    πŸ˜†

                                                    Sent from ed on my #FreeBSD #Thinkpad. 😁

                                                      [?]Justine Smithies [She / Her] Β» 🌐
                                                      @justine@snac.smithies.me.uk

                                                      Wow ! Beastie is now running on 15.1 without issues! So now I've just the Bastille jails to update to 15.1 too.

                                                        [?]Justine Smithies [She / Her] Β» 🌐
                                                        @justine@snac.smithies.me.uk

                                                        As I'm a glutton for punishment I thought it would be a jolly jape to just go ahead and start the 15.1 upgrade on my server Beastie and it's Bastille jails. Let's see how much pain I cause myself here. 🀣

                                                          [?]Justine Smithies [She / Her] Β» 🌐
                                                          @justine@snac.smithies.me.uk

                                                          UPDATE Installing drm-latest-kmod in place of drm-kmod has resolved my issue and I am now typing this out from my setup. 😁

                                                          Sorry maybe you should mention something like this if folk are running latest in the handbook as it just says to use drm-kmod ??? Just a suggestion. 😎 :runbsd:

                                                            [?]Justine Smithies [She / Her] Β» 🌐
                                                            @justine@snac.smithies.me.uk

                                                            UPDATE Installing drm-latest-kmod in place of drm-kmod has resolved my issue and I am now typing this out from my setup. 😁

                                                            Sorry maybe you should mention something like this if folk are running latest in the handbook as it just says to use drm-kmod ??? Just a suggestion. 😎 :runbsd:

                                                              [?]Justine Smithies [She / Her] Β» 🌐
                                                              @justine@snac.smithies.me.uk

                                                              Think I might try drm-latest-kmod instead of drm-kmod ? What's the worst that could happen?

                                                                [?]Justine Smithies [She / Her] Β» 🌐
                                                                @justine@snac.smithies.me.uk

                                                                I have to say every time release an update my poor ThinkPad falls at the amdgpu stage and I have to wait a while for fixes. So much for improving laptop support as this has happened to me on several past updates now.

                                                                  [?]Justine Smithies [She / Her] Β» 🌐
                                                                  @justine@snac.smithies.me.uk

                                                                  See it has upgraded, It's just that I've got no amdgpu driver as yet ! 15.1

                                                                  Photo of my ThinkPad P14s Amd laptop showing it's on FreeBSD 15.1 in a text console.

                                                                  Alt...Photo of my ThinkPad P14s Amd laptop showing it's on FreeBSD 15.1 in a text console.

                                                                    [?]Justine Smithies [She / Her] Β» 🌐
                                                                    @justine@snac.smithies.me.uk

                                                                    Must bee an issue with the latest drm-kmod driver for my ryzen 7 GPU as if I enable amdgpu my thinkpad just reboots after DRM errors. So much for a smooth uograde from 15.0 to 15.1 !
                                                                    I think this happened on the last upgrade too with the graphics.

                                                                      [?]Justine Smithies [She / Her] Β» 🌐
                                                                      @justine@snac.smithies.me.uk

                                                                      Bugger! Just upgraded my ThinkPad P14s amd to 15.1 and it fails to boot just reboots as I see DRM errors. I cannot boot off old kernel. Any ideas friends ?
                                                                      I came from 15.0 to 15.1 and I suspect it's an issue with my ryzen 7 graphics ???

                                                                        [?]Justine Smithies [She / Her] Β» 🌐
                                                                        @justine@snac.smithies.me.uk

                                                                        When you report a bug but then think it's you own configuration issue and then developer realises it is actually a bug. πŸ˜€

                                                                        https://github.com/mangowm/mango/issues/1045

                                                                          [?]EuroBSDCon Β» 🌐
                                                                          @EuroBSDCon@bsd.network

                                                                          Getting closer by the day...

                                                                          The European *BSD event of 2026! πŸ˜ˆβ›³πŸ‘

                                                                          Get your 🎟️ at tickets.eurobsdcon.org/eurobsd

                                                                          While you're at it, don't forget to drop your abstract like it's hot! πŸ”₯
                                                                          events.eurobsdcon.org/

                                                                          We are still and always looking for first-time *BSD speakers.
                                                                          Whether you are just starting out or have a unique perspective to share, your voice matters!

                                                                          The schedule will be published on πŸ—“οΈ 2026-07-15

                                                                          For everything else, peek at 2026.eurobsdcon.org/
                                                                          More information is added all the time.

                                                                          EuroBSDCon 2026 in Brussels, Belgium πŸ‡§πŸ‡ͺ
                                                                          September 09-13, 2026

                                                                            [?]Justine Smithies [She / Her] Β» 🌐
                                                                            @justine@snac.smithies.me.uk

                                                                            Repping red. :freebsd: πŸ€ͺ

                                                                            CC: @stefano@bsd.cafe

                                                                              [?]Justine Smithies [She / Her] Β» 🌐
                                                                              @justine@snac.smithies.me.uk

                                                                              Spent the morning fixing my MangoWM scripts as they changed how their IPC command mmsg works. Which may sound annoying but it actually improves what can be done via IPC now.

                                                                              https://git.smithies.me.uk/freebsd-thinkpad-p14s-amd-dotfiles/


                                                                                [?]Mike (VK1OMG) πŸ΄β€β˜ οΈ [He, him] Β» 🌐
                                                                                @mike_k@mstdn.social

                                                                                301 new ports waiting in the queue, a couple of them from 2022. (!)

                                                                                Without looking too closely looks to be 150 from this year, 107 still from 2025, & 44 from earlier years.

                                                                                Not necessarily a quick trip, which makes me wonder, what's the point? I'm trying to not look at this with a Linux bias, but...

                                                                                  [?]Graham Perrin Β» 🌐
                                                                                  @grahamperrin@mastodon.bsd.cafe

                                                                                  Incidentally, I do like alternative forms of art. Amongst my favourite posts of all time:

                                                                                  <reddit.com/r/freebsd/comments/>

                                                                                  Peace, and sugar lips, and so on …
                                                                                  "Seems like a smart person, I think someone got Hasselhoff wasted lol"

                                                                                  @h3artbl33d @rqm @lattera

                                                                                    [?]h3artbl33d :openbsd: :antifa: [Try/Me] Β» 🌐
                                                                                    @h3artbl33d@exquisite.social

                                                                                    Another day, another branded vulnerability. FreeBSD this time. But the website is a real work of art: bumsrake.de

                                                                                    (h/t to @rqm)

                                                                                      [?]Justine Smithies [She / Her] Β» 🌐
                                                                                      @justine@snac.smithies.me.uk

                                                                                      Well that latest update was painless for both my and my server Beastie running jails.

                                                                                      FreeBSD 15.0-RELEASE-p10

                                                                                      Nice one! πŸ’ͺ :runbsd: :beastie:

                                                                                        [?]EuroBSDCon Β» 🌐
                                                                                        @EuroBSDCon@bsd.network

                                                                                        🚨 Hotel Discount Expires 🚨
                                                                                        The block booking for the hotel is expiring soon!

                                                                                        2026.eurobsdcon.org/accomodati

                                                                                        If you were planning to book your hotel early now is your chance!

                                                                                        warwickhotels.com/hotel-barsey

                                                                                        Hotel Barsey by Warwick
                                                                                        Louizalaan 381-383, 1050 Brussel

                                                                                        Located near the Flagey area, know for its restaurants and bars.

                                                                                        Cutout of the EuroBSDCon 2026 banner.
Comic like drawing.

First panel has a butler serving a nice Belgium beer. There are two speech bubbles. 1. ...we find this? 2. Etterbeek, Sir.

The second panel has Manneken Pis doing his thing.

                                                                                        Alt...Cutout of the EuroBSDCon 2026 banner. Comic like drawing. First panel has a butler serving a nice Belgium beer. There are two speech bubbles. 1. ...we find this? 2. Etterbeek, Sir. The second panel has Manneken Pis doing his thing.

                                                                                          [?]Graham Perrin Β» 🌐
                                                                                          @grahamperrin@mastodon.bsd.cafe

                                                                                          [?]Justine Smithies [She / Her] Β» 🌐
                                                                                          @justine@snac.smithies.me.uk

                                                                                          Oh ! There is no deltachat-desktop in 15.0 Latest. 😞

                                                                                          Screenshot showing the Fresh ports builds for deltachat-desktop and no build for FreeBSD 15.0 Latest

                                                                                          Alt...Screenshot showing the Fresh ports builds for deltachat-desktop and no build for FreeBSD 15.0 Latest

                                                                                            [?]Stefano Marinelli Β» 🌐
                                                                                            @stefano@mastodon.bsd.cafe

                                                                                            My first Mastodon 4.5.11 to 4.6.0 beta1 upgrade on FreeBSD has been smooth and successful.
                                                                                            In the coming days, I'll perform more tests (like rising the char limits, etc) to be sure that, when it will be stable, the BSD Cafe upgrade will be smooth as well.

                                                                                              [?]R.L. Dane :Debian: :OpenBSD: :FreeBSD: 🍡 :MiraLovesYou: [he/him/my good fellow] Β» 🌐
                                                                                              @rl_dane@polymaths.social

                                                                                              Umm... WHAT??

                                                                                              rld@Intrepid:scripts$ ls -l jargon
                                                                                              -rwxr-xr-x  1 rld rld 1,443,874 Jun  2 06:51 jargon
                                                                                              rld@Intrepid:scripts$ ls -lh jargon
                                                                                              -rwxr-xr-x  1 rld rld   1.4M Jun  2 06:51 jargon
                                                                                              rld@Intrepid:scripts$ du -sh jargon
                                                                                              981K	jargon
                                                                                              

                                                                                              Ok, that's enough computering for today. I can't even. Oh, wait...

                                                                                              It's #ZFS on #FreeBSD, so compression something something??

                                                                                              rld@Intrepid:~$ dd if=/dev/zero count=2048 of=blah1
                                                                                              2048+0 records in
                                                                                              2048+0 records out
                                                                                              1048576 bytes transferred in 0.007787 secs (134654119 bytes/sec)
                                                                                              rld@Intrepid:~$ dd if=/dev/urandom count=2048 of=blah2
                                                                                              2048+0 records in
                                                                                              2048+0 records out
                                                                                              1048576 bytes transferred in 0.012141 secs (86364101 bytes/sec)
                                                                                              rld@Intrepid:~$ ls -lh blah?
                                                                                              -rw-r--r--  1 rld rld   1.0M Jun  2 06:58 blah1
                                                                                              -rw-r--r--  1 rld rld   1.0M Jun  2 06:58 blah2
                                                                                              rld@Intrepid:~$ du -sh blah?
                                                                                              512B	blah1
                                                                                              1.0M	blah2
                                                                                              rld@Intrepid:~$ 
                                                                                              

                                                                                              YES, COMPRESSION!!! XD

                                                                                              Well...

                                                                                              rld@Intrepid:scripts$ ls -lh jargon
                                                                                              -rwxr-xr-x  1 rld rld   1.4M Jun  2 06:51 jargon
                                                                                              rld@Intrepid:scripts$ du -sh jargon
                                                                                              981K	jargon
                                                                                              rld@Intrepid:scripts$ simplify $(gzip -1 < jargon |wc -c)
                                                                                              668.50 KiB
                                                                                              rld@Intrepid:scripts$ 
                                                                                              

                                                                                              Not GREAT compression, but you know... gift horses! πŸ˜†

                                                                                                [?]Justine Smithies [She / Her] Β» 🌐
                                                                                                @justine@snac.smithies.me.uk

                                                                                                Question for folk that have the LESS variable set in .profile or .kshrc, Do you use LESS="-IRX" as I don't see certain icons displayed in files where as if I just use an alias as the LESS variable treats -r as -R as it is dangerous to use -r? But I find `alias less="less -IrX' displays the icons ( unicode ) . Can someone help explain why or what I should be doing to use less to view files instead of cat or bat ?

                                                                                                The man page section in question:

                                                                                                            USE OF THE -r OPTION IS DANGEROUS AND IS NOT RECOMMENDED.
                                                                                                The -r option can be set on the command line or via the - command,
                                                                                                but to avoid unintentional use, it cannot be set in a LESS
                                                                                                environment variable. If -r appears in a LESS environment
                                                                                                variable, it is treated as if it were -R.

                                                                                                  [?]bpl Β» 🌐
                                                                                                  @bpl@snac.bsd.cafe

                                                                                                  Reminder: if bad guys get in your way, use mount_mfs command to bust them in RAM, then mv to /dev/null to wipe them out.


                                                                                                    [?]Justine Smithies [She / Her] Β» 🌐
                                                                                                    @justine@snac.smithies.me.uk

                                                                                                    Whilst I'm going old school with my laptop using ed(1) I've decided to try using less with source-highlight instead of using bat to see how I get on. I've always ignored less and really need to play about with it as I'm discovering that it's really rather good.

                                                                                                    Shouts at past me for not investigating what was always right in front of me all along

                                                                                                      [?]Justine Smithies [She / Her] Β» 🌐
                                                                                                      @justine@snac.smithies.me.uk

                                                                                                      So folk what are you doing if anything re the rsync issue? Are you staying or switching to openrsync?

                                                                                                        [?]Ronald Klop Β» 🌐
                                                                                                        @ronnie_bonkers@mastodon.social

                                                                                                        [?]Stefano Marinelli Β» 🌐
                                                                                                        @stefano@mastodon.bsd.cafe

                                                                                                        At 19:00 I receive a notification: the backup server has problems. I log in and check: a drive had died. No big deal; since it's a RAIDZ1, the system kept running. I had already copied the EFI partitions and set things up, so it would be able to boot from the other drives as well. I request a replacement from Hetzner, which they carry out in less than half an hour. Despite being hot-swappable, the server detects the disconnection of another drive and crashes. At that point, I ask them to look into it, and they test the machine. Reboot: it won't start. I request a KVM console. I get it: I had forgotten to update the ⁠fstab⁠ and it was trying to mount ⁠/boot/efi⁠ from ⁠ada0p1⁠, but ⁠ada0⁠ was the replaced drive, and it wouldn't go any further.
                                                                                                        Fixed the ⁠fstab⁠, recreated the partitions, rebooted, and issued the ZFS command for resilvering.
                                                                                                        Result: resilvering in progress and backups working again.

                                                                                                        I can turn off the computer and start my Friday evening.

                                                                                                        My laptop, with its BSD Cafe sticker and my glasses on it

                                                                                                        Alt...My laptop, with its BSD Cafe sticker and my glasses on it

                                                                                                          [?]π™Ήπš˜πšŽπš• π™²πšŠπš›πš—πšŠπš β™‘ πŸ€ͺ Β» 🌐
                                                                                                          @joel@gts.tumfatig.net

                                                                                                          @rqm bare #FreeBSD is enough here. But so was #OmniOS (although I had issue with SMB anonymous access with Thunar) and #Slackware with the ZFS slackbuild. #NetBSD also looked nice although I didn’t get far because it was lacking Linux emulation on arm64.

                                                                                                            [?]Justine Smithies [She / Her] Β» 🌐
                                                                                                            @justine@snac.smithies.me.uk

                                                                                                            Just thought I'd reinstall 7.9 again and then switch to the latest snapshot to see if my not being able too boot /bsd past the 14th May snapshot and it now fails to verify the downloaded stuff πŸ˜‚
                                                                                                            Good thing I've still my trusty laptop.

                                                                                                            Even more random redoing the sysupgrade -s and it passes straight away and upgrades. Does it boot the /bsd ? No it does not only boot.rd and boot.sp boot.

                                                                                                            a photo showing my Dell Optiplex 3080 i5-10505 tower with the latest snapshot failing to verify on download.

                                                                                                            Alt...a photo showing my Dell Optiplex 3080 i5-10505 tower with the latest snapshot failing to verify on download.

                                                                                                              [?]π™Ήπš˜πšŽπš• π™²πšŠπš›πš—πšŠπš β™‘ πŸ€ͺ Β» 🌐
                                                                                                              @joel@gts.tumfatig.net

                                                                                                              Doing things on the remote-homelab. So far, I can watch #YouTube videos without Ads.

                                                                                                              #FreeBSD #bhyve #OpenBSD #relayd #AlpineLinux #Invidious

                                                                                                              A hand made diagram displaying a basic IT architecture based on FreeBSD bhyve. Two VM (one OpenBSD, one Alpine Linux) are deployed and connected in such a way that a user goes through relayd to display video from Invidious.

                                                                                                              Alt...A hand made diagram displaying a basic IT architecture based on FreeBSD bhyve. Two VM (one OpenBSD, one Alpine Linux) are deployed and connected in such a way that a user goes through relayd to display video from Invidious.

                                                                                                                [?]R.L. Dane :Debian: :OpenBSD: :FreeBSD: 🍡 :MiraLovesYou: [he/him/my good fellow] Β» 🌐
                                                                                                                @rl_dane@polymaths.social

                                                                                                                Interestingly, #FreeBSD comes with #nvi2 in base, while #OpenBSD and #NetBSD seem to be running #nvi 1:

                                                                                                                FreeBSD 14.3-RELEASE-p12
                                                                                                                ~
                                                                                                                ~
                                                                                                                ~
                                                                                                                Version 2.2.2 (2025-10-08) The CSRG, University of California, Berkeley.
                                                                                                                
                                                                                                                OpenBSD 7.3
                                                                                                                (7.9 is still running the same version)
                                                                                                                ~
                                                                                                                ~
                                                                                                                ~
                                                                                                                Version 1.79 (10/23/96) The CSRG, University of California, Berkeley.
                                                                                                                
                                                                                                                NetBSD 10.1
                                                                                                                ~
                                                                                                                ~
                                                                                                                ~
                                                                                                                Version (1.81.6-2013-11-20nb4) The CSRG, University of California, Berkeley.
                                                                                                                

                                                                                                                They all seem to have nvi2 available as packages, though, which #Debian, oddly, does not.

                                                                                                                rld@Intrepid:~$ uname -sr
                                                                                                                FreeBSD 14.3-RELEASE-p12
                                                                                                                rld@Intrepid:~$ pkg search nvi |grep '^nvi2'
                                                                                                                nvi2-2.2.2                     Updated implementation of the ex/vi text editor
                                                                                                                rld@Intrepid:~$ 
                                                                                                                
                                                                                                                #(searching openbsd online)
                                                                                                                rld@Intrepid:~$ searchall -o nvi |grep ^nvi
                                                                                                                nvi-2.2.2                (list)   with wide         and files limited by
                                                                                                                nvi-2.2.2-iconv          (list)   with wide         and files limited by
                                                                                                                
                                                                                                                rldane@rosa.tilde.pink$ uname -sr
                                                                                                                NetBSD 10.1
                                                                                                                rldane@rosa.tilde.pink$ pkgin search nvi |grep ^nvi |grep -v nvidia
                                                                                                                nvi-1.81.6nb13       Berkeley nvi with additional features
                                                                                                                nvi-m17n-1.79.20040608nb11  Clone of vi/ex, with multilingual patch
                                                                                                                nvi2-2.2.0           Multibyte fork of the nvi editor for BSD
                                                                                                                rldane@rosa.tilde.pink$ 
                                                                                                                
                                                                                                                ~ $ head -1 /etc/os-release 
                                                                                                                PRETTY_NAME="Raspbian GNU/Linux 13 (trixie)"
                                                                                                                ~ $ apt-cache search nvi |grep -E '^nvi2? '
                                                                                                                nvi - 4.4BSD re-implementation of vi
                                                                                                                ~ $ 
                                                                                                                

                                                                                                                  [?]π™Ήπš˜πšŽπš• π™²πšŠπš›πš—πšŠπš β™‘ πŸ€ͺ Β» 🌐
                                                                                                                  @joel@gts.tumfatig.net

                                                                                                                  Some :freebsd: red devil and :openbsd: yellow fish are now secretly talking to each through a #WireGuard tunnel on the Internet. Glad it is not that complicated to setup and works OOTB.

                                                                                                                  My notes are there: https://www.tumfatig.net/2026/connect-freebsd-to-openbsd-using-wireguard/

                                                                                                                  #FreeBSD #OpenBSD #RunBSD

                                                                                                                    [?]Justine Smithies [She / Her] Β» 🌐
                                                                                                                    @justine@snac.smithies.me.uk

                                                                                                                    Shout if you need any help and be sure to use the hashtag so that others see your posts and can maybe help too. Fingers crossed you get that fan issue resolved.

                                                                                                                      [?]Justine Smithies [She / Her] Β» 🌐
                                                                                                                      @justine@snac.smithies.me.uk

                                                                                                                      Reinstated my custom boot logo on my old P14s Gen 1 AMD. :beastie:

                                                                                                                      My ThinkPad custom boot logo. The text spells "Think FreeBSD" in the ThinkPad style font with the red dot above the i. Beastie the FreeBSD logo is above the text.

                                                                                                                      Alt...My ThinkPad custom boot logo. The text spells "Think FreeBSD" in the ThinkPad style font with the red dot above the i. Beastie the FreeBSD logo is above the text.

                                                                                                                        [?]dch :flantifa: :flan_hacker: Β» 🌐
                                                                                                                        @dch@bsd.network

                                                                                                                        ```
                                                                                                                        dch@wintermute /> doas pkg install -r pkg uptime-kuma
                                                                                                                        Updating pkg repository catalogue...
                                                                                                                        Fetching meta.conf: 100% 179 B 0.2 kB/s 00:01
                                                                                                                        Fetching data: 100% 323 KiB 330.5 kB/s 00:01
                                                                                                                        Processing entries: 100%
                                                                                                                        pkg repository update completed. 927 packages processed.
                                                                                                                        pkg is up to date.
                                                                                                                        The following 1 package(s) will be affected (of 0 checked):

                                                                                                                        New packages to be INSTALLED:
                                                                                                                        uptime-kuma: 2.3.2 [pkg]

                                                                                                                        Number of packages to be installed: 1

                                                                                                                        The process will require 429 MiB more space.
                                                                                                                        56 MiB to be downloaded.

                                                                                                                        Proceed with this action? [y/N]: Y
                                                                                                                        ```

                                                                                                                        kuma.skunkwerks.at/

                                                                                                                        Looking good so far, I could do with some people ready to tire-kick this new port

                                                                                                                        @stefano your it-notes.dragas.net/2024/07/22 was super helpful!

                                                                                                                        I need to spend another hour or so testing and polishing then I'm ready to ship it.

                                                                                                                          [?]Justine Smithies [She / Her] Β» 🌐
                                                                                                                          @justine@snac.smithies.me.uk

                                                                                                                          Been following the BSD conferences for a while and have not yet had the chance to attend one. But what i have noticed from all the videos and photo's published on social media is that it seems to be a male ( I'm going to include NB folk here too ) dominated event ? Maybe I'm wrong and it's just how the media published distorts the reality ? Apologies if I have offended anyone it certainly isn't my intention.


                                                                                                                            [?]Justine Smithies [She / Her] Β» 🌐
                                                                                                                            @justine@snac.smithies.me.uk

                                                                                                                            Noticed the terminal foot was still at 1.26.1 when 1.27.0 was out and dropped an email to the dev not expecting a reply for a while. Then boom a nice reply and the port is updated to 1.27.0 !

                                                                                                                            Impressive! :beastie:


                                                                                                                              [?]Peter N. M. Hansteen Β» 🌐
                                                                                                                              @pitrh@mastodon.social

                                                                                                                              The 2026 Call for Papers is still open!

                                                                                                                              2026.eurobsdcon.org/cfp/

                                                                                                                              Submit by June 20th, come to Brussels September 9-13 and mingle with people!

                                                                                                                              We also offer pre-submission guidance/mentoring, see the CFP text.

                                                                                                                              Wonder what BSD and the conferences are about? See nxdomain.no/~peter/what_is_bsd

                                                                                                                              @EuroBSDCon

                                                                                                                                [?]Justine Smithies [She / Her] Β» 🌐
                                                                                                                                @justine@snac.smithies.me.uk

                                                                                                                                daily driving on my again as it's been rock solid even when running Latest. Also I've been running my homelab on FreeBSD for years with Bastille jails and it hasn't failed me once. Bugger I guess that's me put a curse on my server Beastie then. 🀣

                                                                                                                                  [?]Justine Smithies [She / Her] Β» 🌐
                                                                                                                                  @justine@snac.smithies.me.uk

                                                                                                                                  Why not if I may ask ?