| 4 Jul 2025 |
hexa | ok, can add it to the PR in a bit | 12:56:31 |
toonn | Anyone familiar with Nspawn container networking? A setup that was working has recently stopped, get `Failed to connect to selfoss.local port 80: No route to host` when curl'ing the container now. | 18:30:27 |
toonn | I can still ping it from the host though. | 18:31:52 |
Sandro 🐧 | Did you do a reboot after updating? I kinda remember when I used nspam containers back on Ubuntu sometimes the state was just broken and I needed to reboot | 19:35:50 |
toonn | I haven't updated between when it was working and when it broke. | 19:38:56 |
toonn | It's a remote machine so I'm somewhat reluctant to reboot it while there are potential network issues I don't understand. | 19:39:36 |
toonn | Figured out the issue, my default gateway changed from under me. | 20:25:06 |
hexa | https://github.com/NixOS/nixpkgs/pull/422270 | 21:18:49 |
hexa | reviewers welcome | 21:19:10 |
hexa | ideally per commit | 21:19:15 |
hexa | https://github.com/NixOS/nixpkgs/pull/422282 replaces uses of net-tools for hostname with the better maintained hostname-debian | 21:22:19 |
magic_rb | Whats the replacement for netstat | 21:22:46 |
hexa | ss | 21:22:52 |
hexa | (sockstat) | 21:22:54 |
hexa | * ss from iproute2 | 21:23:01 |
magic_rb | Oh, gotta learn that, i havent used any of the other nettools in years but i still use netstat | 21:23:28 |
hexa | so, any takers? I'm thinking about ripping out nettools from every module that I can find next | 22:20:27 |
hexa | networkmanager on the iso and suggested in the default config is a reality now as well | 22:22:22 |
hexa | * networkmanager on the iso and as a suggestion in the default config is a reality now as well | 22:22:49 |
magic_rb | In reply to @hexa:lossy.network so, any takers? I'm thinking about ripping out nettools from every module that I can find next I will if still needed by tomorrow noon ish | 22:23:26 |
hexa | sgtm | 22:23:36 |
| 6 Jul 2025 |
| Cathal changed their display name from CJ to Cathal. | 17:17:37 |
| 7 Jul 2025 |
| nbp changed their display name from nbp — PTO to nbp. | 13:11:51 |
| colemickens 🏳️🌈 left the room. | 21:53:10 |
| @saiko:knifepoint.net changed their display name from Katalin ⚧︎ to Katalin 🔪. | 23:28:41 |
| 8 Jul 2025 |
| cloudcyclist joined the room. | 06:27:52 |
emily | https://serd.es/2025/05/08/Switch-project-pt1.html
https://serd.es/2025/06/23/Switch-project-pt2.html
https://serd.es/2025/07/04/Switch-project-pt3.html
not Nix but "This is part 3 of my ongoing series about LATENTRED, my project to create an open source 1U managed Ethernet switch from scratch." | 12:52:23 |
emily | who's gonna get NixOS on it | 12:53:27 |
Emantor | I quickly skimmed the articles and it looks like this is a purely FPGA based switch design, so my guess is that the CPU is running within the FPGA if there is need for one. The specs of the FPGA look like it may be barely able to run linux, however I would not bet on that. | 12:59:31 |
Emantor | If you want something that can run Linux it is a lot easier to look at the switches that OpenWRT recently added. | 13:01:03 |