Create, upload, and share
Find help to solve issues with creating, uploading, and sharing files and folders in Dropbox. Get support and advice from the Dropbox Community.
Hello, I'm using EndavourOS and ever since I installed dropbox I'm having this issue that after every restart I get desynched and when I resync dropbox sees my computer as a new computer.
Hi again @xanrer,
Just to note that the package used by you is not official, so it's in fact unsupported by Dropbox!
Here I will assume 'ls' results are the same in all cases and the control script is just a copy of the official one. If this is not true, ask the package maintainer for more help.
With the above assumption, your mistake is miss of command for launching 'dropbox'! Dropbox control script require explicit direction what to do (otherwise ends in error) in following form:
dropbox <command> [options...]
So, just "dropbox &' wouldn't do anything! Take a look here for possible commands. You need to use a simple 'start' command. 😉
Hope this helps.
Hi @xanrer,
Can you describe how exactly you have your Dropbox application installed and how you launch it (step by step, with links where you get every particular software from)? In addition what returns following command (before the application launch, after that, and after quit/stop it):
ls -l ~/.dropbox
Hello, my Dropbox is installed via chaotic-aur. So I installed it with the command `sudo pacman -S dropbox` and I launch it in my autostart script in my dropbox via `dropbox &` and output of `ls -l ~/.dropbox` is:
-rw-r--r-- 1 user user 4096 Jan 10 13:18 apex.sqlite3
-rw-r--r-- 1 user user 32768 Jan 31 01:42 apex.sqlite3-shm
-rw-r--r-- 1 user user 0 Jan 10 13:21 apex.sqlite3-wal
srw------- 1 user user 0 Jan 31 01:43 command_socket
-rw-r--r-- 1 user user 4 Jan 31 01:42 dropbox.pid
drwx------ 2 user user 33 Jan 12 01:30 events
srw------- 1 user user 0 Jan 31 01:43 iface_socket
drwx------ 2 user user 144 Jan 31 01:58 instance1
drwx------ 2 user user 42 Jan 31 01:42 instance_db
drwxr-xr-x 4 user user 24 Jan 10 13:18 logs
drwxr-xr-x 2 user user 6 Jan 10 13:18 machine_storage
drwxr-xr-x 2 user user 23 Jan 10 13:19 metrics
-rw-r--r-- 1 user user 216 Jan 31 01:43 unlink.db
Hi again @xanrer,
Just to note that the package used by you is not official, so it's in fact unsupported by Dropbox!
Here I will assume 'ls' results are the same in all cases and the control script is just a copy of the official one. If this is not true, ask the package maintainer for more help.
With the above assumption, your mistake is miss of command for launching 'dropbox'! Dropbox control script require explicit direction what to do (otherwise ends in error) in following form:
dropbox <command> [options...]
So, just "dropbox &' wouldn't do anything! Take a look here for possible commands. You need to use a simple 'start' command. 😉
Hope this helps.
`dropbox start` solved it thank you!
Nevermind, it started to do the same thing again...
@xanrer, One more thing you can try is introducing delay in initial start. Instead of command:
dropbox start
better try something like:
sleep 300 && dropbox start
Let's hope this will help. One more thing to note is that some entries required for the 'ls' command above are missing! For instance 'host.db' and 'info.json' are missing. Try also turning off the Dropbox embedded autorun feature (two or more autoruns can conflict to each other). Doesn't Dropbox autorun feature doesn't work for you? If not, turn it off.
Good luck.
I probably can't do the sleep method because I have other crucial processes that has to be ran but I did realized that dropbox autostart was on. So I'll turn that off and try again thank you! I'll come back with the results later.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!