Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unknown HZ Value

I'm getting a message that prints out of a Linux application (Qt C++) running on an ARM platform:

Unknown HZ value! (108) Assume 100.

This output shows up periodically in different applications with different values in the parenthesis.

It started happening when I switched from a glibc to eglibc based toolchain to build the applications, kernel and filesystem.

Doesn't seem to be causing any ill-effects, at least not of an immediate nature.

Can anyone explain what this means?

like image 728
dag Avatar asked Nov 04 '22 00:11

dag


1 Answers

This post claims that it means you've been hacked. Here's one with more detailed instructions

like image 123
stark Avatar answered Nov 07 '22 23:11

stark