Bug#292927: top doesn't show right info on parisc since 2.6.10-pa7?

2005-02-03 Thread Joel Soete
Hello Craig,
...
  What did I missed? Any idea?
 Is it compiling or not? I'm trying to understand what is wrong other
 than the top header.

That was finaly a kernel pb.

It's now fixed so you can safely close this report :-)

Thanks again for your attention,
Joel





Bug#292927: top doesn't show right info on parisc since 2.6.10-pa7?

2005-02-01 Thread Craig Small
On Mon, Jan 31, 2005 at 09:24:09AM +0100, Joel Soete wrote:
 I am running a unstable debian on parisc platform with a development linux
 kernel 2.6.11-rc2-pa3 :-)

OK so you're running a woody procps over not even an sarge but some
development kernel. I think that might be called asking for it
considering the last 2.0 procps was written in April 2002.

 But it doesn't help at all :(
 
 What did I missed? Any idea?
Is it compiling or not? I'm trying to understand what is wrong other
than the top header.

 PS: btw how may I localy change this line
 Cpu(s):  1.3% us,  1.3% sy,  0.0% ni, 96.4% id,  1.0% wa,  0.0% hi,  0.0%

I don't think you can anymore.

 = Craig
-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/   MIEE Debian developer
csmall at : enc.com.au  ieee.org   debian.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#292927: top doesn't show right info on parisc since 2.6.10-pa7?

2005-02-01 Thread Joel Soete

 -- Original Message --
 Date: Wed, 2 Feb 2005 15:44:28 +1100
 To: Joel Soete [EMAIL PROTECTED], [EMAIL PROTECTED]
 From: [EMAIL PROTECTED] (Craig Small)
 Subject: Re: Bug#292927: top doesn't show right info on parisc since 
 2.6.10-pa7?


 On Mon, Jan 31, 2005 at 09:24:09AM +0100, Joel Soete wrote:
  I am running a unstable debian on parisc platform with a development
linux
  kernel 2.6.11-rc2-pa3 :-)

 OK so you're running a woody procps over not even an sarge but some
 development kernel. I think that might be called asking for it
 considering the last 2.0 procps was written in April 2002.

Oops my bad (cut and past and forget to change release :( ) very sorry actual
release used is unstable one:
 # dpkg -l procps
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-===-===-==
ii  procps  3.2.5-1 /proc file system
utilities

(again appologies)

  But it doesn't help at all :(
 
  What did I missed? Any idea?
 Is it compiling or not?
Obviously but not cahnge in the diplayed values

 I'm trying to understand what is wrong other
 than the top header.

Well have no yet enough clue in the way that top collect its info but I noticed
:
on a 2.6.10-pa6:
# cat /proc/stat
cpu  763640 1207382 1497781 223046615 4711665 0 20982
cpu0 763640 1207382 1497781 223046615 4711665 0 20982
[...]

but now with a 2.6.10-pa7:
# cat /proc/stat
cpu  85360 16430 0 0 0 29916369 0 0
cpu0 85360 16430 0 0 0 29916369 0 0
[...]

Does it matter?
If yes it seems to be bug in hppa tree?

  PS: btw how may I localy change this line
  Cpu(s):  1.3% us,  1.3% sy,  0.0% ni, 96.4% id,  1.0% wa,  0.0% hi,
 0.0%

 I don't think you can anymore.

:-( but ok

Thanks for help,
Joel





Bug#292927: top doesn't show right info on parisc since 2.6.10-pa7?

2005-01-31 Thread Joel Soete
Package: procps
Version: 1:2.0
Severity: normal

Hello Craig,

I am running a unstable debian on parisc platform with a development linux
kernel 2.6.11-rc2-pa3 :-)

And I noticed this top pb:

Tasks:  79 total,   2 running,  77 sleeping,   0 stopped,   0 zombie
Cpu(s):  1.9% us,  0.0% sy,  0.0% ni,  0.0% id,  0.0% wa, 98.1% hi,  0.0%
si
Mem:124316k total,66420k used,57896k free, 5308k buffers
Swap:   127928k total,0k used,   127928k free,32612k cached

in place of much logical:
(kernel 2.6.10-pa6)
[...]
Cpu(s):  1.3% us,  1.3% sy,  0.0% ni, 96.4% id,  1.0% wa,  0.0% hi,  0.0%
si
[...]

since kernel 2.6.10-pa7 when:

CVSROOT:/var/cvs
Module name:linux-2.6
Changes by: willy at cvs.parisc-linux.org   2005-01-08 21:00:19

Modified files:
.  : Makefile

Log message:
2.6.10-pa7:

Switch to generic IRQ code
[...]

I so tried to use curent kernel headers:
/usr/include/linux - /usr/src/linux/innclude/linux
/usr/include/asm -  /usr/src/linux/innclude/asm

(after the kernel build)

But it doesn't help at all :(

What did I missed? Any idea?

Thanks in advance for help,
Joel

PS: btw how may I localy change this line
Cpu(s):  1.3% us,  1.3% sy,  0.0% ni, 96.4% id,  1.0% wa,  0.0% hi,  0.0%
si

by something like:
Cpu states:
 CPU   USER   NICESYS   IDLE  ...
   0   8.7%   0.0%   5.2%  86.1%   ...