> I so tried to use curent kernel headers: > /usr/include/linux -> /usr/src/linux/innclude/linux > /usr/include/asm -> /usr/src/linux/innclude/asm
This has destroyed your ability to compile C programs. You'd better undo the damage. Raw kernel headers may not be used with glibc. You need headers that have been modified to support non-kernel usage. Anyway... please report: ps --info cat /proc/stat ; sleep 10 ; cat /proc/stat file -s /proc/kcore file /bin/ps Also, is your clock keeping correct time? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

