I am trying to run a Shiny app on Digital Ocean and it looks like I still have space on the machine:
free
total used free shared buff/cache available
Mem: 500096 78316 54188 5712 367592 385688
Swap: 0 0 0
This is my OS settings:
eliavs:/srv/shiny-server# uname -a
Linux ubuntu-eliavs 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
After trying to connect to App I can see the log in the directory:
eliavs:/var/log/shiny-server# ls -la
total 12
drwxrwxrwx+ 2 shiny shiny 4096 Feb 27 08:35 .
drwxrwxrwx 8 root syslog 4096 Feb 27 06:25 ..
-rw-r----- 1 shiny shiny 362 Feb 27 08:35 shiny-server-shiny-20170227-083550-38332.log
When i try to look at the log it seems like the file is not there:
cat shiny-server-shiny-20170227-083550-38332.log
cat: shiny-server-shiny-20170227-083550-38332.log: No such file or directory
root@ubuntu-eliavs:/var/log/shiny-server#
and then when i check again it is gone:
ls -la
total 8
drwxrwxrwx+ 2 shiny shiny 4096 Feb 27 08:35 .
drwxrwxrwx 8 root syslog 4096 Feb 27 06:25 ..