Comment 1 for bug 320174

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Examining the information you have given us this is being converted into a question in the support tracker. We appreciate the difficulties you are facing, but it would make more sense to raise problems you are having in the support tracker rather than opening a bug report.

However to add some additional information for the issue you are seeing, I see the following being defined:

ogasawara@yoji:~/ubuntu-jaunty$ grep -n "#define TASK_NORMAL" include/linux/sched.h

191:#define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)

ogasawara@yoji:~/ubuntu-jaunty$ grep -n "#define TASK_UNINTERRUPTIBLE" include/linux/sched.h

175:#define TASK_UNINTERRUPTIBLE 2

Do you have the appropriate linux headers installed?