Am Samstag, den 02.03.2019, 09:58 +0100 schrieb Dirk Heinrichs: > Hi, > > since the Salt master is still not starting, could the Salt packages > at > least be rolled back to the previous version until the problem is > solved?
Rolling back the salt package does not help, because this bug is inside psutil. For further debugging, can change _pslinux.py and run it again: diff --git a/psutil/_pslinux.py b/psutil/_pslinux.py index 41be6665..aa0a7940 100644 --- a/usr/lib/python3/dist-packages/psutil/_pslinux.py +++ b/usr/lib/python3/dist-packages/psutil/_pslinux.py @@ -401,7 +401,9 @@ def virtual_memory(): with open_binary('%s/meminfo' % get_procfs_path()) as f: for line in f: fields = line.split() - mems[fields[0]] = int(fields[1]) * 1024 + print("line: %r, fields: %r" % (line, fields)) + if fields: + mems[fields[0]] = int(fields[1]) * 1024 # /proc doc states that the available fields in /proc/meminfo vary # by architecture and compile options, but these 3 values are also and let me know the output? -- Benjamin Drung System Developer Debian & Ubuntu Developer 1&1 IONOS Cloud GmbH | Greifswalder Str. 207 | 10405 Berlin | Germany E-mail: benjamin.dr...@cloud.ionos.com | Web: www.ionos.de Head Office: Berlin, Germany District Court Berlin Charlottenburg, Registration number: HRB 125506 B Executive Management: Christoph Steffens, Matthias Steinberg, Achim Weiss Member of United Internet