Closed abretaud closed 5 years ago
Woooow that's horrifying. Thanks for reporting, we'll get this fixed in the hackathon mayabe
Made a few tests, the "cannot remove" error is not the cause of the error, it's just that killing nginx doesn't kill the docker. I think I'll have a fix soon.
Opening an issue for now as I don't have much time to debug more Today I discovered >6000 /monitor_traffic.sh processes were running on the server where rstudio GIE are launched. I had to kill the rstudio container that was running since yesterday. I think the problem is that:
rm: cannot remove '/import/': Device or resource busy
appears in the container logSo I guess we should change this line, but I haven't tested yet