Re: Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.31-13

From: K.R. Foley
Date: Tue Nov 30 2004 - 12:09:25 EST


Gene Heskett wrote:
On Tuesday 30 November 2004 10:26, K.R. Foley wrote:

"<some process> is being piggy... Read missed before next interrupt"

2) tvtime is probably running at a RT priority of 99. The IRQ
handler for the rtc defaults to 48-49 (I think). If you didn't
already do so, you should bump the priority up as in:

chrt -f -p 99 `/sbin/pidof 'IRQ 8'`


[root@coyote root]# chrt -f -p 99 `/sbin/pidof 'IRQ 8'`
bash: chrt: command not found

chrt is an unknown command here. WTH? Basicly an FC2 system.

It's part of schedutils pkg.

kr
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/