Process “haas_proxy” is using more 70% of CPU on my Omnia (original from Indiegogo campaign).
I tried to restart HAAS, but after some hours problem is back again:
Here are list of processes - for me strange are processes “sshpass”:
root 27185 1 28 Oct23 ? 06:10:35 python3 -m haas_proxy --pidfile=/var/run/haas-proxy.pid --nodaemon haas_proxy --log-level=warning --device-token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --port=2525
root 812 808 0 20:45 pts/0 00:00:00 ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=error -p 10011 root@haas-app.nic.cz curl http://5.45.65.88/ -s -X PUT --max-redirs 5 --compressed --cookie ‘xNRNIjIUEYadnDn3’ --raw --referer ‘Ask.com - What's Your Question?’
root 808 27185 0 20:45 ? 00:00:00 sshpass -p xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=error -p 10011 root@haas-app.nic.cz curl http://5.45.65.88/ -s -X PUT --max-redirs 5 --compressed --cookie ‘xNRNIjIUEYadnDn3’ --raw --referer ‘Ask.com - What's Your Question?’
root 3355 27185 1 20:45 ? 00:00:00 sshpass -p xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=error -p 10011 root@haas-app.nic.cz curl http://5.45.65.88/ -s -X PATCH --max-redirs 5 --compressed --cookie ‘brIjUpDsKm8LGw0V’ --raw --referer ‘World of Warcraft’
root 3358 27185 1 20:45 ? 00:00:00 sshpass -p xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=error -p 10011 root@haas-app.nic.cz curl http://5.45.65.88/ -s -X PATCH --max-redirs 5 --compressed --cookie ‘brIjUpDsKm8LGw0V’ --raw --referer ‘World of Warcraft’
root 6874 27185 0 20:46 ? 00:00:00 sshpass -p xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=error -p 10011 root@haas-app.nic.cz curl http://5.45.65.88/ -s -X OPTIONS --max-redirs 5 --compressed --cookie ‘PCSC2dod5vNMCSil’ --raw --referer ‘Search | Miller Center’
root 3353 27185 1 20:45 ? 00:00:00 [sshpass]
root 6869 27185 0 20:46 ? 00:00:00 [sshpass]
root 6870 27185 0 20:46 ? 00:00:00 [sshpass]
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX is the same token as on https://haas.nic.cz/device/
After stop of “haas_proxy” CPU usage descreased from 80% to 2%:
and also temperature decreased from 80 to 60 degrees:
Is it only me, or can you see the same problem?