Date: Sat, 8 Apr 2000 01:43:36 -0400 From: Ray Kohler <ray@rjk191.rh.psu.edu> To: Walter Brameld <freebsd-questions@FreeBSD.ORG> Subject: Re: StarOffice runs but causes weird log messages Message-ID: <20000408014336.A14065@rjk191.rh.psu.edu> In-Reply-To: <3.0.16.20000407192108.2b770238@mail.pyramus.com>; from blake@pyramus.com on Fri, Apr 07, 2000 at 07:21:57PM -0700 References: <3.0.16.20000407192108.2b770238@mail.pyramus.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 07, 2000 at 07:21:57PM -0700, Blake Swensen wrote: > Finally got my copy of StarOffice 5.1 to run... however, while it is > running (and quite well, I might add), my system log starts to fill up with > thousands of messages like: > > Apr 7 08:43:46 samson /kernel: cmd soffice.bin pid 1982 tried to use > non-present sched_yield > Apr 7 08:44:17 samson last message repeated 1525 times > Apr 7 08:45:36 samson last message repeated 2118 times > > Now if SO wasn;t didn't run, or didn't install, I would know what to better > to do... any ideas? You need to add support for POSIX real-time scheduling to your kernel. This means you add the lines: options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L to your kernel and rebuild. -- Ray Kohler <rjk191@psu.edu> FreeBSD -- The Power to Serve Cahn's Axiom: When all else fails, read the instructions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000408014336.A14065>