followed this tutorial which worked until the end where Dropbox just wouldn’t stay on
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Usually
Killed
signal is when it runs out of memory. You can verify that by checkingsyslog
files. It is located at/var/log/syslog
which you can open with favorite text editor:In this file, search for
Out Of Memory
killer warnings/errors. If you find any for it, that means your Droplet doesn’t have enough RAM memory to run it.To fix it you can upgrade your Droplet or add swap as a free variant.