weirdr.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.

Site description
This is a dual Pentium Pro running NetBSD.
Check out the floppy museum for hints on how to get in touch. Or, you know, ping me on the fediverse. :)
Admin account
@ltning@weirdr.net

Search results for tag #netbsd

[?]Parade du Grotesque 💀 » 🌐
@ParadeGrotesque@mastodon.sdf.org

@joel

OK, the toasters will have to wait for 11.

And then, we dial all the toasters to 11!
:netbsd:

    Jay 🚩 :runbsd: boosted

    [?]Jim Spath » 🌐
    @jspath55@chaos.social

    Had to finish my 11.0 RC3 test write-up after upgrading some machines to RC4 this week, so this post has straddle marks.

    jspath55.blogspot.com/2026/05/

      Jay 🚩 :runbsd: boosted

      [?]Retro Markus 🇩🇰🇩🇪 » 🌐
      @Markus@oldbytes.space

      Catch of the Day: The text terminal on NetBSD lives! 🐧

      Hey Retro Fans!

      Many of us use FrogFind on graphical systems like Windows 95 or Mac OS 9. But at its core, FrogFind is a text-first project. Just how well this works was proven to us today by this guest:

      Links 2.8 on NetBSD!

      Among the BSD operating systems (the purist cousins of Linux), NetBSD is legendary for its portability. It's not for nothing that the NetBSD community's motto is: "Of course it runs NetBSD!" Whether on old toasters, a Sega Dreamcast, or obscure server hardware—NetBSD just runs.

      The fact that someone today opens a terminal under NetBSD and fires up the text-based browser "Links" (a direct relative of Lynx) to search the web via FrogFind is pure command-line romance. No flashing banners, no intrusive JavaScript, just lightning-fast, raw text on one of the cleanest UNIX derivatives in the world.

      Stay purist and keep hacking on the shell!
      Your FrogFind Team 🐸

      NetBSD

      Alt...NetBSD

        [?]Parade du Grotesque 💀 » 🌐
        @ParadeGrotesque@mastodon.sdf.org

        @joel

        ESPECIALLY the toasters!!!

        Wait... We are talking about here, not !! 🤓

          Jay 🚩 :runbsd: boosted

          [?]izzy [she/her] » 🌐
          @izder456@fe.disroot.org

          multidisplay hack for #OpenBSD, #NetBSD xenodm/xdm.

          #!/bin/ksh
          
          # Define variables at the top for easy access
          readonly MULTIDISPLAY_DIRECTION="--right-of"
          
          # find list of connected monitors to span
          monitors=$(xrandr --query | awk '/[^s]connected/{print $1}')
          
          # the first monitor found will be the primary
          primary=$(echo "$monitors" | head -n 1)
          
          # initialize the xrandr command
          xrandr_cmd="xrandr --output $primary --auto --primary"
          
          # loop through the displays, assigning them --auto and MULTIDISPLAY_DIRECTION with randr
          previous=$primary
          for monitor in $monitors
          do
              if [ "$monitor" != "$primary" ]; then
                  xrandr_cmd+=" --output $monitor --auto $MULTIDISPLAY_DIRECTION $previous"
                  previous=$monitor
              fi
          done
          
          # Execute the composed xrandr command
          eval "$xrandr_cmd"

          could drop in to your Xsetup_0 file. written in ksh, should work in OpenBSD’s ksh and NetBSD’s ksh.

            Jay 🚩 :runbsd: boosted

            [?]YRabbit » 🌐
            @yrabbit@mastodon.sdf.org

            @thezerobit

            From what I’ve briefly looked into, it might even be possible to set up a root filesystem with ZFS on . I’m not sure what the comments about memory usage are referring to—I have several VPS instances, as well as some home machines running on with 512MB of RAM, and they all run perfectly fine with ZFS on FreeBSD.

            I think I’ll try to see how NetBSD ZFS performs in real-world conditions with 512MB🤣

            wiki.netbsd.org/zfs

              Jay 🚩 :runbsd: boosted

              [?]agc » 🌐
              @agc@mastodon.social

              @veer66 works on a number of different operating systems, including Linux and MacOS. You don't have to run to use pkgsrc 🤘

                Jay 🚩 :runbsd: boosted

                [?]thezerobit [he/they] » 🌐
                @thezerobit@anticapitalist.party

                I've made more progress with getting running and mostly usable on my Thinkpad T580. I started a document with my notes on how to set up a usable desktop. Some of this information is missing from the NetBSD Guide, Wiki, and FAQ & HOWTOs pages. Some of it was buried deep in man pages, or found by extensively searching pkgsrc repository. codeberg.org/thezerobit/public

                I have yet to figure out how to automatically disable the touchpad while typing.

                  Jim Spath boosted

                  [?]バルテク » 🌐
                  @bkrawczyk@fosstodon.org

                  Yesterday I updated my laptop to 11 RC4. Went smooth. After I upgraded to 2026Q1 using pkg_chk. It was the first time I managed to upgrade pkgsrc packages using this tool without problems! 🥳

                    Jay 🚩 :runbsd: boosted

                    [?]Bitslingers-R-Us » 🌐
                    @AnachronistJohn@zia.io

                    Mid May #NetBSD #pkgsrc 2026Q1 binary package counts:

                    * pkgsrc-2026Q1 *

                    10.0: earmv4 10849 (still needs to be fixed)
                    10.0: m68k 8339 (+286)
                    10.0: powerpc 24180 (+3541)
                    10.0: sparc64 14530 (+509)
                    10.0: vax 8731 (+1485)

                    11.0: aarch64eb 23538 (+530)
                    11.0: earmv4 3763 (+437)
                    11.0: m68k 7979 (+873)
                    11.0: mips64eb 2626 (needs to be fixed)
                    11.0: mipsel 1590 (+893)
                    11.0: powerpc 17208 (+9958)
                    11.0: riscv64 19327 (+1596)
                    11.0: vax 7002 (+668)

                      Jay 🚩 :runbsd: boosted

                      [?]Ryo ONODERA » 🌐
                      @ryoon@mastodon.sdf.org

                      Toot from /www/firefox-151.0b10 under /amd64-current. It is better than 150.

                        Jay 🚩 :runbsd: boosted

                        [?]thezerobit [he/they] » 🌐
                        @thezerobit@anticapitalist.party

                        I'm upgrading on my laptop to the latest RC (11.0 RC4) in this coffee shop, soaking up all the Wi-Fi bandwidth downloading source sets which I didn't realize are not on the install image but need to be downloaded on the fly.

                        Casually reading The UNIX Programming Environment by Kernighan and Pike. I've been Linuxing for nearly 30 years, so it's not like I'm a stranger to this environment, but it's nice to peruse one of its sacred texts.

                          Jay 🚩 :runbsd: boosted

                          [?]MarcinGondek » 🌐
                          @drixter@social.e-utp.net

                          If you are using #NetBSD please consider to donate NetBSD Foundation to keep this project running. No big money is needed, every cents matters, https://netbsd.org/donations/ #WhyIRunNetBSD I’ve already done it, and you? 🤔

                            [?]Andrew Ball » 🌐
                            @ball@mastodon.bsd.cafe

                            @bentsukun Is there something wrong with Postfix in RC4?

                              Jay 🚩 :runbsd: boosted

                              [?]CiotBSD » 🌐
                              @ciotbsd@billboard.bsd.cafe

                              NetBSD 11.0 RC4 available!

                              <blockquote> <p>The NetBSD project is pleased to announce the fourth (and this time hopefully final) release candidate of the upcoming 11.0 release, please help testing!<br /> See the release announcement for details.</p> </blockquote> <ul> <li><a href="https://blog.netbsd.org/tnf/entry/netbsd_11_0_rc4_available" rel="nofollow ugc">https://blog.netbsd.org/tnf/entry/netbsd_11_0_rc4_available</a></li> <li><a href="https://www.netbsd.org/releases/formal-11/NetBSD-11.0.html" rel="nofollow ugc">https://www.netbsd.org/releases/formal-11/NetBSD-11.0.html</a></li> </ul> <hr /> <p><em>ping: <a href="https://framapiaf.org/@jaypatelani@bsd.network/116570729312543808" rel="nofollow ugc">https://framapiaf.org/@jaypatelani@bsd.network/116570729312543808</a></em></p> [SENSITIVE CONTENT]

                              The NetBSD project is pleased to announce the fourth (and this time hopefully final) release candidate of the upcoming 11.0 release, please help testing!
                              See the release announcement for details.


                              ping: https://framapiaf.org/@jaypatelani@bsd.network/116570729312543808

                              Jay 🚩 :runbsd: boosted

                              [?]/home/rqm » 🌐
                              @rqm@exquisite.social

                              iPaq H3600 bought as "genuinely untested" off eBay works without any issues. Even the battery seems to be charging. I need to find a CF card so I can slap on it :)

                                Jay 🚩 :runbsd: boosted

                                [?]BSDCan » 🌐
                                @bsdcan@bsd.network

                                Announcing 2026 Travel Grants

                                Deadline: Friday the 19th!

                                To encourage and enable more first-time and returning attendees at BSDCan 2026, this year’s travel grant is a free room for up to five nights in a shared-bathroom private suite at the 90U residences.

                                Full details:

                                blog.bsdcan.org/2026/05/14/ann

                                  Jay 🚩 :runbsd: boosted

                                  [?]Jay 🚩 :runbsd: » 🌐
                                  @jaypatelani@bsd.network

                                  NetBSD 11 RC4 is here! Huge thanks to all the devs getting this ready for the final release.

                                  Quick reminder since we are almost halfway through the year: The NetBSD Foundation needs our help to keep things running. If you appreciate clean code, software freedom, and an OS that literally runs on anything, OS which rejects A.I. slop, please consider making a donation. Let's help them hit their 2026 goals!
                                  Grab the RC: blog.netbsd.org/tnf/entry/netb
                                  Support the foundation: netbsd.org/donations/

                                    Jay 🚩 :runbsd: boosted

                                    [?]benz » 🌐
                                    @bentsukun@mastodon.bsd.cafe

                                    11.0 RC4 just dropped!

                                    "We found a few more issues to fix in RC4, and also updated a lot
                                    of bundled third party code due to security issues, including
                                    OpenSSH, OpenSSL, Postfix, bind, xz and more.

                                    "We would love to release this state as 11.0 soonish and hope no big
                                    fallout will be found in this RC."

                                    cdn.netbsd.org/pub/NetBSD/NetB

                                      Jay 🚩 :runbsd: boosted

                                      [?]Izumi Tsutsui » 🌐
                                      @tsutsuii@social.mikutter.hachune.net

                                      NetBSD デバイスドライバの DMAポーリング処理での bus_dma(9) API 呼び出し - tsutsuiの作業記録置き場
                                      tsutsui.hatenablog.com/entry/n

                                      いさきさん向けにメモ

                                        Jay 🚩 :runbsd: boosted

                                        [?]Klaus Zimmermann :unverified: [He/Him] » 🌐
                                        @kzimmermann@c.im

                                        Open Source Conference Japan in coming up on 23rd of May!

                                        event.ospn.jp/osc2026-nagoya/

                                        Mostly Linux, but also a booth set up as well!

                                          Jay 🚩 :runbsd: boosted

                                          [?]Jay 🚩 :runbsd: » 🌐
                                          @jaypatelani@bsd.network

                                          users who haven't tried yet will be haunted by these tonight:

                                            Jay 🚩 :runbsd: boosted

                                            [?]Parade du Grotesque 💀 » 🌐
                                            @ParadeGrotesque@mastodon.sdf.org

                                            And we get a new kernel today (5.15.206) to correct the very last CVE from - nothing published on the web site yet, but I suspect that's the one.

                                            Also: one more Linux kernel update or zero day and I will seriously consider moving to or for good...

                                              Jim Spath boosted

                                              [?]thezerobit [he/they] » 🌐
                                              @thezerobit@anticapitalist.party

                                              Continuing adventures in on my Thinkpad...
                                              I managed to get up and running using the NetBSD Guide (disabling XDM helped). Tip: `pkgin install xfce4-extras` to get some useful panel widgets. Also, I managed to configure an additional Wi-fi network successfully (the coffee shop I am at right now). I installed Firefox 128. They have newer versions in the repository, but I wanted a slightly old version with less bullshit.

                                              🧵

                                                Jay 🚩 :runbsd: boosted

                                                [?]Retro Markus 🇩🇰🇩🇪 » 🌐
                                                @Markus@oldbytes.space

                                                Catch of the Day: "Of course it runs NetBSD!" 🐡🦊

                                                Hey Retro Fans!

                                                Did you have a good weekend? Our bouncer at the FrogFind pond was certainly busy and waved a guest through yesterday that put a massive smile on our faces:

                                                ArcticFox 52.9 on NetBSD!

                                                Among hardcore Unix nerds, there is a famous catchphrase: "Of course it runs NetBSD!" This open-source operating system is legendary for its portability. It has been ported to run on almost anything with a processor—from old toasters and Sega Dreamcasts to massive server racks.

                                                The fact that someone navigated to our pond using NetBSD is already awesome. But the combination with the ArcticFox browser makes it a masterpiece. ArcticFox is a lovingly maintained community fork (based on Pale Moon) specifically kept alive to enable modern browsing on exotic architectures, PowerPC Macs, and old UNIX derivatives.

                                                Cheers to the tinkerers keeping exotic systems online!

                                                Your FrogFind Team 🐸

                                                NetBSD

                                                Alt...NetBSD

                                                  Jay 🚩 :runbsd: boosted

                                                  [?]𝙹𝚘𝚎𝚕 𝙲𝚊𝚛𝚗𝚊𝚝 ♑ 🤪 » 🌐
                                                  @joel@gts.tumfatig.net

                                                  TIL that #NetBSD doesn’t provide Linux emulation on #arm64.

                                                    Jay 🚩 :runbsd: boosted

                                                    [?]Jay 🚩 :runbsd: » 🌐
                                                    @jaypatelani@bsd.network

                                                    [?]Jay 🚩 :runbsd: » 🌐
                                                    @jaypatelani@bsd.network

                                                    Jay 🚩 :runbsd: boosted

                                                    [?]thezerobit [he/they] » 🌐
                                                    @thezerobit@anticapitalist.party

                                                    I installed on my T580. Amazingly, it works. If you select to install XDM (X Display Manager) during installation, then you boot to a graphical login that loads a very primitive X environment with CTWM a window manager for X that gives off distinct 1992 vibes, which happens to be the year it was created. It's an austere environment. Perfect, honestly. There are modern desktops in the package repository. My first impressions are A+.

                                                      Jay 🚩 :runbsd: boosted

                                                      [?]benz » 🌐
                                                      @bentsukun@mastodon.bsd.cafe

                                                      @wordshaper @mhoye I feel vindicated for having stayed with for the last 15+ years.

                                                        Jay 🚩 :runbsd: boosted

                                                        [?]Jay 🚩 :runbsd: » 🌐
                                                        @jaypatelani@bsd.network

                                                        Back to top - More...