From owner-freebsd-hackers  Sat Sep 18 21: 7:16 1999
Delivered-To: freebsd-hackers@freebsd.org
Received: from lcremeans.erols.com (lcremeans.erols.com [216.164.87.29])
	by hub.freebsd.org (Postfix) with ESMTP id 491B914D30
	for <hackers@FreeBSD.ORG>; Sat, 18 Sep 1999 21:07:12 -0700 (PDT)
	(envelope-from lee@lcremeans.erols.com)
Received: (from lee@localhost)
	by lcremeans.erols.com (8.9.3/8.9.3) id AAA43559;
	Sun, 19 Sep 1999 00:04:41 -0400 (EDT)
	(envelope-from lee)
Message-ID: <19990919000440.A43549@erols.com>
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
References: <199909190250.MAA00555@explorer.tip.CSIRO.AU>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.93.2i
In-Reply-To: <199909190250.MAA00555@explorer.tip.CSIRO.AU>; from amy@magellan.tip.CSIRO.AU on Sun, Sep 19, 1999 at 12:50:09PM +1000
X-OS: FreeBSD 3.0-STABLE
Organization: My room? Are you crazy? :)
Sender: owner-freebsd-hackers@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

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