| 7 Sep 2025 |
hexa (clat on linux when) | 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 |