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

[?]Stefano Marinelli ยป
@stefano@mastodon.bsd.cafe

4 ★ 0 ↺

[?]Amitai Schleier ยป
@schmonz@schmonz.com

Ancient serving home stereo AirPlay.

I'd prefer : https://schmonz.com/2024/06/07/small-arms/

Staged latest shairport-sync for . Builds on NetBSD, . Normally I'd commit, wait for evbearmv6hf-el binary package, forget.

Trying something new today: https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/doc/HOWTO-use-crosscompile

    #netbsd boosted

    [?]poetaster ยป
    @poetaster@mastodon.gamedev.place

    @vga256 we had a setup that sounds similar at canada connect corp in1992. We built our own backplain, each unit had 16 cards, if I remember correctly. The interconnect for 4 of those was DIY, built with ... In time, about 1994/95 we built terminal server boards (first ISA, the PCI)... Jonathan Levine did most of the hardware design and Herb Peyerl, the software. Our mail server was a massive sgi server with 8 cpus. And 5 inch disk sleds.

      #netbsd boosted

      [?]vermaden ยป
      @vermaden@mastodon.social

      Latest ๐—ฉ๐—ฎ๐—น๐˜‚๐—ฎ๐—ฏ๐—น๐—ฒ ๐—ก๐—ฒ๐˜„๐˜€ - ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฑ/๐Ÿฌ๐Ÿณ/๐Ÿฎ๐Ÿด (Valuable News - 2025/07/28) available.

      vermaden.wordpress.com/2025/07

      Past releases: vermaden.wordpress.com/news/

        [?]vermaden ยป
        @vermaden@mastodon.bsd.cafe

        Latest ๐—ฉ๐—ฎ๐—น๐˜‚๐—ฎ๐—ฏ๐—น๐—ฒ ๐—ก๐—ฒ๐˜„๐˜€ - ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฑ/๐Ÿฌ๐Ÿณ/๐Ÿฎ๐Ÿด (Valuable News - 2025/07/28) available.

        vermaden.wordpress.com/2025/07

        Past releases: vermaden.wordpress.com/news/

          #netbsd boosted

          [?]Klaus Zimmermann :unverified: ยป
          @kzimmermann@c.im

          Off to try booting on my Pi4 using the UEFI method (donno if I've set the SD card partition correctly)

            [?]Klaus Zimmermann :unverified: ยป
            @kzimmermann@c.im

            That's is. I finally figured out. All these years I had been using the wrong OS on the Pi4 too.

            showed me the true way on ARM!

              [?]JdeBP ยป
              @JdeBP@tty0.social

              @ermo

              I was pointing out the poor state of the doco in a little while ago. This is the area where is equally bad with .

              FreeBSD's pkg-create(8) manual page assures us that +MANIFEST files must have "file" entries one per file. But the actual code for the pkg command only looks for a "files" object with an array of files.

              Making manifest and "build-info" files for these tools is not a case of doing what the doco says to do.

              github.com/freebsd/pkg/blob/ma

                [?]Nils ยป
                @Nils@mastodon.xyz

                dch :flantifa: :flan_hacker: boosted

                [?]Daniel Wayne Armstrong ยป
                @dwarmstrong@fosstodon.org

                In anticipation of installing NetBSD on a remote VPS next week, I've installed NetBSD today on a local device to poke around a bit!

                Output from the `fastfetch` command showing parameters of a fresh install of NetBSD on a Thinkpad X220.

                Alt...Output from the `fastfetch` command showing parameters of a fresh install of NetBSD on a Thinkpad X220.

                  [?]JdeBP ยป
                  @JdeBP@tty0.social

                  Dear people:

                  pkg_create(1) takes files with its -f, -B, and -b options. But there is zero documentation anywhere for what is supposed to be in the latter two.

                  Please document this, preferably on that manual page alongside where the contents of the first file are documented.

                    #netbsd boosted

                    [?]Daniel Wayne Armstrong ยป
                    @dwarmstrong@fosstodon.org

                    For sharing a common Fish shell configuration between multiple operating systems, the `switch` command is useful.

                    Using `switch` I can execute different blocks of code depending on the OS reported by `uname`.

                    Example:

                    ```
                    switch (uname)
                    case FreeBSD
                    abbr -a l ls -aFhl --color=always
                    case NetBSD
                    abbr -a l colorls -aFGl
                    end
                    ```

                      #netbsd boosted

                      [?]LFA ยป
                      @lfa@hostux.social

                      From the results I can see there is a solid group of Korn Shell users but I'm a bit surprised abouth the C Shell. I didn't though there was such a difference betwen the number of CSH users and KSH users. I guess part of it is because Korn is more similar to Bourne.

                      Thank you all for taking part and for your comments. I learned some things ๐Ÿ™‚

                        [?]EuroBSDCon ยป
                        @EuroBSDCon@bsd.network

                        The European *BSD ๐Ÿ˜ˆโ›ณ๐Ÿก event of 2025 is getting noticed!

                        netokracija.com/event/eurobsdc

                        Ako znaลก ฤitati hrvatski, dobar si.
                        If you can't, you probably need to translate the article. :flan_cheer:โ€‹:flan_laugh:โ€‹

                        Grab your tickets ๐ŸŽŸ๏ธ at tickets.eurobsdcon.org

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

                        EuroBSDCon 2025 in Zagreb, Croatia ๐Ÿ‡ญ๐Ÿ‡ท
                        September 25-28, 2025

                          [?]Daniel Wayne Armstrong ยป
                          @dwarmstrong@fosstodon.org

                          I have an idea for a new project blog, and discovering useful information about how to set one up with a cheap VPS running NetBSD courtesy of this post from @stefano ...

                          it-notes.dragas.net/2025/04/22

                            #netbsd boosted

                            [?]โ€‹izzy ยป
                            @izder456@ieji.de

                            all operating systems suck uniquely. find the one that sucks the least for you and use it. also, shut up about it.

                            EDIT: "shut up about it", is about OS proselytizing. share all you like, just don't pressure me to use what you use. it'd be hypocritical to say this as I certainly don't shut up about my love for OpenBSD.

                              [?]Klaus Zimmermann :unverified: ยป
                              @kzimmermann@c.im

                              Heh, I'm going overtime with the , but is SO FUN to use on the Pi1!

                              I'm now running JWM, the dillo browser, Pidgin and PCManFM in addition to my busy multiple pane tmux session, and yet the RAM does not go over 260MB! It's amazing, this is like hooking up a motorcycle to pull a wagon of load, adding more and more weight and that motorcycle never slows down despite the load!

                              Props and props to the devs, this is definitely my new favorite OS for the raspberry pi!

                                #netbsd boosted

                                [?]Ryo ONODERA ยป
                                @ryoon@mastodon.sdf.org

                                Toot from pkgsrc/www/firefox-141.0 under NetBSD/amd64-current...

                                  [?]R.L. Dane :Debian: :OpenBSD: ๐Ÿต :MiraLovesYou: ยป
                                  @rl_dane@polymaths.social

                                  @paul @sotolf

                                  I was predicting that something like Wayback would come along and basically be the future for all legacy X11 WMs.

                                  I'm not saying that Wayland is the best possible solution or even a particularly great one, but X11 has just so much complexity and technical debt.
                                  My thinking was that Wayland would just eventually become a kind of HAL to keep legacy X11 applications and WMs alive.

                                  The fact that smaller #FOSS OS projects like #NetBSD have to struggle to find a way to shoehorn it into their OS because it was written exclusively for Linux is not okay. And the attitude of Linux YouTubers of, "Why the heck haven't they got it working yet already?" is seriously not okay.

                                    #netbsd boosted

                                    [?]txt.file ยป
                                    @txt_file@chaos.social

                                    hey @netbsd seems netbsd.org is down.

                                      benz boosted

                                      [?]Raven ยป
                                      @raven@mastodon.bsd.cafe

                                      FINALLY! I'm happy to announce the R1 Open Source Project, a new project where release news, articles and documentation about Linux, BSD and FOSS software will be published

                                      The new Mastodon account of the project can be followed here: @r1os
                                      AND the account is also hosted on the BSD Cafe. Cheers to @stefano at this point.

                                      All future FOSS release announcements will be published on the project account.

                                      So grab a cup of coffee and stay tuned for a new website I'm currently preparing and will hopefully announce in a few days.

                                        [?]gyptazy ยป
                                        @gyptazy@mastodon.gyptazy.com

                                        Okay, I did something... time to provide BSD boxes at @BoxyBSD a bit closer to our buddies in Asia!

                                        whois output of a newly assigned IPv6 network at JPNIC for boxes in Asia

                                        Alt...whois output of a newly assigned IPv6 network at JPNIC for boxes in Asia

                                          🗳
                                          #netbsd boosted

                                          [?]LFA ยป
                                          @lfa@hostux.social

                                          There are more shells than Bash and I'm curious to see the % of how many people uses wich one of the more or less classic shells. Choose your preferred one.

                                          SH:0
                                          CSH / TCSH:0
                                          KSH:0
                                          BASH:0

                                            [?]Peter N. M. Hansteen ยป
                                            @pitrh@mastodon.social

                                            [?]lopta ยป
                                            @lopta@mastodon.social

                                            @farooqkz Before Atom was even a thing I looked at ARM boards (e.g Simtec) but the cost exceeded my budget. That changed with Raspberry Pi and I do use those. My Atom boards had a few practical advantages though (e.g. SATA, PCI, solid support) so I keep one around.

                                              [?]jmcunx ยป
                                              @jmcunx@mastodon.sdf.org

                                              @jbz

                                              I ran across this, but lite on details like what release was used and are some of these satellites still being used.

                                              Anyway seen good news for NetBSD.

                                                #netbsd boosted

                                                [?]jbz ยป
                                                @jbz@indieweb.social

                                                ๐Ÿ›ฐ๏ธ Why Some Satellites Use NetBSD?

                                                ๏ฝข Its extensive use in spacecraft, including the AeroCube series, BRICSat-P, ITSAT, and NASA's SAMPEX satellite, highlights the OS's exceptional capabilities in meeting the rigorous demands of space missions ๏ฝฃ

                                                machaddr.substack.com/p/why-so

                                                  #netbsd boosted

                                                  [?]Klaus Zimmermann :unverified: ยป
                                                  @kzimmermann@c.im

                                                  @kaixin nice tips! I particularly don't mind typing out long options (if anything, they make it easier for me to memorize), but that's a nice shortcut.

                                                  pkgin also made a lot more usable for me after I learned it, too! Best decision I've made during this time was:

                                                  pkg_add pkgin

                                                    #netbsd boosted

                                                    [?]Klaus Zimmermann :unverified: ยป
                                                    @kzimmermann@c.im

                                                    LOLOLO X11 WORKS ON IN THE RASPBERRY PI MODEL B

                                                    (it didn't in Debian)

                                                      #netbsd boosted

                                                      [?]agc ยป
                                                      @agc@mastodon.social

                                                      [?]Bitslingers-R-Us ยป
                                                      @AnachronistJohn@zia.io

                                                      Latest #NetBSD #pkgsrc 2025Q2 bulk package results!

                                                      A number of obsolete packages that weren't automatically removed after the switch from Q1 to Q2 have now been removed. All machines are now happily building!


                                                      9.0: earmv4 2057 (+59)
                                                      9.0: m68k 3182 (+24)

                                                      10.0: aarch64eb 24461 (+4585)
                                                      10.0: alpha 12552 (forgot to count Alpha last time)
                                                      10.0: earmv4 8645 (+383)
                                                      10.0: m68k 4824 (+117)
                                                      10.0: sh3el 9162 (+189)
                                                      10.0: sparc64 13290 (+241)
                                                      10.0: vax 7708 (+73)

                                                        [?]JdeBP ยป
                                                        @JdeBP@tty0.social

                                                        I just caught an error that was causing chvt n@tty0 and chvt p@tty0 to go the wrong way on .

                                                        A change introduced by the work done to port to , which has yet another oddball subset of the SCO Multiscreen CONSIO API.

                                                        I'm not sitting idly by. Testing is still happening. (-:

                                                          #netbsd boosted

                                                          [?]Hacker News ยป 🤖
                                                          @h4ckernews@mastodon.social

                                                          #netbsd boosted

                                                          [?]Lobsters ยป 🤖
                                                          @lobsters@mastodon.social

                                                          #netbsd boosted

                                                          [?]vermaden ยป
                                                          @vermaden@mastodon.social

                                                          Latest ๐—ฉ๐—ฎ๐—น๐˜‚๐—ฎ๐—ฏ๐—น๐—ฒ ๐—ก๐—ฒ๐˜„๐˜€ - ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฑ/๐Ÿฌ๐Ÿณ/๐Ÿฎ๐Ÿญ (Valuable News - 2025/07/21) available.

                                                          vermaden.wordpress.com/2025/07

                                                          Past releases: vermaden.wordpress.com/news/

                                                            [?]vermaden ยป
                                                            @vermaden@mastodon.bsd.cafe

                                                            Latest ๐—ฉ๐—ฎ๐—น๐˜‚๐—ฎ๐—ฏ๐—น๐—ฒ ๐—ก๐—ฒ๐˜„๐˜€ - ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฑ/๐Ÿฌ๐Ÿณ/๐Ÿฎ๐Ÿญ (Valuable News - 2025/07/21) available.

                                                            vermaden.wordpress.com/2025/07

                                                            Past releases: vermaden.wordpress.com/news/

                                                              #netbsd boosted

                                                              [?]Nils ยป
                                                              @Nils@mastodon.xyz

                                                              Back to top - More...