Open dsiggi opened 8 months ago
What is the output of:
mount|grep siggi
Hi,
mount | grep siggi
cryfs@/home/siggi/Dokumente/HomeBank on /home/siggi/HomeBank type fuse.cryfs (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
I also saw that whenn I start psd systemctl --user start psd
the directories google-chrome will be moved do google-chrome-backup and google-chrome is than a symlink to /dev/null
Not sure but is fuse.cryfs an encrypted file system? Could that be what is keeping the sync from happening?
I have been using psd and cryfs side by side for years without any problems.
For testing I deactivated the mount.
$ umount Homebank
$ systemctl --user start psd
$ mount | grep siggi
No output from mount | grep siggi
.
The output from journalctl
is the same as above.
Hello, psd ist not working for me anymore.
Here is the output from "journalctl":
Here is my sudoers file:
It seems that psd /home/siggi/.config/google-chrome-backup, but that's not true.
touch /home/siggi/.config/google-chrome-backup/testfile
will work.I hope someone can help me.