itazurasuki
itazurasuki
Maybe something like `nixGL` would be useful
> > Maybe something like `nixGL` would be useful > > I have actually tried this and it does not really change anything. No, I mean having an utility like...
This problem seems to occur only in configurations where I use ZFS. If I change it to use F2FS, everything works fine. Perhaps I've made a mistake with ZFS, but...
> why are you auto-gc'ing so much == thats so crazy I dunno, am I supposed not to?
I'm not sure that's the case, because an otherwise equivalent install using F2FS works. I'll try to make a minimal reproducible example
> it looks like you're running out of space during install Seems like you're right, because this little situation with unresponsive VPS happens at the same step as previously even...
> I would use disko-install to configure the storage with the disko config you are using and verify the sizes you think you are specifying are what ends up happening....
This is the output of `df` after running only the `kexec` phase: `nix run github:nix-community/nixos-anywhere -- --flake .#test-sprint --extra-files /tmp/secrets root@*IP* --debug --phases kexec -L`: ``` Filesystem 1K-blocks Used Available...
> Personally, none of these workarounds solved the problem on my system. Since the VPS I was using allowed third party ISOs I was able to boot a nixos-minimal ISO...
I've actually found a solution. As @aqxa1 said, you have to run kexec first, SSH into the machine, remount the /nix/.rw-store with larger size (about 800M is more than enough)...