-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount": executable file not found in $PATH #1188
Comments
You probably need the fuse package installed. |
@Dedsec1 are there dependencies missing from the snap? Seems like it should depend on fuse? |
Yes it is installed (as per my previous middle quote): |
@ncw I assume some dependancies are missing or the link is not well done because of the snap. Anything I can do to check this? |
well i added the fuse-support plug so hopefully that should do the trick, of course iam testing this before pushing the updated snap file out to the main repo.. |
also make sure your doing sudo snap install rclone --classic because by default ubuntu snaps are set to the strict tag so they dont have full access to an system unless you allow it to do so. |
ok new update, for now i have created an apt-get install option for rclone using the free service packager.io . all it does is monitors your github repo and automatically builds the deb package if changes are made. so to make it short and simple, packager.io does all the monitoring and building the packages so it would be an perfect fit for users install rclone. i can confirm it works fully with mount as well. |
My install of rclone was already done with "sudo snap install rclone --classic" as per the webupd8 website recommendation too. I tried:
I tried looking into in your other thread and I don't understand what I need after giving access to packager.io to my github: "select the rclone repo once you add my .pkgr.yml file and the system will start building the rest of the apps each time you push out an new release." Sorry I am not an expert here and thus why I opted for the snap option which I though was easier. |
@Dedsec1 re apt-get install: interesting - can you describe that further - maybe in a new issue? |
Getting this issue as well. If I install rclone normally, mount works fine but when I use the snap install, everything but mount seems to work. |
Same issue. I can mount it completely fine with the manual installation. I think it may be because snaps are isolated from the rest of the OS, and possibly even run as another user (I'm not sure though.) |
my guess, since it would be something to do the sandbox feature that snapd has when an snap is installed onto an system. i was looking at making an Appimage for rclone that has no limits from what i have been reading so far. so my next project might be that since it works across many dist's as well. |
Same issue for me. |
I need someone to figure this out for me - I don't have enough bandwidth to learn snap packaging at the moment! Any takers? |
unfortunately snap is not anymore accessible than building Debian packages it seems. To fix this specific issue, one can add I managed to get it to mount once, after which it complains about Also, it seems the current approach of the snap go plugin is to |
@breunigs thanks for having a go. Is it worth adding what you did discover to the snap file?
:-( that seems like a strange choice. The make thing looks like it would probably work though... |
Okay, I managed to figure it out. I'm surely missing something here, though, because they cannot be serious. Here goes:
There is very little documentation on the fuse support of snapd. I pieced above together by reading their test cases: https://github.com/snapcore/snapd/blob/master/tests/main/interfaces-fuse_support/task.yaml Hopefully someone more familiar with snap in general can provide some insight here. |
Ah, I just discovered how the snap build process for rclone is setup: Seems my switch to the |
No sense in keeping this open. I believe the patch would've worked, but the snap build system failed for some reason. Also I'm not even sure snaps are the right format for rclone, given it has to be installed in classic mode already just to save the configured file. Either way, we won't build snaps for now. The recommendation is to uninstall the snap and use the standard repositories (universe in Ubuntu?) or directly download from rclone.org. |
i've the same issue, i use rclone-v1.37-linux-amd64 from rclone.org |
@hbakhtiyor make sure that you installed fuse (e.g. Debian/Ubuntu: |
It still occurs with the snap package (installed with |
@logix2 the snap package is a bit broken. I'm going to try to get some help to fix it but in the mean time please use the binary release. |
Hi,
I am new with rclone. I installed rclone with snap on Ubuntu 16.04.2 and rclone-browser from ppa following this guide:
http://www.webupd8.org/2017/02/rclone-is-now-available-as-snap-package.html#more
The issue I am seeing happens on the GUI or in cmd:
Any idea of the issue?
Merci
The text was updated successfully, but these errors were encountered: