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

Jay 🚩 :runbsd: boosted

[?]Jan Schaumann » 🌐
@jschauma@mstdn.social

System Administration: Week 4: OS Installation

In this video, we perform a step-by-step manual installation of onto a virtual machine to illustrate the details of the process, including partitioning, boot loader installation, OS set extraction etc.

We also discuss planning of the OS installation by looking at data classification into shareable/non-shareable and static/variable data and think about how to scale this process.

youtu.be/XRTDMgIpK68

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

    Make Your Own CDN with NetBSD

    NetBSD is a lightweight, stable, and secure operating system that supports a wide range of hardware, making it an excellent choice for a caching reverse proxy.

    it-notes.dragas.net/2024/09/03

      #netbsd boosted

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

      @stefano
      Makes me happy to see articles about
      and yours are always a pleasure to read.

        /home/rqm boosted

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

        Celebrating with the most portable OS on the planet. 🌍

        Whether it's the embedded controller inside a vintage radio or the legendary NetBSD Toaster 🍞, the ham/ 📻category in has you covered.

        Why just make toast when you can transmit packets over the airwaves at the same time?

          Jay 🚩 :runbsd: boosted

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

          Make your own Read-Only Device with NetBSD

          One detail that is often overlooked when dealing with embedded (or remote) devices is a key point of vulnerability: the file system.

          it-notes.dragas.net/2024/09/10

            Jay 🚩 :runbsd: boosted

            [?]Eugene :freebsd: :emacslogo: » 🌐
            @evgandr@mastodon.bsd.cafe

            And again @stefano outperformed me :drgn_blush_giggle: While I'm writing my home control system in for , he already preparing talk about his home control system for BSDCan :drgn_blush_giggle:

            Thats the difference between North, with it's cold weather and low atmospheric pressure, and the South with humane environment :-D :drgn_cup_sleepy:

            @bsdcan

              #netbsd boosted

              [?]Luca Sironi » 🌐
              @luca@sironi.xyz

              @opensuse

              something since 1996, then for most 2000's.

              now on servers and (on a laptop starting with sles)

                #netbsd boosted

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

                @cks

                OpenWatcom vi is source available.

                mastodonapp.uk/@JdeBP/11605201

                Ritter's Heirloom is in ports today, coming from the same place that it has for a long time.

                freshports.org/editors/2bsd-vi/

                It was dropped from because it did not compile and hadn't changed in 20 years. Ironically, this is because the (GNU) C language had changed, and it has to nowadays be compiled forcing an older GNU C language version.

                bbs.archlinux.org/viewtopic.ph

                Several people have independently discovered the Makefile patch that gets it to build on and the like.

                forums.debian.net/viewtopic.ph

                gist.github.com/cwfoo/01abac5c

                , the precursor to , is packaged for both / and .

                ftp.netbsd.org/pub/pkgsrc/curr

                github.com/openbsd/ports/tree/

                  #pkgsrc boosted

                  [?]Habr » 🤖 🌐
                  @habr@zhub.link

                  NetBSD: Интервью с разработчиком

                  На одной истории с OpenBSD и Вячеславом Воронцовым мы конечно же не остановились, на этот раз в гостях у нас ещё один яркий и интересный представитель сообщества BSD.

                  habr.com/ru/articles/995602/

                    Jay 🚩 :runbsd: boosted

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

                    As the @bsdcan lists of talks and tutorials have been posted, I can officially announce my presentation:

                    Don't Freeze in the Cloud: Reclaiming Home Control with NetBSD

                    In 2010, I was taking more flights than cups of coffee. After a two-week trip, I returned home to a nasty, albeit expected, surprise: an indoor temperature of 7.8°C (46 F). Possessing more time than money, I decided to solve the problem my own way. I built a custom Python-based control system, accessible only via VPN, to manage my heating.

                    In 2015, after moving houses, this system was demoted to a secondary role, replaced by a shiny, commercial "smart" thermostat. However, I continued to maintain and update my custom solution for fun.

                    Fast forward to October 2025: major cloud providers faced significant outages. My commercial thermostat became dumber than a mechanical switch. I was reduced to manual two-hour overrides, with no visibility into settings or usage. It was a wake-up call: keeping my home warm should not depend on someone else's server.

                    I dusted off my solution and adapted it to modern needs - powered, of course, by NetBSD, running on the very same hardware that served my previous home for years.

                    In this talk, I will share the journey, the technical challenges, and the architectural decisions behind the project. I will demonstrate how NetBSD’s stability and low footprint make it the ideal operating system for long-term, "set-and-forget" home automation, allowing us to reclaim control from the cloud.

                      Jay 🚩 :runbsd: boosted

                      [?]Jan Schaumann » 🌐
                      @jschauma@mstdn.social

                      System Administration: Week 3: Resizing a file system

                      In these two videos, we show how to resize an existing filesystem. First on using the resize_ffs(8) tool, where we first increase the size of a 512MB partition to 1GB, then shrink it down to 256MB. Next we repeat the same exercise on Linux, using the resize2fs(8) tool.

                      youtu.be/9l-g3keN48g

                      youtu.be/4V15y5Klo9Y

                        #netbsd boosted

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

                        On , Joy vi is in /usr/src/cmd/vi:

                        github.com/illumos/illumos-gat

                        On , Bostic is in /usr/src/usr.bin/vi/vi; having it in /usr/src/external/bsd/nvi; and in /usr/src/contrib/nvi:

                        cgit.freebsd.org/src/tree/cont

                        FreeBSD has an nvi2 in ports:

                        freshports.org/editors/nvi2/

                        OpenBSD has elvis in ports:

                        github.com/openbsd/ports/blob/

                        Ritter's Heirloom vi is on SourceForge:

                        ex-vi.sourceforge.net

                        STEVIE was posted to comp.sources.unix in 1988:

                        sources.vsta.org/comp.sources.

                        Unfortunately, Sven Guckes's vi Clones WWW site was never completed with some of this, notably lacking Heirloom vi, for example.

                        guckes.net/vi/clones.html

                        But it does mention oft-overlooked commercial clones such as Watcom's vi, a from-scratch implementation started in 1983 that is also now source-available:

                        github.com/open-watcom/owp4v1c

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

                          People waxing lyrical about using 'original vi', both nowadays in 2026 and back in 2006, haven't a clue what that is.

                          There's only one family of operating systems where 'vi' will actually run the original vi program by Joy, Horton, et al.: and its derivatives , , and .

                          *Everyone else* uses one of the ground-up clones.

                          On , , and , it's Bostic's early 1990s , which was derived from Kirkendall's elvis, a clone written some time around 1990.

                          On Linux-based operating systems, vi either is Bostic nvi, or is one of the derivatives of STEVIE (the middle-1980s vi clone for the Atari ST that inspired Kirkendall to write elvis in the first place): Moolenaar's VIM or NeoVIM.

                          On none of those will you get original Joy+Horton vi in base, or indeed packaged/in ports.

                          Yes, Heirloom vi exists, which is Ritter's 2002 fork of 1985 Joy+Horton vi. But it's not even available in Arch Linux nowadays.

                            Jay 🚩 :runbsd: boosted

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

                            This is a clever use of secmodel+kauth to implement jail-like process isolation on

                            petermann-digital.de/blog/netb

                              Jay 🚩 :runbsd: boosted

                              [?]benz » 🌐
                              @bentsukun@mastodon.sdf.org

                              Amazingly, there appears to be a Rust compiler available on . I guess I will see tomorrow, once we have spent the night compiling LLVM.

                                #netbsd boosted

                                [?]Jan Schaumann » 🌐
                                @jschauma@mstdn.social

                                System Administration: Week 3: Files go hier(7)

                                In this video, we're wrapping up our discussion of filesystems and partitions with a look at file types and partitions and filesystems mounted by default on , , , and Fedora Linux. We close with a look at the filesystem hierarchy as defined in the hier(7) manual page.

                                youtu.be/J0ontdqxpUg

                                  #netbsd boosted

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

                                  @yianiris @jmcunx @jbz using zfs encrypted roots on many Alpine and Void installs. Zero issues. makes it even simpler in zfs being a seperate package pre-compiled against a kernel rather than dkms (no sure why other distros do not do this).

                                  supports zfs but native encrypted root is not yet an option.

                                    #netbsd boosted

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

                                    @yianiris @jmcunx @jbz if only did zfs native encrypted root...

                                      #netbsd boosted

                                      [?]jmcunx » 🌐
                                      @jmcunx@mastodon.sdf.org

                                      @jbz

                                      It is nice they looked at and found it good for , but may limit what platforms can run on. Curious what that means for , which I think tends to have little resources when compared to amd64.

                                      I saw this post here on sdf/mastodon from a developer and it nicely explains why as it is now is not really good for use on some systems:

                                      bentsukun.ch/posts/netbsd-rust

                                        #netbsd boosted

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

                                        Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟲/𝟬𝟮/𝟬𝟵 (Valuable News - 2026/02/09) available.

                                        vermaden.wordpress.com/2026/02

                                        Past releases: vermaden.wordpress.com/news/

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

                                          Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟲/𝟬𝟮/𝟬𝟵 (Valuable News - 2026/02/09) available.

                                          vermaden.wordpress.com/2026/02

                                          Past releases: vermaden.wordpress.com/news/

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

                                            Jay 🚩 :runbsd: boosted

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

                                            Built for 10.1 bit it fails to launch, throws a SIGSEGV. Unless I run it as root. But of course then it finds no X11 session to auth, so it runs but doesn't run. But at least no SIGSEGV. That's only for my user. What's going on?!

                                              [?]benz » 🌐
                                              @bentsukun@mastodon.sdf.org

                                              11 RC1 released!

                                              No official announcement yet but Phoronix has the deets: phoronix.com/news/NetBSD-11.0-

                                                Jay 🚩 :runbsd: boosted

                                                [?]jmcunx » 🌐
                                                @jmcunx@mastodon.sdf.org

                                                @ParadeGrotesque

                                                I believe 'man 7 entropy' will explain what uses that for. On my machine, file "/var/db/entropy-file" gets recreated on every boot.

                                                  Jay 🚩 :runbsd: boosted

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

                                                  Victory is mine! 11 RC1 is working! :netbsd:

                                                  Overall, pretty uneventful...

                                                  Now, I will let it rest for a little while, until qemu 9.2.4 has finished compiling.

                                                  A white on black console whowing, in bold ASCII letters "NetBSD 11.0_RC1 amd64"

                                                  Alt...A white on black console whowing, in bold ASCII letters "NetBSD 11.0_RC1 amd64"

                                                    Jay 🚩 :runbsd: boosted

                                                    [?]Eugene :freebsd: :emacslogo: » 🌐
                                                    @evgandr@mastodon.bsd.cafe

                                                    As I wrote before (mastodon.bsd.cafe/@evgandr/115) I tried to use TURN server for communication with my relatives, but failed to setup secure enough solution. So, I decided to try an old and reliable solution — Asterisk. With the help of a book "Asterisk: The Definitive Guide" from J.V. Meggelen & R. Bryant & L. Madsen, of course.

                                                    First, I was forced to build the asterisk package by myself (from ports, ofc), since the binary version from NetBSD repository compiled with the all DB support, except my favourite PostgreSQL database.

                                                    By the way, adding users and writing dialplan with the help of aforementioned book was not so hard as I expected :drgn_happy_blep:. Same for network setup. Since, I'm using PJSIP I just opened SIPS port and a range of UDP ports for RTP protocol on the my firewall. Despite, my home network hidden behind NAT on the router, there are no big problems with networking — end-user devices and an Asterisk server connected with use of simple star topology.

                                                    Surpisingly, the quality of the voice call is excellent comparing with service, provided by local cellular network operators. I suppose, that the secret in used codecs, or it is because there are not so much users (only 2) of my service.

                                                    Hand-drawn diagram of connection between my Asterisk server and the two end-users with mobile phones (with Linphone application on these phones).

                                                    Alt...Hand-drawn diagram of connection between my Asterisk server and the two end-users with mobile phones (with Linphone application on these phones).

                                                      Jay 🚩 :runbsd: boosted

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

                                                      11, you are doing the packages in alphabetical order, right?

                                                      RIGHT? 😂 :netbsd:

                                                      A qemu console showing the NetBSD sysinst trying to download the 'xbase' package.

As with the previous screenshots, the sysinst is trying an IPv6 address first.

                                                      Alt...A qemu console showing the NetBSD sysinst trying to download the 'xbase' package. As with the previous screenshots, the sysinst is trying an IPv6 address first.

                                                        #netbsd boosted

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

                                                        [3348/9317] Compiling C object libqemu-mipsn32el-linux-user.a.p/linux-user_signal.c.o

                                                        So, roughly 30% done. I think the VM will be done first!

                                                          #netbsd boosted

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

                                                          The good side of this, is that I can keep an eye on both the 11 VM and the compilation of qemu on my server! 😋

                                                            #netbsd boosted

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

                                                            It works, but it is going to be painful: since the qemu network emulation provides the VM with an IPv6 address through DHCP, sysinst tries IPv6 first, times out, then tries IPv4... all of this to be redirected by the web server and go through IPv6 - timeout - IPv4 again.

                                                            In other words: it downloads, but really really slowly. ☹️

                                                            Any help getting out of that painful loop is greatly appreciated (I know how to do it on an installed machine, just not in sysinst) :netbsd:

                                                            A white-on-blue NetBSD installation console showing error messages, such as:
/sets/modules.tar.xz

ftp: Can't connect to [2ad4:ded2:1d::262]:80: No route to host

                                                            Alt...A white-on-blue NetBSD installation console showing error messages, such as: /sets/modules.tar.xz ftp: Can't connect to [2ad4:ded2:1d::262]:80: No route to host

                                                              #netbsd boosted

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

                                                              It seems 'sysinst' still has issues with the 'curses' qemu console, but it remains readable, so onward!

                                                              A qemu console showing a NetBSD installation disk selection menus.

Little display bugs (strange glyphs and added blank spaces) can be seen here and there...

                                                              Alt...A qemu console showing a NetBSD installation disk selection menus. Little display bugs (strange glyphs and added blank spaces) can be seen here and there...

                                                                Back to top - More...