home.social

#arm32 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #arm32, aggregated by home.social.

  1. For all the little guys who want to have their infrastructure under control, I would like to inform you that I took the trouble to compile the Zabbix installation packages for the 32-bit #ARM, i.e. for the Raspberry PI2

    No one will probably use the Zabbix server on such weak hardware, but the Zabbix proxy works on my RPi2 with 1Gb of ram without any problems, so I can imagine that it could work for someone else too.

    So if you need to monitor, like me, a /26 network and don't want to dedicate a gluttonous old PC to it or speculate on which virtual machine to use, reach for your good old Raspberry and give it a new purpose and life.

    Configuration for Ansible Role:

    zabbix_version: 8.0

    zabbix_repo_deb_url: repo.vitexsoftware.com/

    zabbix_repo_deb_gpg_key_url: repo.vitexsoftware.com/KEY.gpg

    zabbix_repo_deb_component: 'backports'

    zabbix_repo_deb_include_deb_src: false

    #Zabbix 8.0 packages for #Debian 13 #Trixie #armhf

    repo.vitexsoftware.cz/pool/bac

    #RaspberryPi #Arm32 #Backports

  2. Ah, the thrilling #saga of the #Erlang #ARM32 #JIT, where a team of #developers bravely embarks on the monumental task of... making something work on older hardware. 🚀 Meanwhile, the rest of the world holds its breath for more tales of obscure programming adventures. 💤
    grisp.org/blog/posts/2025-10-0 #oldhardware #programmingadventures #HackerNews #ngated

  3. Ah, the thrilling #saga of the #Erlang #ARM32 #JIT, where a team of #developers bravely embarks on the monumental task of... making something work on older hardware. 🚀 Meanwhile, the rest of the world holds its breath for more tales of obscure programming adventures. 💤
    grisp.org/blog/posts/2025-10-0 #oldhardware #programmingadventures #HackerNews #ngated

  4. Ah, the thrilling #saga of the #Erlang #ARM32 #JIT, where a team of #developers bravely embarks on the monumental task of... making something work on older hardware. 🚀 Meanwhile, the rest of the world holds its breath for more tales of obscure programming adventures. 💤
    grisp.org/blog/posts/2025-10-0 #oldhardware #programmingadventures #HackerNews #ngated

  5. Ah, the thrilling #saga of the #Erlang #ARM32 #JIT, where a team of #developers bravely embarks on the monumental task of... making something work on older hardware. 🚀 Meanwhile, the rest of the world holds its breath for more tales of obscure programming adventures. 💤
    grisp.org/blog/posts/2025-10-0 #oldhardware #programmingadventures #HackerNews #ngated

  6. Almost finished pass 1 of auto test framework for 4 #NetBSD10 BETA install architectures.

    #i386
    939 test programs:
    10302 passed
    0 failed test cases.
    60 expected failed
    656 skipped
    #amd64
    944:
    10510 passed
    12 failed test cases.
    76 expected failed
    559 skipped
    #arm32 (pi0)
    930:
    9255 passed
    21 failed test cases.
    55 expected failed
    662 skipped
    #arm64 (pi4)
    931:
    9424 passed
    1 failed test cases.
    59 expected failed
    689 skipped

  7. @tunix you need to be inside an os or VM to do that as far as I know, doesn’t matter about a base image?

  8. Creating an v6 base image seems to be harder than I expected. There is no official image that supports arm32v6 in the first place so that you can base your image on top of it. Thanks to folks at Open Learning Exchange there is an image called `treehouses/debian` which I'm able to use. I'm now able to build & run a Hello World app on my Raspberry Pi Zero W. The image repository is here: github.com/tunix/rust-arm32v6