nix-community / impermanence

Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz]
MIT License
1.03k stars 77 forks source link

mountpoint is not empty error after updating flake.lock #124

Open robbins opened 1 year ago

robbins commented 1 year ago
Apr 14 16:40:11 zephyrus hm-activate-nate[21920]: Activating checkFilesChanged
Apr 14 16:40:11 zephyrus hm-activate-nate[21920]: Activating cleanEmptyLinkTargets
Apr 14 16:40:11 zephyrus hm-activate-nate[21920]: Activating checkLinkTargets
Apr 14 16:40:11 zephyrus hm-activate-nate[21920]: Activating unmountPersistentStoragePaths
Apr 14 16:40:11 zephyrus hm-activate-nate[21920]: Activating createAndMountPersistentStoragePaths
Apr 14 16:40:11 zephyrus hm-activate-nate[22309]: fuse: mountpoint is not empty
Apr 14 16:40:11 zephyrus hm-activate-nate[22309]: fuse: if you are sure this is safe, use the 'nonempty>
Apr 14 16:40:11 zephyrus systemd[1]: home-manager-nate.service: Main process exited, code=exited, statu>
Apr 14 16:40:11 zephyrus systemd[1]: home-manager-nate.service: Failed with result 'exit-code'.
Apr 14 16:40:11 zephyrus systemd[1]: Failed to start Home Manager environment for nate.`

It's not telling me what mountpoints specifically are nonempty, but none of my persistent files are being mounted into ~, even after a reboot.

This problem occurred after a nix flake update, the relevant inputs are: Updated input 'nixos-unstable': 'github:nixos/nixpkgs/60c1d71f2ba4c80178ec84523c2ca0801522e0a6' (2023-03-19) → 'github:nixos/nixpkgs/fe2ecaf706a5907b5e54d979fbde4924d84b65fc' (2023-04-12)

and Updated input 'home-manager': 'github:nix-community/home-manager/363c46b2480f1b73ec37cf68caac61f5daa82a2e' (2023-03-22) → 'github:nix-community/home-manager/17198cf5ae27af5b647c7dac58d935a7d0dbd189' (2023-04-14)

nechtarg commented 1 year ago

I've got the same problem, let me know if another set of logs are needed

threddast commented 1 year ago

I'm having the same problem as well