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

Search results for tag #netbsd

#netbsd boosted

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

Okay, on main computo, attempt no 2. I was able to get 1920x1080 resolution thanks to wsfb and gop. I need to accept that fetchmail is not going to work, but I would like to ask for your help.

(1) I am looking for GPU which will work out of box and give acceleration to web browser and tetris. I am going to review bsd-hardware.info and dmesgd.nycbug.org, but if someone is aware of good card I will happily take any advise. No new cards, no big power usage, HDMI. Currently I have RX550

(2) If anyone archives e-mails on own computo, could you share what software do you use for that?

    #netbsd boosted

    [?]Stuart Longland (VK4MSL) » 🌐
    @stuartl@mastodon.longlandclan.id.au

    So the first victim for was probably not the best choice, but I'm not sure the other option is better.

    I tried a Raspberry Pi 400. Downloaded `arm64.img.gz`, decompressed, dumped it to a SD card. Boot… nothing on the HDMI port. Hmmm, maybe it uses the other one? Swap over, power cycle… nothing.

    While I _can_ use serial console, the point of this machine is to use it as a desktop.

    The other machine I have spare is an Apple MacBook from 2008. Core 2 Duo CPU, 8GB RAM, Broadcom WiFi, NVidia graphics/motherboard chipset. The Broadcom WiFi and NVidia parts are what worry me with that machine.

      #netbsd boosted

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

      #netbsd boosted

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

      @argv_minus_one @radicalabacus @nixCraft @loadhigh @faraiwe @Stefan_S_from_H@mastodon.social @geospacedman @marcusxms doesn't allow LLM AI tainted code

        Jay 🚩 :runbsd: boosted

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

        @wfk

        Already asked and already answered: has a fairly clear 'no LLM' policy.

          Jay 🚩 :runbsd: boosted

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

          If you are looking to financially support a #BSD, #NetBSD has the most humble budget of the three big ones and is rather behind on its yearly goal.

          I think it's a good and reputable place for your donation dollars, and yes, I have put my money where my mouth is.

            Jay 🚩 :runbsd: boosted

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

            Overall, that was one of the fastest and easiest installations ever.

            really shines on these little configurations. A small computer, that could have ended in the trash, is now a happy, productive little machine!

              #netbsd boosted

              [?]ARGVMI~1.PIF » 🌐
              @argv_minus_one@mastodon.sdf.org

              @radicalabacus @nixCraft @loadhigh @faraiwe @Stefan_S_from_H @geospacedman @marcusxms

              All of the major ⁠s allow AI code. Even . codeberg.org/ethical-foss/open

              In light of all the horror stories of vibe coders getting hacked, this seems really really really bad for security. I don't know what OS to use now.

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

                Now THAT is what I wanted to see!

                is so much faster on this little machine than Fedora... 😋

                :netbsd:

                A blue NetBSD installation screen showing 11.0 RC6 formatting the main internal SATA disk.

                Alt...A blue NetBSD installation screen showing 11.0 RC6 formatting the main internal SATA disk.

                  #netbsd boosted

                  [?]wfk » 🌐
                  @wfk@social.v.st

                  Looks like it really is time to start paying more attention to *BSD. Does any of them have a clear LLM policy?

                    Nils boosted

                    [?]fionescu(1) » 🌐
                    @fionescu@mastodon.bsd.cafe

                    Building on is an adventure: one first needs to edit Makefile and replace --quiet with -s (Busybox's sha256sum doesn't recognize the former option), then edit mkimg.sh and remove --show from losetup options (again, a Busybox quirk). Even then, the build is only mostly successful, and my attempt of running a full live setup... makes me think I should have RTFM for first.

                    GNU nano screen, editing Makefile of smolBSD, highlighting option --quiet of sha256sum, should be changed to -s for Alpine Linux.

                    Alt...GNU nano screen, editing Makefile of smolBSD, highlighting option --quiet of sha256sum, should be changed to -s for Alpine Linux.

                    GNU nano screen, editing mkimg.sh, highlighting --show option to be removed from losetup so that making the image works on Alpine.

                    Alt...GNU nano screen, editing mkimg.sh, highlighting --show option to be removed from losetup so that making the image works on Alpine.

                    bmake error, kernel is still using the old partition table, partprobe needed (termux screen)

                    Alt...bmake error, kernel is still using the old partition table, partprobe needed (termux screen)

                    NetBSD/smolBSD booting errors

                    Alt...NetBSD/smolBSD booting errors

                      #pkgsrc boosted

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

                      Toot from /www/firefox-153.0 under /amd64-current...

                        #netbsd boosted

                        [?]fionescu(1) » 🌐
                        @fionescu@mastodon.bsd.cafe

                        RE: mastodon.bsd.cafe/@openbsdjour

                        Sad to see another vintage arch getting retired by an OS, wonder if still works on

                          #netbsd boosted

                          [?]JdeBP » 🌐
                          @JdeBP@mastodonapp.uk

                          @tinker

                          On the BSDs you'll get either the (BSD rather than Debian flavour) Almquist or the Korn shells out of the box in the operating systems themselves.

                          The Z, Bourne Again, and Watanabe shells come as installable applications.

                          It's definitely worth learning the Almquist and Korn shells for scripting purposes, not least because they are what you'll get with 'sh' as the script interpreter; but also because the Almquist shell is lighter weight than the Bourne Again shell. As Debian people learned years go when they switched 'sh' to (their flavour of) the Almquist shell, it's worth the initial learning effort in order to not use the shells with many heavyweight interactive features when one is running shell scripts.

                          @0x09

                            benz boosted

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

                            On 10 March 2021, I had only just fallen asleep when my phone started buzzing. Then another notification, and another. In a matter of minutes, 142 of my servers went up in the clouds. And not the cloud-computing kind.

                            Most of them were physically going up in a column of smoke in Strasbourg.

                            My wife looked at me and asked if I wanted a coffee. I nodded. It was going to be a very long day.

                            At EuroBSDCon 2026, I won't be giving a theoretical lecture on high availability. Instead, I’m going to tell the raw story of that night: the emergency recovery, the architectural choices that actually saved us, and the ones that crumbled under pressure (because we rarely talk about what fails).

                            Most of all, I’ll explain why that night changed my perspective, and why I’ve come to see BSD systems not just as operating systems, but as essential, practical tools for building simpler, more resilient infrastructure.

                            The official schedule is now live. If you want to hear a real-world post-mortem, join me on Saturday, 12 Sept at 11:15 (Room D.0.02).

                            EuroBSDCon Full schedule: events.eurobsdcon.org/2026/sch
                            See you there! ☕️

                              #netbsd boosted

                              [?]ax6761 » 🌐
                              @ax6761@freeradical.zone

                              slopified os [SENSITIVE CONTENT]

                              Notices 2 threads on the same subject around teh same time where OPs are seeking un-slopied OS(-adjacent) ...

                              by @sharpcheddargoblin- reclusive.blog/@sharpcheddargo

                              by @underseamonkey- fosstodon.org/@underseamonkey/

                              ... in that regard , followed by , may be best bet for now.

                              Mind that of NetBSD is from pre-OpenZFS era. I will be happy to be corrected on this.

                                Jay 🚩 :runbsd: boosted

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

                                Finally,
                                $ time qgis --version
                                QGIS 4.2.0-Belém do Pará 'Belém do Pará' (exported)

                                real 0m2.083s
                                user 0m2.070s
                                sys 0m0.010s

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

                                  Just chipped in $15 to The NetBSD Foundation! 🧡🚩

                                  One of the biggest advantages of NetBSD right now is their strict policy against accepting LLM-generated code commits. For a FOSS operating system, this is a massive win. It protects code provenance, avoids copyright pollution, and ensures every line is purposefully crafted and reviewed by actual humans.

                                  If you value clean, human-driven open-source development, join me in supporting them!

                                  🔗 netbsd.org/donations/

                                    [?]Senioradmin » 🌐
                                    @Haydar@social.tchncs.de

                                    [?]libUnderseaMonkey.so 🇪🇺 » 🌐
                                    @underseamonkey@fosstodon.org

                                    If I can't trust that the kernel won't be slop-free, looks like it's time to consider for the first time in three decades or so.
                                    Therefore, I'm going to need some input.
                                    Advice on which BSD for desktop use.
                                    Will I be screwed in terms of gaming (my laptop has a 5070) via Steam/wine/Proton?

                                    :freebsd: :openbsd: :netbsd:

                                      Jay 🚩 :runbsd: boosted

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

                                      Building QGIS 4.2.0 on , for a few hours now. CPU temp shows work. Betriebstemperatur chart is from the Zabbix tools.

                                      Green line showing CPU temperature as spiking after 9am.

                                      Alt...Green line showing CPU temperature as spiking after 9am.

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

                                        Jay 🚩 :runbsd: boosted

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

                                        Oh wait, I have this old laptop which may or may not work...

                                        /me starts looking at 11RC6... 👀

                                          Jay 🚩 :runbsd: boosted

                                          [?]Dave V. ND9JR » 🌐
                                          @ND3JR@social.coop

                                          I just picked up my Mobile from my P.O box. I'm happy to report that both the sound card interface and the USB <-> serial interface are supported in 10! This came as a pleasant surprise after so many years of sound card & serial interfaces being only partially-supported or not supported at all.

                                          I plan on using it with my GPD MicroPC 2 and arcOS, but it's good to know I can switch my decade-old Raspberry Pi 2 to NetBSD and use it on that too.

                                            /home/rqm boosted

                                            [?]Senioradmin » 🌐
                                            @Haydar@social.tchncs.de

                                            Ich muss sagen, dass mir 11.0 (RC6) recht gut gefällt. Technisch sauber, läuft hier ohne große Probleme auf einem älteren Laptop. NetBSD ist das kleinste Projekt untern den klassischen BSDs.

                                            FreeBSD wird von Firmen unterstützt wird und die Foundation hat jährlich ein Millionenbudget. OpenBSD kommt immerhin auf knapp eine halbe Million pro Jahr und zu den Geldgebern zählen Microsoft, Google und Meta. NetBSD muss dagegen mit rund 50-80k pro Jahr auskommen, Großspender gibt es nicht.

                                            Außerdem ist mir positiv aufgefallen, dass es im NetBSD ports system pkgsrc kein Port für den Xorg Fork "xlibre" des Impfgegners und Anti-Diversity-Aktivisten Enrico Weigelt gibt.

                                              Jay 🚩 :runbsd: boosted

                                              [?]Jeff Armstrong » 🌐
                                              @jeff@toot.rainbow-100.com

                                              And yes, I realize #netbsd 11.0 RC6 is out. I haven't upgraded because I'm busy.

                                                #netbsd boosted

                                                [?]Jeff Armstrong » 🌐
                                                @jeff@toot.rainbow-100.com

                                                I've had luck on #netbsd 11.0 RC4 the last day or so with a two-monitor configuration under #xfce on X with the nouveau driver after disabling compositing. I suspect leaving the compositor enabled was causing my X server crashes.

                                                  #netbsd boosted

                                                  [?]Jeff » 🌐
                                                  @overeducatedredneck@bitbang.social

                                                  Belated Introductory Post:
                                                  I'm a Bay Area SRE, with specializations in Security, Unix Internals and Virtualization/Containerization.

                                                  I've been running Linux for 25 years, and have been playing with more in the last few years as it's resparking what I have always loved about computers.

                                                  I will mostly stick to computer nerdery here, but I may post race pictures at some point.

                                                  I don't have mastodon on my phone, so I may take multiple days to see your toot. I like the slower pace though.

                                                    #netbsd boosted

                                                    [?]Dr. Brian Callahan [He/Him] » 🌐
                                                    @bcallah@bsd.network

                                                    New post arrives!

                                                    I discovered that, unlike what the documentation says, you in fact do not need GDC to bootstrap GDC.

                                                    briancallahan.net/blog/2026071

                                                      agc boosted

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

                                                      [LeanPub Book]

                                                      <h2>26/07/12</h2> <p>⇒ <strong>Leanpub Book LAUNCH 🚀 Three Essays on NetBSD by Chris Pinnock</strong></p> <blockquote> <p>This book collects three essays I wrote in 2022 about the NetBSD operating system.</p> </blockquote> <ul> <li><a href="https://leanpub.com/blog/leanpub-book-launch-three-essays-on-netbsd-by-chris-pinnock/" rel="nofollow ugc">https://leanpub.com/blog/leanpub-book-launch-three-essays-on-netbsd-by-chris-pinnock/</a></li> </ul> [SENSITIVE CONTENT]

                                                      26/07/12

                                                      Leanpub Book LAUNCH 🚀 Three Essays on NetBSD by Chris Pinnock

                                                      This book collects three essays I wrote in 2022 about the NetBSD operating system.

                                                      Jay 🚩 :runbsd: boosted

                                                      [?]silverwizard [He/Him] » 🌐
                                                      @silverwizard@convenient.email

                                                      Finally installing on something. It feels like OpenBSD but different. I need to figure out if I can make the thing I want.

                                                        Jay 🚩 :runbsd: boosted

                                                        [?]ᴏᴏᴍ-ᴋɪʟʟᴇʀ: 333 » 🌐
                                                        @jae@mastodon.bsd.cafe

                                                        one of the nice things i see in the community especially here at bsd cafe, is how the community is helpful and often puts aside their fundamental differences (ie politics, religion, etc) for the greater good of the ecosystem.

                                                        we have people from all walks of life getting along (mostly) whereas its been my experience other ecosystems focus a bit too much on coc and gating as opposed to the technology.

                                                        this is not a stance of superiority but an observation that keeps me at the cozy table sipping cofe.

                                                        choose different. choose bsd.

                                                          #netbsd boosted

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

                                                          Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟲/𝟬𝟳/𝟭𝟯 (Valuable News - 2026/07/13) available.

                                                          vermaden.wordpress.com/2026/07

                                                          Past releases: vermaden.wordpress.com/news/

                                                            [?]vermaden » 🌐
                                                            @vermaden@mastodon.bsd.cafe

                                                            Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟲/𝟬𝟳/𝟭𝟯 (Valuable News - 2026/07/13) available.

                                                            vermaden.wordpress.com/2026/07

                                                            Past releases: vermaden.wordpress.com/news/

                                                              #netbsd boosted

                                                              [?]Leanpub » 🌐
                                                              @leanpub@mastodon.social

                                                              #netbsd boosted

                                                              [?]Leanpub » 🌐
                                                              @leanpub@mastodon.social

                                                              NEW! Leanpub Book LAUNCH 🚀 Three Essays on NetBSD by Chris Pinnock

                                                              youtu.be/_AtoCTme0dw

                                                                Jay 🚩 :runbsd: boosted

                                                                [?]gmc » 🌐
                                                                @gmc@friends.chasmcity.net

                                                                Tried again today with help from IRC, but still no luck. At least I get to a root prompt 1 out of 3 times when booting from USB instead of SD card, but the sdmmc driver refuses to detect the internal eMMC, so can't install.

                                                                  #netbsd boosted

                                                                  [?]Kapper@Linuxガジェヲタ&異世界小説家&電子工作大 » 🌐
                                                                  @kapper1224@linuxrocks.online

                                                                  I will talk it in Taian 2020, 8/2 15:30〜16:00 online.
                                                                  Let's enjoy to install Linux for Beginner, in English
                                                                  coscup.org/2020/zh-TW/agenda/A

                                                                  Beginner for install Linux and *BSD in the inexpensive ARM and Intel based mobile devices in 2020 by @kapper1224

                                                                  slideshare.net/kapper1224/begi

                                                                    #netbsd boosted

                                                                    [?]Katie Kloss 🏳️‍⚧️ [she/her] » 🌐
                                                                    @kitkatwastaken@hachyderm.io

                                                                    RE: tech.lgbt/@JadedBlueEyes/11689

                                                                    And now the BSD packages are available, including one for ARM cloud VMs! I'm proud of how far this little special interest of mine has come.

                                                                    code.kat5.dev/katie/continuwui

                                                                      Jay 🚩 :runbsd: boosted

                                                                      [?]ltning » 🌐
                                                                      @ltning@pleroma.anduin.net

                                                                      @CursedSilicon I use it on several old machines: A Pentium Pro, a Nintendo Wii, and a 486. All #NetBSD. Also trying to get it to run on OS/2.
                                                                      I love it. And with some minor work, it can look *very* different from the default theme. (https://wii.cafe)

                                                                        [?]leaf » 🌐
                                                                        @leaf@tea.pepperm.int.eu.org

                                                                        Building pkgsrc with bob on NetBSD: if you get an error about X11R7, this is normal if you have a headless server without Xorg/X11.

                                                                        Comment out the following line in your configuration file: { action = "mount", fs = "null", dir = "/usr/X11R7", opts = "-o ro" },
                                                                        See https://github.com/jperkin/bob/blob/main/config/netbsd.lua#L152

                                                                        Of course if you need to build X11 apps, install X11 on your host and keep the line.

                                                                        #bob #pkgsrc #netbsd #chroot

                                                                          #netbsd boosted

                                                                          [?]ななし虫 » 🌐
                                                                          @nonameinsect@misskey.io

                                                                          MacintoshSE/30にNetBSDをインストールして遊んで来たけれど
                                                                          36年前のPCでここまで動くのすごいよね…というのと
                                                                          ハードウェアの限界を実感して、もうやめる

                                                                            #netbsd boosted

                                                                            [?]bkrawczyk » 🌐
                                                                            @bkrawczyk@fosstodon.org

                                                                            VPS updated to 11.0_RC6 🤩 We're almost there!

                                                                              Jay 🚩 :runbsd: boosted

                                                                              [?]Stefano on littleFedi » 🌐
                                                                              @stefano@rpi0w.stefanomarinelli.it

                                                                              Just a friendly reminder that this instance is running on a Raspberry Pi Zero W powered by NetBSD and littleFedi (not yet released)

                                                                              #NetBSD #littleFedi #Fediverse

                                                                                [?]gmc » 🌐
                                                                                @gmc@friends.chasmcity.net

                                                                                Computer says no.

                                                                                I'm too tired for this, I guess I'll try again tomorrow.

                                                                                Large screen TV with a NetBSD kernel stack trace in green letters.

                                                                                Alt...Large screen TV with a NetBSD kernel stack trace in green letters.

                                                                                  Jay 🚩 :runbsd: boosted

                                                                                  [?]gmc » 🌐
                                                                                  @gmc@friends.chasmcity.net

                                                                                  The nanopi r6s arrived this week, so now I'm trying to install NetBSD on it. Managed to install the EDK2-based UEFI firmware, which apparently is a prerequisite. Trying to figure out the next steps. I think it's writing arm64.img to an sd card and trying to boot that, and then ... sysinst?? or something??

                                                                                  I've only ever ran NetBSD on amd64, so it's a journey of discovery.

                                                                                    #netbsd boosted

                                                                                    [?]jqubed » 🌐
                                                                                    @jqubed@lemmy.world

                                                                                    #netbsd boosted

                                                                                    [?]Lobsters » 🤖 🌐
                                                                                    @lobsters@mastodon.social

                                                                                    Jay 🚩 :runbsd: boosted

                                                                                    [?]jbz » 🌐
                                                                                    @jbz@indieweb.social

                                                                                    🚩 I tried NetBSD as a desktop, and it felt like stepping into the '90s in a good way howtogeek.com/i-tried-netbsd-a

                                                                                      Jay 🚩 :runbsd: boosted

                                                                                      [?]guuf_italia » 🌐
                                                                                      @guuf_italia@livellosegreto.it

                                                                                      NetBSD 11.0 RC6 available!

                                                                                      The NetBSD project is pleased to announce the sixth release candidate of the upcoming 11.0 release, please help testing!
                                                                                      See the release announcement for details.

                                                                                      The netbsd-11 release branch is nearly a year old now, so it is high time the 11.0 release makes it to the front stage.

                                                                                      blog.netbsd.org/tnf/entry/netb

                                                                                        Back to top - More...