| 7 Sep 2025 |
hexa | yeah, prestera is an interesting platform | 01:11:13 |
raitobezarius | i think if they did a half version of that switch and sold it for 250-300 bucks | 01:14:20 |
raitobezarius | i'd buy it and port liminix to it | 01:14:23 |
emily | are the ARM cores 64 bit | 01:17:55 |
hexa |
High-performance Control and Management Subsystem with integrated Arm Cortex CPU cores and advanced management interfaces
| 01:18:57 |
raitobezarius | probably yes | 01:19:14 |
hexa | I would hope so | 01:19:16 |
hexa |
Add support for the Allecat5/Alleycat5X SoC. These are L3 switches with an integrated CPU (referred to as the CnM block in Marvell's documentation). These have dual ARMv8.2 CPUs (Cortex-A55). This support has been ported from Marvell's SDK which is based on a much older version of U-Boot.
| 01:19:38 |
raitobezarius | i don't think there's much 32 bits ARM in new projects | 01:19:39 |
hexa | so low power cores | 01:19:54 |
raitobezarius | yeah A55 is 64 bits | 01:20:01 |
hexa | https://patchwork.ozlabs.org/project/uboot/patch/20220921045941.571980-6-judge.packham@gmail.com/# | 01:20:05 |
emily | so NixOS is possible 🥺 | 01:39:07 |
emily | maybe it really is worth 600 bucks | 01:39:23 |
raitobezarius | i doubt there's more than 512MB of RAM | 01:42:50 |
hexa | yeah | 01:43:29 |
emily | with enough swap anything is possible | 01:45:04 |
kraem | passwd: files systemd
group: files [success=merge] systemd
shadow: files systemd
sudoers: files
hosts: mymachines files myhostname dns
networks: files
ethers: files
services: files
protocols: files
rpc: files
| 08:01:37 |
| sleepymonad changed their profile picture. | 09:12:54 |
kraem | ok so i think i solved it:
sudo ip netns exec wg strace -e trace=network python3 -c "import socket; socket.getaddrinfo('dn.se', 80)" -> connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) -> it was using my hosts nscd
- temporarliy moved the nscd/socket file (long term i should mask it in the service netns)
spun up a dnsmasq in the netns which uses the upstream resolver i want bindmounted /etc/resolv.conf with nameserver 127.0.0.1 (where dnsmasq is listening in the netns) | 09:24:46 |
kraem | ok so i think i solved it:
sudo ip netns exec wg strace -e trace=network python3 -c "import socket; socket.getaddrinfo('dn.se', 80)" -> connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) -> it was using my hosts nscd
- temporarliy moved the nscd/socket file (long term i should mask it in the service netns)
spun up a dnsmasq in the netns which uses the upstream resolver i want bindmounted /etc/resolv.conf with nameserver 127.0.0.1 (where dnsmasq is listening in the netns) | 09:25:04 |
| 8 Sep 2025 |
| inayet set a profile picture. | 02:15:51 |
| 9 Sep 2025 |
| aciceri changed their display name from zrsk to aciceri. | 15:02:08 |
| Albert Larsan joined the room. | 19:55:37 |
| 10 Sep 2025 |
| SomeoneSerge (back on matrix) changed their display name from SomeoneSerge (@nixcon & back on matrix) to SomeoneSerge (back on matrix). | 00:35:26 |
| @nerves:bark.lgbt left the room. | 12:31:25 |
| Frédéric Christ changed their display name from Frédéric Christ to Frédéric Christ (🚄 15.09. - 29.09.). | 13:46:19 |
| matthewcroughan changed their display name from matthewcroughan @ nixcon to matthewcroughan. | 15:04:27 |
| 11 Sep 2025 |
adamcstephens | systemctl service-log-level systemd-networkd.service debug . TIL | 02:19:53 |
ghostbuster91 | hi folks, I am using mesh vpn with headscale, adguard DNS and avahi mDNS. How do I now make mDNS addresses available to the vpn network? GPT told me that I need to propagate have something that will answer DNS queries and respond with mDNS entries. Can I do this with adguard or do I need something else? What would you recommend in this case? | 15:31:02 |