Ubuntu 11.10 post-update problem

Asked by Sitov Cristian

I have a Ubuntu x64 machine on a OpenVZ VPS account on a QuadCore processor with 1GB/2GB(burst). A few days ago I've managed to successfully update it to 11.10 Oneiric Ocelot. There's only one problem: my "init" process (PID = 1) is at 100% CPU usage, keeping one core 99.5% of the time at full throttle.

Is there any solution to stop the strange init's behavior? Can I trace what happens behind that init process to find out what makes it spike so high?

Question information

Language:
English Edit question
Status:
Needs information
For:
Ubuntu linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Do you use proprietary drivers?

Revision history for this message
Pavel Volkovitskiy (olfway) said :
#2

i have same issue here

i tried to strace init from hardware node:
waitid(P_ALL, 0, {}, WNOHANG|WEXITED|WSTOPPED|WCONTINUED, NULL) = 0
clock_gettime(CLOCK_MONOTONIC, {523235, 243099900}) = 0
select(6, [0 2 3 4 5], [], [2 4 5], NULL) = 1 (in [0])
read(0, "", 1) = 0
waitid(P_ALL, 0, {}, WNOHANG|WEXITED|WSTOPPED|WCONTINUED, NULL) = 0
clock_gettime(CLOCK_MONOTONIC, {523235, 243523268}) = 0
select(6, [0 2 3 4 5], [], [2 4 5], NULL) = 1 (in [0])
read(0, "", 1) = 0
.....

i use 2.6.32-042stab039.3 openvz kernel on hardware node

i created clean oneiric machine with debootstrap and rsyslog and init eats 100% cpu

Revision history for this message
Cedric Schieli (cschieli) said :
#3

I have the same issue too

waitid(P_ALL, 0, {}, WNOHANG|WEXITED|WSTOPPED|WCONTINUED, NULL) = 0
clock_gettime(CLOCK_MONOTONIC, {3903451, 826182267}) = 0
select(5, [0 3 4], [], [4], NULL) = 1 (in [0])
read(0, "", 1) = 0
waitid(P_ALL, 0, {}, WNOHANG|WEXITED|WSTOPPED|WCONTINUED, NULL) = 0
clock_gettime(CLOCK_MONOTONIC, {3903451, 826467596}) = 0
select(5, [0 3 4], [], [4], NULL) = 1 (in [0])
read(0, "", 1) = 0
waitid(P_ALL, 0, {}, WNOHANG|WEXITED|WSTOPPED|WCONTINUED, NULL) = 0
clock_gettime(CLOCK_MONOTONIC, {3903451, 827157279}) = 0
select(5, [0 3 4], [], [4], NULL) = 1 (in [0])
read(0, "", 1) = 0

My hardware node is a 32bit debian 6.0 with linux-image-2.6.32-5-openvz-686 (=2.6.32-31)

Revision history for this message
Nico (pub-1g6) said :
#4

Same problem here :

20099 waitid(P_ALL, 0, 0xbffd81e8, WNOHANG|WEXITED|WSTOPPED|WCONTINUED, NULL) = -1 ECHILD (No child processes)
20099 clock_gettime(CLOCK_MONOTONIC, {172220, 61864524}) = 0
20099 select(5, [0 3 4], [], [4], NULL) = 1 (in [0])
20099 read(0, "", 1) = 0
20099 waitid(P_ALL, 0, 0xbffd81e8, WNOHANG|WEXITED|WSTOPPED|WCONTINUED, NULL) = -1 ECHILD (No child processes)
20099 clock_gettime(CLOCK_MONOTONIC, {172220, 62251293}) = 0
20099 select(5, [0 3 4], [], [4], NULL) = 1 (in [0])
20099 read(0, "", 1) = 0

Can you help with this problem?

Provide an answer of your own, or ask Sitov Cristian for more information if necessary.

To post a message you must log in.