MineOS stopped running on my server

Hi,

My MineOS stopped running and I don’t know what happend.

Operating system:
DISTRIB_ID=Debian
DISTRIB_RELEASE=7
DISTRIB_CODENAME=
DISTRIB_DESCRIPTION=
PRETTY_NAME=“Debian GNU/Linux 7 (wheezy)”
NAME=“Debian GNU/Linux”
VERSION_ID=“7”
VERSION=“7 (wheezy)”
ID=debian
ANSI_COLOR=“1;31”
HOME_URL=“http://www.debian.org/
SUPPORT_URL=“http://www.debian.org/support/
BUG_REPORT_URL=“http://bugs.debian.org/

mineos.log -> https://pastebin.com/wau2eWXf

SSLError: _ssl.c:489: The handshake operation timed out

A lot of these in your logs. My guess, since this is using the long-obsolete Python-based webui (that doesn’t change any more, at all), is that it went bad after a system upgrade.

The Python-based webui relied on very specific versions of Python’s SSL module, which was broken in newer versions (regression!). The answer likely is you need to downgrade these versions, a process outlined in this URL: