| 25 Feb 2026 |
aktaboot | theres one error message that i only got once but lost it | 23:43:21 |
niko | Not a good look to trigger a segfault reliably regardless, but segfaulting the daemon would be like BAD bad, the client bad, and the sandbox probably not very interesting | 23:46:48 |
| 26 Feb 2026 |
silver | Pasta uses a local resolver right? We had issues with DNS a while back and ended up with this bodge which might be the issue
networking = {
# every sever needs to be accessable over ssh for admin use at least
firewall.allowedTCPPorts = [ 22 ];
resolvconf.useLocalResolver = false;
resolvconf.extraConfig = "name_servers='193.1.99.120 193.1.99.109'";
# explisitly stating this is good
defaultGateway = {
address = "193.1.99.65";
interface = "eth0";
};
# cannot use our own it seems?
nameservers = [
# ns1
"193.1.99.120"
# ns2
"193.1.99.109"
];
};
| 09:35:00 |
raitobezarius | pasta replaces your local resolvers with special resolvers inside the sandbox | 09:35:27 |
raitobezarius | but i don't see any replacement occurring | 09:35:31 |
raitobezarius | can you rerun that with -vvvv ? | 09:35:49 |
silver | pipe to file I presume? | 09:37:02 |
silver | Download silver_dns_testing.log | 09:42:46 |
raitobezarius | there's zero pasta starting up here | 09:54:45 |
raitobezarius | have you disabled pasta? | 09:54:47 |
raitobezarius | so it's no wonder you have the system resolver :D | 09:54:55 |
silver |  Download image.png | 10:41:08 |
silver | then htf is it working when I add --option pasta-path "" | 10:41:10 |
raitobezarius | does nix build -vvvvv shows pasta? | 10:41:32 |
silver |  Download image.png | 10:49:12 |
silver | apparently not | 10:49:17 |
raitobezarius | nix config show | grep -i pasta | 10:49:53 |
silver |  Download image.png | 10:51:09 |
raitobezarius | there's no chance to find pasta if you pass empty pasta path, for sure | 10:51:32 |
raitobezarius | I wonder if you have pasta configured at all | 10:51:38 |
silver |  Download image.png | 10:52:07 |
raitobezarius | i'm dumb sorry | 10:59:46 |
raitobezarius | hmmmmmm | 10:59:57 |
raitobezarius | i think the pasta traces went under the libexec helpers so we cannot grep them as easily argh | 11:00:34 |
raitobezarius | silver you sent the initial screenshot on root@skynet | 11:01:26 |
raitobezarius | and now you are showing root@optimus | 11:01:31 |
raitobezarius | are you sure the results does not vary across the hosts? | 11:01:37 |
silver | same base config for all servers (except two have teh pasta path set to "") | 11:02:11 |
raitobezarius | so you have the exact same result on root@optimus ? | 11:02:30 |
silver | we have like 15 hosts and I am currently juggling vpn funzies since I am in a university right now | 11:02:48 |