* [Buildroot] [Bug 6626] New: procps Unknown HZ value! (XX) Assume 100.
@ 2013-10-29 1:51 bugzilla at busybox.net
2013-10-29 1:51 ` [Buildroot] [Bug 6626] " bugzilla at busybox.net
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2013-10-29 1:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6626
Summary: procps Unknown HZ value! (XX) Assume 100.
Product: buildroot
Version: 2013.08
Platform: Other
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: cassiano at idbinfo.com.br
CC: buildroot at uclibc.org
Estimated Hours: 0.0
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.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 6626] procps Unknown HZ value! (XX) Assume 100.
2013-10-29 1:51 [Buildroot] [Bug 6626] New: procps Unknown HZ value! (XX) Assume 100 bugzilla at busybox.net
@ 2013-10-29 1:51 ` bugzilla at busybox.net
2013-11-13 23:36 ` bugzilla at busybox.net
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2013-10-29 1:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6626
--- Comment #1 from Cassiano Martin <cassiano@idbinfo.com.br> 2013-10-29 01:51:58 UTC ---
Created attachment 5102
--> https://bugs.busybox.net/attachment.cgi?id=5102
procps-3.2.8-linux_version_init.patch
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 6626] procps Unknown HZ value! (XX) Assume 100.
2013-10-29 1:51 [Buildroot] [Bug 6626] New: procps Unknown HZ value! (XX) Assume 100 bugzilla at busybox.net
2013-10-29 1:51 ` [Buildroot] [Bug 6626] " bugzilla at busybox.net
@ 2013-11-13 23:36 ` bugzilla at busybox.net
2013-11-16 12:28 ` bugzilla at busybox.net
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2013-11-13 23:36 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6626
--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2013-11-13 23:36:02 UTC ---
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?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 6626] procps Unknown HZ value! (XX) Assume 100.
2013-10-29 1:51 [Buildroot] [Bug 6626] New: procps Unknown HZ value! (XX) Assume 100 bugzilla at busybox.net
2013-10-29 1:51 ` [Buildroot] [Bug 6626] " bugzilla at busybox.net
2013-11-13 23:36 ` bugzilla at busybox.net
@ 2013-11-16 12:28 ` bugzilla at busybox.net
2013-11-16 12:28 ` bugzilla at busybox.net
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2013-11-16 12:28 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6626
--- Comment #3 from Cassiano Martin <cassiano@idbinfo.com.br> 2013-11-16 12:28:00 UTC ---
Created attachment 5120
--> https://bugs.busybox.net/attachment.cgi?id=5120
procps-ng.patch
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 6626] procps Unknown HZ value! (XX) Assume 100.
2013-10-29 1:51 [Buildroot] [Bug 6626] New: procps Unknown HZ value! (XX) Assume 100 bugzilla at busybox.net
` (2 preceding siblings ...)
2013-11-16 12:28 ` bugzilla at busybox.net
@ 2013-11-16 12:28 ` bugzilla at busybox.net
2014-02-07 8:43 ` bugzilla at busybox.net
2014-06-08 20:40 ` bugzilla at busybox.net
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2013-11-16 12:28 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6626
--- Comment #4 from Cassiano Martin <cassiano@idbinfo.com.br> 2013-11-16 12:28:15 UTC ---
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=/
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 6626] procps Unknown HZ value! (XX) Assume 100.
2013-10-29 1:51 [Buildroot] [Bug 6626] New: procps Unknown HZ value! (XX) Assume 100 bugzilla at busybox.net
` (3 preceding siblings ...)
2013-11-16 12:28 ` bugzilla at busybox.net
@ 2014-02-07 8:43 ` bugzilla at busybox.net
2014-06-08 20:40 ` bugzilla at busybox.net
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2014-02-07 8:43 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6626
--- Comment #5 from Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> 2014-02-07 08:43:10 UTC ---
Hi Cassiano,
Would you mind sending also this patch to the mailing list instead?
Thanks,
Thomas
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 6626] procps Unknown HZ value! (XX) Assume 100.
2013-10-29 1:51 [Buildroot] [Bug 6626] New: procps Unknown HZ value! (XX) Assume 100 bugzilla at busybox.net
` (4 preceding siblings ...)
2014-02-07 8:43 ` bugzilla at busybox.net
@ 2014-06-08 20:40 ` bugzilla at busybox.net
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2014-06-08 20:40 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6626
Thomas De Schampheleire <patrickdepinguin@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Thomas De Schampheleire <patrickdepinguin@gmail.com> 2014-06-08 20:40:34 UTC ---
Procps-ng is merged now, making this as resolved.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-06-08 20:40 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-29 1:51 [Buildroot] [Bug 6626] New: procps Unknown HZ value! (XX) Assume 100 bugzilla at busybox.net
2013-10-29 1:51 ` [Buildroot] [Bug 6626] " bugzilla at busybox.net
2013-11-13 23:36 ` bugzilla at busybox.net
2013-11-16 12:28 ` bugzilla at busybox.net
2013-11-16 12:28 ` bugzilla at busybox.net
2014-02-07 8:43 ` bugzilla at busybox.net
2014-06-08 20:40 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox