HP-setup (python2) huge CPU load
Posted: 09 Jun 2012, 15:37
I just realized that one of my boxes has a constantly high CPU load. I checked with inxi like this:
The workaround is simple:
This does not affect printing so all the functionality is there.
But what is the reason for this?
Anyone having a high python2 (Htop will show it like python2 load while inxi is more specific) or hp-setup load constantly running?
Code: Select all
[viking@viking60-server ~]$ inxi -t c
Processes: CPU - % used - top 5 active
1: cpu: 60.0% command: hp-setup (started by: python2) pid: 1889The workaround is simple:
Code: Select all
sudo kill -9 1889This does not affect printing so all the functionality is there.
But what is the reason for this?
