-
Notifications
You must be signed in to change notification settings - Fork 8
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
google-drive-ocamlfuse: command not found #1
Comments
Could you please share your full compose file (delete sensitive stuff), and the command you tried to run, and from which environment (inside the docker container or from host?) |
I think justforfun20 and I may be running into the same problem. I'm running on a headless CentOS 7, and my docker setup is known good. I followed headless authorization instructions at https://github.com/astrada/google-drive-ocamlfuse/wiki/Headless-Usage-&-Authorization . Here's the compose.yml, which is identical except for the credentials (details copied from the .json file provided by Google to minimize errors, and yes, I did remove the tail from CLIENT_ID).
And here's a log
The log then repeats the last 8 lines forever, with increasing delays. At a guess, I think the problem might lie somewhere around the su-gdfuser-echo-pipe line? It seems like it's not accepting the verification code on the first run. (Edit to add : Nothing mounts. /mnt/gdrive/ doesn't exist, regardless of the message). |
I just updated the docker image to the latest version, does that still happen? please use docker image tag/version 0.7.26 |
copied compose and installed. When I try to run the google-drive-ocamlfuse commend, I get a "command not found" error. Strangely, when I tab to autofill, the only option is google-drive-ocamlfulse_local_ ... but also get same error message.
I'm completely new to Docker and Linux so please forgive me for any newb type mistakes.
The text was updated successfully, but these errors were encountered: