You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround was to provide client with a desktop shortcut to clear the cache in case it occurs again:
[Desktop Entry]Version=1.0
Type=Application
Name=Nix-Bundle Clear Cache
Comment=Clear the nix-bundle cache in case corrupted.
Exec=sudo bash -c 'echo "Removing nix-bundle cache under /tmp."; sudo rm -rf /tmp/tmpx-* && sudo rm -rf /tmp/nix*; echo "Hit any key to exit."; read'Icon=utilities-terminal
Terminal=true
StartupNotify=false
Name[en_US]=nix-bundle-clear-cache.desktop
I also note that when cache ends under /tmp which is the case in my client's context (ubuntu of some version), cache path is the same for all users which is not very good if you run the same command both under sudo and not.
The text was updated successfully, but these errors were encountered:
Workaround was to provide client with a desktop shortcut to clear the cache in case it occurs again:
I also note that when cache ends under
/tmp
which is the case in my client's context (ubuntu of some version), cache path is the same for all users which is not very good if you run the same command both under sudo and not.The text was updated successfully, but these errors were encountered: