Scott Edlund
Scott Edlund
Terminal: wezterm 20250213-133349-ee0c04e7 via SSHMUX to WSL NixOS 25.05.20250307.36fd87b inside tmux 3.5a without Tmux it looks like this:  inside tmux: 
wezterm default TERM is `xterm-256color` testing with a new default blank tmux config like this: ```console # -L specifies a different socket than the default one if one is running...
Check out https://github.com/nix-community/disko/blob/master/docs/disko-images.md
believe I have the same issue but using `mklink` in Windows 11 `CMD` https://forum.restic.net/t/errors-found-by-check-1-invalid-type-irregular-2-ciphertext-verification-failed/8447/19?u=nopro404
here is the output of running repair with https://github.com/MichaelEischer/restic/tree/fix-backup-irregular it does not modify the snapshots. ```console resticprofile -v storj.repair snapshots 2024/10/13 14:53:24 resticprofile 0.28.1 compiled with go1.23.1 2024/10/13 14:53:24 using...
@MichaelEischer > Are you sure that you've used that branch? A manually built restic version should report as 0.17.1-dev or similar. ``` git config -l | grep remote.origin remote.origin.url=https://github.com/MichaelEischer/restic.git remote.origin.fetch=+refs/heads/master:refs/remotes/origin/master...
I just reran with restic/master and it does cleanup the broken files in the snapshots. Thanks very much.
using zram? ```nix zramSwap = { enable = true; memoryPercent = 150; }; ```
https://github.com/nix-community/disko/blob/0d8c6ad4a43906d14abd5c60e0ffe7b587b213de/docs/reference.md?plain=1#L32-L33 EDIT: It looks like this changed from what I last remember. See [here](https://github.com/nix-community/disko/issues/429#issuecomment-1779036943) @Lassulus should the above reference doc also be updated?
this happens almost every time for me. tried to async wait for the server to start, but it also fails to connect to the socket before the server comes up....