-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Error when running mount script Unraid #36
Comments
I had the same issue for me it was fixed by using the “new” mergerfs plugin instead (community apps). After that I still got the mergerfs error but everything was working correctly again. |
@robinh84 Once you installed the new mergerfs plugin did you just re-run the mount script? |
I just modified my user mount script line on line 183 docker run -v /mnt/user/appdata/other/rclone/mergerfs:/build --rm -e TAG=2.36.0 trapexit/mergerfs-static-build It seems the latest build from mergerfs does not work properly and I solved the problem by adding the previous (and currently listed as latest) version to the tag (line 184). Hopefully we can get script updated - However it is working now. |
Ye correct and after that all mounts were fine for me. |
Hey everyone has anyone seen this issue before, script has been working perfectly for a couple of years now, recently rebooted server and ran script to mount gdrvie. I am getting error regarding mergerfs not installed successfully -
pthread_setname_np
make[2]: *** [Makefile:125: build/fuse_loop.o] Error 1
make[2]: Leaving directory '/tmp/mergerfs/libfuse'
make[1]: *** [Makefile:104: objects] Error 2
make[1]: Leaving directory '/tmp/mergerfs/libfuse'
make: *** [Makefile:257: libfuse] Error 2
strip: 'build/mergerfs': No such file
/tmp/build-mergerfs: line 18: build/mergerfs: not found
cp: can't stat 'build/mergerfs': No such file or directory
mv: cannot stat '/mnt/user/appdata/other/rclone/mergerfs/mergerfs': No such file or directory
15.10.2023 10:53:10 INFO: *sleeping for 5 seconds
15.10.2023 10:53:15 ERROR: Mergerfs not installed successfully. Please check for errors. Exiting.
Script Finished Oct 15, 2023 10:53.15
The text was updated successfully, but these errors were encountered: