I've been using Dropbox for my development work (since I have 2 computers), and very recently I've noticed that any code that I write on my Ubuntu 14.04 computer does not sync to my mac. When I open the dropbox web app, it turns out that the new files/changes in existing files haven't synced to dropbox (web) itself.
I mean - all my code is stored in my dropbox folder itself, on both the ubuntu and mac computers. So there's no need to separately copy-paste files to the dropbox folder. The only way the sync finally works is when I restart the ubuntu computer at least twice. After the restart, the sync appears on both dropbox online, as well as the dropbox folder on the mac.
I've been through this question where the problem is that Dropbox doesn't sync at all, but mine is different.
Interestingly, this problem seems to be happening more often on my ubuntu computer ever since Dropbox started popping up the "Dropbox can't monitor the filesystem. Please run ..." notification. I did modify the /etc/sysctl.conf
file, but the changes(100000 instead of 8192) seem to be overwritten after every restart. And I'm not even sure these two problems are related.
Can someone please help.
sudo apt-get update && sudo apt-get install git
– magnusnn May 12 '15 at 22:27