On Sun, Sep 19, 1999 at 12:50:09PM +1000, a...@magellan.tip.csiro.au wrote: > Hi, > > > /kernel: shared address space fork attempted: pid: 281 > /kernel: cmd setup.bin pid 281 tried to use non-present sched_yield > last message repeated 1926 times > > Has anyone seen this and more importantly does anyone have any ideas on how > to work around this.
sched_yield...your kernel probably doesn't have the POSIX real-time scheduling stuff compiled in. Make sure these lines are in your config file: options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" reconfig, recompile, install and reboot. -lee -- +--------------------------------------------------------------------+ | Lee Cremeans -- Manassas, VA, USA (WakkyMouse on WTnet) | | lcreme...@erols.com | http://wakky.dyndns.org/~lee | To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message