We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
xanrer
3 years agoExplorer | Level 3
Dropbox desyncs everytime I restart my PC and when I sync back in it accepts it as a different compu
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.
- 3 years ago
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.
Здравко
3 years agoLegendary | Level 20
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
- xanrer3 years agoExplorer | Level 3
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- Здравко3 years agoLegendary | Level 20
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.
- xanrer3 years agoExplorer | Level 3
`dropbox start` solved it thank you!
About 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.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
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!