Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 1999 00:04:40 -0400
From:      Lee Cremeans <lcremeans@erols.com>
To:        amy@magellan.tip.CSIRO.AU, hackers@FreeBSD.ORG
Subject:   Re: StarOffice 5.1 (Sun version) on 3.3-STABLE
Message-ID:  <19990919000440.A43549@erols.com>
In-Reply-To: <199909190250.MAA00555@explorer.tip.CSIRO.AU>; from amy@magellan.tip.CSIRO.AU on Sun, Sep 19, 1999 at 12:50:09PM %2B1000
References:  <199909190250.MAA00555@explorer.tip.CSIRO.AU>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 19, 1999 at 12:50:09PM +1000, amy@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)      |  
|         lcremeans@erols.com | http://wakky.dyndns.org/~lee         |


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990919000440.A43549>