Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 1999 22:07:24 +0800
From:      Peter Wemm <peter@netplex.com.au>
To:        Lee Cremeans <lcremeans@erols.com>
Cc:        amy@magellan.tip.CSIRO.AU, hackers@FreeBSD.ORG
Subject:   Re: StarOffice 5.1 (Sun version) on 3.3-STABLE 
Message-ID:  <19990919140724.D164B1CC5@overcee.netplex.com.au>
In-Reply-To: Your message of "Sun, 19 Sep 1999 00:04:40 -0400." <19990919000440.A43549@erols.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Lee Cremeans wrote:
> 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. 

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 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?19990919140724.D164B1CC5>