That's because of my favourite change from the 2.4.3 patch:
- strcpy(tsk->comm, "kupdate");
+ strcpy(tsk->comm, "kupdated");
noflushd 2.4 fixed this issue in the daemon itself, but I had forgotten about
the generic startup skript. (Rpms and debs run their customized versions.)
Either the current version from CVS, or
ed /your/init.d/location/noflushd << EOF
%s/kupdate/kupdated/g
w
q
EOF
should get you going.
Regards,
Daniel.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/