-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
libfuse3.so.3 missing in LE11 #7589
Comments
Have you restarted since adding the addon? I’m pretty sure the libraries should be there, but are not activated until LibreELEC is restarted.
|
I am pretty sure I rebooted in between, as I saw the error for the nas service on the boot screen. Will have time later today, then uninstall network tools, reboot, install, reboot, report back. |
So tested this quickly, but still getting the error, that the libraries cannot be found. The libraries are on the system, however they are not being used/found by sshfs.
Maybe sshfs needs additional library paths or linking to /usr/lib is needed? |
LibreELEC:~ # sshfs |
Make sure you delete the cached packages in |
@chris42 - just tested here and I have it “not erroring” - maybe via the systemd script it is… but from the prompt it seems to find the libraries. |
LE10 is including libfuse in /usr/lib of the image because of ntfs-3g. It can ever be found in the default lib path. LE11 dropped ntfs-3g and libfuse from the image. The library path to the addon has to be added to environment before used. @chris42 The usual work around is using the profile to update the paths:
|
Yepp, using the profile does work. Thanks for the hint and sorry for the confusion. |
I've been using a
This broke after upgrading von LE9 (I know) to LE11 with a similar error:
However, just running
in an SSH shell works.
works. Thanks for the hints! Looking forward to a fix that allows me to switch back to |
Just updated on LE11, now my sshfs mounts are gone. Searched the logs and found:
I have system-tools and network-tools installed (also reinstalled them already, no change). Would have expected a "libfuse3.so.3" library in /usr/lib, however there is nothing to be found regarding fuse.
The sshfs command I am doing is:
Something might be misconfigured in the addon package or install?
The text was updated successfully, but these errors were encountered: