-
Notifications
You must be signed in to change notification settings - Fork 29
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
Errors dropbox-filesystem-fix #4
Comments
Same error for me. Here's the full log: DROPBOX_UID not specified, defaulting to dropbox user id (1000) |
@otherguy do you have possible solution? I am kind of screwed atm :( |
I saw this error as well now, my container crashed too. Will look into it in the next few days. |
thanks @otherguy |
Just ran into this as well... Same log as @dwhite44. |
To followup after more looking around, @adamkdean has a fix here. As he pointed out in the original repo:
|
Thanks @asmaloney and @KlausGlueckert I have fixed the build issues. Can you please test and verify if it's working for you? Please also let me know what configuration you're using this in (operating system, startup parameters). Note: For now, mounting /opt/dropbox/Dropbox to a Docker volume will not work! See #2. |
The image didnt build because it says a library was missing:
ImportError: libglapi.so.0: cannot open shared object file: No such file or directory
I added in the Dockerfile:
&& apt-get install -y --no-install-recommends apt-transport-https libc6 libglapi-mesa libxdamage1 libxfixes3 libxcb-glx0 libxcb-dri2-0 libxcb-dri3-0 libxcb-present0 libxcb-sync1 libxshmfence1 libxxf86vm1
After that it builds, but doesnt work:
The text was updated successfully, but these errors were encountered: