[SOLVED] Which dropbox docker do you use?


d.bech

Recommended Posts

Different ports won't work I think since its a hardcoded port for Dropbox LAN sync (or can't be changed in the headless install). You can delete the mapping on one and that will keep that Dropbox just unable to perform LAN sync.

 

The setting seem good. What does the Dropbox docker log tell you?

 

I should try this later tonight...

 

Link to comment

You can try this from an ssh terminal to unRAID

root@MediaStore:~# docker exec -it -u nobody Dropbox /bin/bash -l
nobody@7b62d7da15fa:~$ cd Dropbox/
nobody@7b62d7da15fa:~/Dropbox$ dropbox.py status
Up to date
nobody@7b62d7da15fa:~/Dropbox$ dropbox.py ls

This last command should return all green, (don't remember the unsynced color)

then quit with logout

 

Link to comment

You can try this from an ssh terminal to unRAID

root@MediaStore:~# docker exec -it -u nobody Dropbox /bin/bash -l
nobody@7b62d7da15fa:~$ cd Dropbox/
nobody@7b62d7da15fa:~/Dropbox$ dropbox.py status
Up to date
nobody@7b62d7da15fa:~/Dropbox$ dropbox.py ls

This last command should return all green, (don't remember the unsynced color)

then quit with logout

 

Ah HA! yep it's saying "Dropbox isn't running!"

 

I'll try restart it and see what happens

Link to comment

But if I type

dropbox.py start

I get "Dropbox isn't running!" "Dropbox is already running!"

 

Did you use a different command to get into the dropbox docker?

Please use:

docker exec -it -u nobody Dropbox /bin/bash -l

This will log you in as nobody, which is the user for running the Dropbox daemon

 

Otherwise the root user running dropbox.py won't talk to the Dropbox daemon.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.