Has anyone seen this message before on system bootup:
Panic error: bsd_stask: no free timers
I believe it is related to an interrupt on the VME bus but I have not
been able to find out any reference to the message which is output to
the console. The error prevents the system from completing startup.
sponsored links
2
9th March 11:29
cyril novikov
External User
Posts: 1
Panic error on startup
For some reason, your system ran out of kernel timeouts. Try increasing
NUMTOUTS in uparam.h. In general, for every kernel timeout you introduce
in custom drivers, it's a good idea to increase NUMTOUTS by one.