Forum archive
Dropbox on TKL container (file server)
Just tried to install dropbox on a TKL File server
Dropbox on Linux usually finds an issue and offers the solution:
Unable to monitor entire Dropbox folder hierarchy. Please run "echo 100000 | sudo tee /proc/sys/fs/inotify/max_user_watches" and restart Dropbox to correct the problem.
However, in a container /proc/sys/fs/inotify/max_user_watches cannot be changed (even by root). Probably this file isn't owned by this container (instance) and is shared by all containers.
Questions:
- is it possible to change this status of individual files, i.e. add it to the container and not the OpenVZ framework
- is it perhaps better to create a VM (instead of a container)? What are the performance implication when the file server is shared between multiple VMs/Containers
- is it perhaps better to allow the host to sync dropbox and to allow all VMs & Containers access to those (and other) files? What are the performance implications here?
I have not put Dropbox on a Linux, much less a TKL box. If you have done so, let us know how.
I am reading from your comment the same type thing Dropbox likes to say on Windows (do not try to have Dropbox on a Shared Folder). If you can, Put Dropbox in its Own Folder Space, then Go claim it via Fileserver and see if that works.
You definitely DO NOT want the "shared folder" being also the DROPBOX POINTED FOLDER by more than one user. So, one Machine installs Dropbox, says this is their folder and then other Dropbox files drop into that folder.
Externally, perhaps, other users might have access to certain folders on that Dropbox FolderSet but they generally would not be running Dropbox themselves. All this depends upon how "aware" dropbox is if those other shares. DB may not like other shares being there, but DB also may not know.