TGINSIGHT CHAT
Luckydonalds Bots: Development/Status
@luckydonaldsbots
TechnologiesAbout the bots I run. - @ChatNetworkBot: Join forces, branch out topics - @StickerTagBot: Search for stickers inline. - @BanWarnBot: /warn users (...) more: https://flutterb.at/pytgbot-bots Donate with Paypal: https://flutterb.at/luckydonaldsbots-donate
Hiljutised postitused
Silt: #in_progress · 2 postitust
Avaldatud 24. veebr
I'm still experiencing instabilities, still on it. #downtime#in_progress
Hashtags
Avaldatud 24. veebr
If you docker refuses to start and sudo service docker status is showing logs like this: Feb 24 01:30:06 hostname dockerd[19544]: time="2019-02-24T01:30:06.718823877+01:00" level=error msg="stream copy error: reading from a closed fifo" It might be that /var/run/docker.sock is a mount in one of your containers. Therefore if that doesn't exist - and only shortly - it will be created as a folder, thus making it impossible for docker to start. Fix it with sudo rmdir /var/run/docker.sock, and sudo service docker start. #TechnicalDetails#downtime#in_progress