You are not logged in.

#1 2005-05-02 00:53:34

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Kernel26MM: 100% CPU use, non-stop?

I just installed the latest MM kernel, and discovered that, after half an hour of uptime or so, the CPU usage jumps to 100% and refuses to come back down. Listing the running processes shows me that none of them are eating up that much CPU time.

(Yes, I know that the MM kernel isn't stable. I'm just pointing out what I'm guessing is a bug.)

Offline

#2 2005-05-02 03:47:47

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Kernel26MM: 100% CPU use, non-stop?

point it out on the mailing list not here.

Offline

#3 2005-05-02 10:21:14

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Kernel26MM: 100% CPU use, non-stop?

the cause of this 100% is kswapd0 that do not go idle but stays running. i already posted this to the kernel ML and the devs are investigating the issue. funny, but enabling some minimal debug-options, it seems to solve this issue (i will upload -2 as soon as it is ready solving this mystery)


The impossible missions are the only ones which succeed.

Offline

#4 2005-05-02 10:23:45

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Kernel26MM: 100% CPU use, non-stop?


The impossible missions are the only ones which succeed.

Offline

#5 2005-05-02 21:39:18

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Kernel26MM: 100% CPU use, non-stop?

i was wrong: it does not solve this issue, but it makes it appear less frequent (no idea why)

i'm uploading a -2 release of the kernel26mm package that has magic keys enabled.
if you see kswapd0 running without idling,press [ALT]-[SysRq]-[p] (SysRq is same as PrtScrn (print screen button) - maybe you will need to go to VC first, if you WM catches such combinations) and then do dmesg and see the last part that was added. if it is different to the one i get here:
http://www.ussg.iu.edu/hypermail/linux/ … /0233.html
feel free to report to me or directly to the kernel ML to the thread about it to help the devs find out what's happening.


The impossible missions are the only ones which succeed.

Offline

#6 2005-05-06 18:06:32

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Kernel26MM: 100% CPU use, non-stop?

update:

it's cachefs that is causing kswapd0 this sleepless nights .... therefore i disabled cachefs in rc3-mm3-2 and since then didn't get this issue

http://cvs.archlinux.org/cgi-bin/viewcv … ag=CURRENT


The impossible missions are the only ones which succeed.

Offline

#7 2005-05-06 19:17:56

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Kernel26MM: 100% CPU use, non-stop?

What's this cachefs? Is this your standard HD caching in RAM, or is it a new feature?

Offline

#8 2005-05-06 20:32:25

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Kernel26MM: 100% CPU use, non-stop?

the idea of cachefs is old:
http://www.starlink.rl.ac.uk/star/docs/ … node9.html

but i don't know how long it is in linux enabled (i only know that i almost always use it because it makes dirsync much faster for NFS shares ;-) )


The impossible missions are the only ones which succeed.

Offline

#9 2005-05-16 13:17:07

vipernicus
Member
From: IT Dept
Registered: 2005-05-10
Posts: 54
Website

Re: Kernel26MM: 100% CPU use, non-stop?

dp wrote:

the cause of this 100% is kswapd0 that do not go idle but stays running. i already posted this to the kernel ML and the devs are investigating the issue. funny, but enabling some minimal debug-options, it seems to solve this issue (i will upload -2 as soon as it is ready solving this mystery)

I had this problem too, but it is fixed in the newer rc's.

Offline

#10 2005-05-16 14:20:11

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Kernel26MM: 100% CPU use, non-stop?

vipernicus wrote:
dp wrote:

the cause of this 100% is kswapd0 that do not go idle but stays running. i already posted this to the kernel ML and the devs are investigating the issue. funny, but enabling some minimal debug-options, it seems to solve this issue (i will upload -2 as soon as it is ready solving this mystery)

I had this problem too, but it is fixed in the newer rc's.

yes, because cachefs i disabled for now up untill we know for sure it is fixed


The impossible missions are the only ones which succeed.

Offline

#11 2005-05-16 20:49:09

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Kernel26MM: 100% CPU use, non-stop?

What about 2.6.12-rc4-mm2?

Offline

#12 2005-05-16 20:56:52

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Kernel26MM: 100% CPU use, non-stop?

Gullible Jones wrote:

What about 2.6.12-rc4-mm2?

will be up, as soon my cpu is free to compile it (university is more important than arch, sorry) ... if you want to try it, use ABS (my PKGBUILD should work by simply changing rc and mm versions)

if you ask about cachefs and kswapd0: i don't know and as cachefs is not essential to me, i don't want to spend time to know that it is still broken. if someone reports that it is fixed, i can enable cachefs back again ;-)


The impossible missions are the only ones which succeed.

Offline

#13 2005-05-17 18:51:10

vipernicus
Member
From: IT Dept
Registered: 2005-05-10
Posts: 54
Website

Re: Kernel26MM: 100% CPU use, non-stop?

I don't use the -mm from the arch repo, I roll my own, and can tell you that it is fixed for me with -mm2.

Offline

#14 2005-05-17 19:45:10

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Kernel26MM: 100% CPU use, non-stop?

Woo-hoo! Back to the wild side of computing I go...

Offline

#15 2005-05-17 21:16:25

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Kernel26MM: 100% CPU use, non-stop?

vipernicus wrote:

I don't use the -mm from the arch repo, I roll my own, and can tell you that it is fixed for me with -mm2.

good news ... i will check it myself, thanx for info!


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB