Procps suite is goes nuts with my mips64 board. the problem seem harmless, as I read from the gentoo forums. All binaries included in procps suite show the same message "Unknown HZ value! (XX) Assume 100.", like top, ps, uptime, et all. Attached is a patch from the gentoo, which seems to solve this. it works fine for x86 and mips64 as I tested.
Created attachment 5102 [details] procps-3.2.8-linux_version_init.patch
Instead, we should switch the procps package to use procps-ng, at http://sourceforge.net/projects/procps-ng/. This one has an active upstream, with a Git repository and so on. Cassiano, would you be willing to provide a patch to Buildroot that does this?
Created attachment 5120 [details] procps-ng.patch
Patch provided. Working fine with no more patches on x86, x86_64 and mips64. I''l leave to the buildroot devs find out why configure script concatenates exec-prefix, resulting in a bogus path. As a workaround I had to set --exec-prefix=/
Hi Cassiano, Would you mind sending also this patch to the mailing list instead? Thanks, Thomas
Procps-ng is merged now, making this as resolved.