Lee Cremeans wrote:
> On Sun, Sep 19, 1999 at 12:50:09PM +1000, [EMAIL PROTECTED] 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. 

And also "shared address space fork attempted" means that you're using 3.x
which doesn't have the ability to do rfork() on SMP.  If you want to run
staroffice under SMP, it has to be -current and -stable is not an option.

> -lee

Cheers,
-Peter



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to