anything-sync-daemon icon indicating copy to clipboard operation
anything-sync-daemon copied to clipboard

ASD daemon fails to start: invalid mount on /tmp

Open mokshasoul opened this issue 2 years ago • 3 comments

Since the bind mount implementation, I get this weird message:

wrong fs type, bad option, bad superblock on overlaid, 

This causes the asd daemon to fail. I initially thought this had something to do with my switch to systemd-homed. I realized today after looking at the repo commits that this is probably related to the bind mount change in the code.

I'm using overlayfs btw

mokshasoul avatar Jul 22 '22 21:07 mokshasoul

Disabling overlayfs fixes this

mokshasoul avatar Jul 24 '22 10:07 mokshasoul

What do I have to do in addition to enabling overlayfs for it to work? PSD for example is working with overlayfs enabled

mokshasoul avatar Jul 24 '22 10:07 mokshasoul

Can you enable the debug logs and share it? ( You need to pass DEBUG=1 for it )

manorit2001 avatar Jul 24 '22 11:07 manorit2001

Switched away from SYSTEMD-HOMED issue is not there anymore

mokshasoul avatar Jan 23 '23 16:01 mokshasoul