Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Glances psutil warning scrolling the console

Glances v2.11.1 with psutil v5.4.3

/usr/lib/python3.6/site-packages/psutil/_pslinux.py:1152: RuntimeWarning: ignoring OSError(6, 'No such device or address') warnings.warn("ignoring %r" % err, RuntimeWarning)

OS is antegos running 4.15.3-2ARCH Kernel.

Why is it a problem? It is scrolling the console.

Temporary fix: I commented the message of the exception.

The issue seems to be related to the fan speed. I am running thinkfan and tlp.

Is there any real fix? I did not notice any problems using glances.

like image 442
Jan Göbel Avatar asked Jan 28 '23 15:01

Jan Göbel


1 Answers

I have the same issue with glances. I got ride of the scrolling issue by starting glances like this:

glances 2>/dev/null

Hope that helps

like image 80
David Tourrel Avatar answered Jan 31 '23 03:01

David Tourrel