I encounter a 100% reproducible but very weird error.
I have two machines running Ubuntu Linux, my laptop (24.10) and my server (22.04). I used to use Dropbox to keep the files on both of them in sync for years and it has always worked perfectly (I am on a paid plan and have a pretty large amount of files). I use the latest version of the dropbox client for linux on both machines.
Now the problem:
When the dropbox client is running on my laptop and I start up the dropbox client on the server, reliably, after about 10 seconds, my local laptop freezes and kills my X session (i.e., all apps are killed, I am logged out and presented with a login screen). In the meantime, on the server, the dropbox client has been killed but the server keeps running just fine.
This is very disconcerting, how can what I do on the remote machine cause my local machine to crash?? Any advice on what I could try to resolve this? I have already tried setting up the limit for inotify with
sudo sysctl -w fs.inotify.max_user_watches=100000
Any help would be greatly appreciated! I am considering canceling my Dropbox subscription.