59 lines
3.2 KiB
Plaintext
59 lines
3.2 KiB
Plaintext
WARNING: password file "/home/doc/.pgpass" has group or world access; permissions should be u=rw (0600) or less
|
|
WARNING: password file "/home/doc/.pgpass" has group or world access; permissions should be u=rw (0600) or less
|
|
🚨 Genesis Radio Multi-Node Healthcheck 2025-04-26 09:00:16 🚨
|
|
[db1] ERROR: SMART status unknown on /dev/sda. Output:
|
|
Exception (client): Error reading SSH protocol banner
|
|
Traceback (most recent call last):
|
|
File "/home/doc/dbcheck/lib/python3.12/site-packages/paramiko/transport.py", line 2369, in _check_banner
|
|
buf = self.packetizer.readline(timeout)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/home/doc/dbcheck/lib/python3.12/site-packages/paramiko/packet.py", line 395, in readline
|
|
buf += self._read_timeout(timeout)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/home/doc/dbcheck/lib/python3.12/site-packages/paramiko/packet.py", line 665, in _read_timeout
|
|
raise EOFError()
|
|
EOFError
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
File "/home/doc/dbcheck/lib/python3.12/site-packages/paramiko/transport.py", line 2185, in run
|
|
self._check_banner()
|
|
File "/home/doc/dbcheck/lib/python3.12/site-packages/paramiko/transport.py", line 2373, in _check_banner
|
|
raise SSHException(
|
|
paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
|
|
|
|
Traceback (most recent call last):
|
|
File "/home/doc/dbcheck/lib/python3.12/site-packages/paramiko/transport.py", line 2369, in _check_banner
|
|
buf = self.packetizer.readline(timeout)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/home/doc/dbcheck/lib/python3.12/site-packages/paramiko/packet.py", line 395, in readline
|
|
buf += self._read_timeout(timeout)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/home/doc/dbcheck/lib/python3.12/site-packages/paramiko/packet.py", line 665, in _read_timeout
|
|
raise EOFError()
|
|
EOFError
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
File "/home/doc/genesis-tools/miscellaneous/dbcheck1.py", line 251, in <module>
|
|
main()
|
|
File "/home/doc/genesis-tools/miscellaneous/dbcheck1.py", line 218, in main
|
|
res = check_remote_disk(node["host"], node["ssh_user"], disk, node["name"])
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/home/doc/genesis-tools/miscellaneous/dbcheck1.py", line 85, in check_remote_disk
|
|
out = ssh_command(host, user, cmd)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/home/doc/genesis-tools/miscellaneous/dbcheck1.py", line 76, in ssh_command
|
|
ssh.connect(hostname=host, username=user, timeout=10)
|
|
File "/home/doc/dbcheck/lib/python3.12/site-packages/paramiko/client.py", line 451, in connect
|
|
t.start_client(timeout=timeout)
|
|
File "/home/doc/dbcheck/lib/python3.12/site-packages/paramiko/transport.py", line 773, in start_client
|
|
raise e
|
|
File "/home/doc/dbcheck/lib/python3.12/site-packages/paramiko/transport.py", line 2185, in run
|
|
self._check_banner()
|
|
File "/home/doc/dbcheck/lib/python3.12/site-packages/paramiko/transport.py", line 2373, in _check_banner
|
|
raise SSHException(
|
|
paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
|