Closed ghost closed 7 years ago
I suspected there was some version mismatch between acd_cli.py and acd_fuse.py.
File "/usr/local/bin/acd_cli.py", line 1097, in mount_action
allow_root=args.allow_root, allow_other=args.allow_other)
And there it is. Maybe you have a (mismatching) system-wide installation and a user installation side by side.
Getting this on a fresh install off
master
when mounting with the following command onLinux 4.4.0-53-generic #74-Ubuntu SMP Fri Dec 2 15:59:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
:Commenting out lines 712 and 713 avoids the issue.