What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.1.39
How are you able to access your server: The webadmin
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: I was looking up why nftables status is “unknown”
Describe your issue
I encounter a traceback error in diagnosis, i dont have a log of it. but i saw another posts about some similar the similar lines
DNS records diagnosis failed with traceback error (some occurences)
Strange Swap Problem - #5 by Damo (very last messages)
Mine look like that, and i’m not sure what i’m dealing with here:
Share relevant logs or error messages
Diagnosis failed for category 'systemresources':
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 193, in diagnosis_run
code, report = diagnoser.diagnose(force=force)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 443, in diagnose
items = list(self.run())
^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/diagnosers/50-systemresources.py", line 173, in run
kills_count = self.recent_kills_by_oom_reaper()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/diagnosers/50-systemresources.py", line 208, in recent_kills_by_oom_reaper
processes = list(analyzed_kern_log())
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/diagnosers/50-systemresources.py", line 202, in analyzed_kern_log
diff = now - date
~~~~^~~~~~
TypeError: can't subtract offset-naive and offset-aware datetimes