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

Issue on OMV #36

Open
GeneralMidi opened this issue Sep 19, 2019 · 3 comments
Open

Issue on OMV #36

GeneralMidi opened this issue Sep 19, 2019 · 3 comments

Comments

@GeneralMidi
Copy link

Hi guys, newbie here. I'm running docker on OpenMediaVault. I can't get up and running with this dropbox image. I'm getting the following error when checking the docker logs:

ImportError: libdropbox_apex.so: cannot open shared object file: No such file or directory

would anyone have any ideas what I'm doing wrong?

Thanks
Luke

@danthebaker
Copy link

I'm getting the same issue. Since restarting the container, dropbox has updated and now no longer starts. i suspect it's something similar to this... https://www.dropboxforum.com/t5/Desktop-client-builds/Stable-Build-80-4-126/m-p/363846/highlight/true#M5426

@GeneralMidi
Copy link
Author

Docker logs show it downloads the latest dropbox version (81.4.195) so I guess it's not fixed since the build 80.4.126. Some suggestions I saw were to chmod of libdropbox_apex.so...but yeah, this is beyond me, I'm not sure how docker works, and I'm not sure how to execute this command (I guess you can't, which might be the whole point of docker??!!)

Did anyone else get this working. I thought having dropbox in docker would be a great idea...but I'm starting to think it's maybe not such a good idea...

@bjfultn
Copy link

bjfultn commented Oct 4, 2019

This seems to come up when you specify DBOX_UID and it is a permissions issue.

I submitted a fix for this in PR #37, but you can take a look at the one-line fix in the run script if don't want to wait for it to be merged in. After you make that fix build the image:

# from the docker-dropbox directory
$ docker build . --tag dropbox

The follow the instructions in the README replacing janeczku/dropbox with just dropbox (what you just called the image with the --tag option).

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

3 participants