| 13 Oct 2025 |
raitobezarius | or resolver $ipv6 and resolver $ipv4 ? | 18:40:25 |
Marie | nameserver 127.0.0.53
options edns0 trust-ad
search .
| 18:40:41 |
raitobezarius | so your resolver is IPv4-only | 18:40:48 |
raitobezarius | can you send me | 18:41:01 |
Marie | yes | 18:41:18 |
raitobezarius | nix-build -E 'let pkgs = (import <nixpkgs> {}); in pkgs.runCommand "resolvconf" { outputHashAlgo = "sha256"; outputHashMode = "flat"; outputHash = pkgs.lib.fakeHash; } "cat /etc/resolv.conf"'
it shouldn't contain private information
| 18:41:21 |
Qyriad | Why does disabling pasta make v4-only not a problem? | 18:41:27 |
Marie | thats not going to work, i don't have a working bootstrap yet | 18:42:15 |
hexa | apipa 😲 | 18:42:22 |
raitobezarius | because pasta creates a new network namespace and uses an heuristic to detect which connectivity do you have | 18:42:44 |
raitobezarius | so if your resolver is IPv4-only but you are IPv6-only | 18:42:50 |
raitobezarius | the sandbox has IPv4 and no IPV6 | 18:42:55 |
raitobezarius | * the sandbox has IPv4 and no IPv6 | 18:42:56 |
raitobezarius | the heuristic is completely based on which resolver address family you have | 18:43:07 |
raitobezarius | so if you use resolved and you are IPv6-only, you will end with the wrong result | 18:43:16 |
raitobezarius | (and vice versa) | 18:43:18 |
raitobezarius | But that's not the only problem we are seeing I fear here | 18:43:28 |
raitobezarius | I surmise that rewrites are failing and that the /etc/resolv.conf is completely wrong | 18:43:45 |
raitobezarius | do you have bash or something? | 18:43:52 |
raitobezarius | i mean | 18:43:55 |
raitobezarius | you can always do that once you have a bootstrap | 18:44:00 |
Marie | yes | 18:44:01 |
Marie | i have working cross | 18:44:05 |
raitobezarius | but I guess it's the powerpc machine | 18:44:07 |
raitobezarius | yeah but working cross won't tell us enough haha | 18:44:18 |
raitobezarius | i mean | 18:44:23 |
raitobezarius | you can always run cross bash as a builder and report the contents of that file | 18:44:30 |
raitobezarius | this should be a release blocker because everyone is running into it | 18:45:01 |
raitobezarius | https://git.lix.systems/lix-project/lix/issues/1014 | 18:47:55 |
Marie | eval is so incredibly slow on this machine, it's insane | 18:55:39 |