Hi,
I have tried the Dropbox Rockon, I have tried a few other docker images. I have problems setting up dropbox with all of them.
Most of the time I get the error: [ALERT] Dropbox needs to rename your existing folder or file named Dropbox to finish installing. Please close any open documents and try again.
It is getting spammed in the logs.
Has anyone else happened upon the following error, after successfully linking the dropbox account?
What else have I tried?
I have tried using the “admin” and “nobody” UID/GIDs.
I have tried deleting /dbox/Dropbox, but it says “device or resource busy”. lsof +D
comes up empty. I have tried unmounting it, but it seems I don´t have enough privileges in the docker image itself.
I have tried various chown
and chmod
with too many privileges…
I have tried using Maestral (a 3rd party implemention of Dropbox), but it doesn´t respond in CLI mode.
EDIT: I have also tried the SKIP_UPDATE thing.
What have I not tried?
Mounting the data and config shares via bind mount
. I don´t know how to do it, but I think it would work, because /dbox/Dropbox comes pre-mounted anyway, so there isn`t much I can do. Or?
Maybe I should add an addition data bind mount, and configure dropbox in the container to use the new mount? I would need some direction here, since I am new to Docker and Rockstor…
Thanks.