Skip to content
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

Open
dasmith8815 opened this issue Oct 15, 2023 · 4 comments
Open

Getting Error when running mount script Unraid #36

dasmith8815 opened this issue Oct 15, 2023 · 4 comments

Comments

@dasmith8815
Copy link

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

@robinh84
Copy link

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.

@dasmith8815
Copy link
Author

@robinh84 Once you installed the new mergerfs plugin did you just re-run the mount script?

@dasmith8815
Copy link
Author

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).

https://forums.unraid.net/topic/75436-guide-how-to-use-rclone-to-mount-cloud-drives-and-play-files/page/136/

Hopefully we can get script updated - However it is working now.

@robinh84
Copy link

@robinh84 Once you installed the new mergerfs plugin did you just re-run the mount script?

Ye correct and after that all mounts were fine for me.
But your solution seems a bit more easy :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants