Hi guys, I got notification on my desktop machine running Fedora 23 that / partition running out of space ncdu (do You now this great tools?) helped me to find out that /var/log/messages has 31GB size. and mostly because:
level=info msg=âStarting rancher-compose-executorâ version=v0.6.1
Dec 15 10:53:59 dziol_lenovo journal: time=â2015-12-15T09:53:59Zâ level=fatal msg=âUnable to create event routerâ error=âGet http://172.17.0.1:8080/v1: dial tcp 172.17.0.1:8080: no route to hostâ
AND
level=info msg=âExiting go-machine-serviceâŚâ
what I did is just docker rm -f for rancher server and I thought Iâm done. But today I got the same issue, but docker ps -a shows that I donât have ANY containers running nor exited/restarting. And after stopping docker service even itâs still the same
So where those logs comes from ?