| 4 Jul 2025 |
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 |