From owner-freebsd-current Wed Nov 27 3:48:47 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0520F37B401 for ; Wed, 27 Nov 2002 03:48:46 -0800 (PST) Received: from theinternet.com.au (c17609.carlnfd1.nsw.optusnet.com.au [210.49.139.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A0543EA9 for ; Wed, 27 Nov 2002 03:48:39 -0800 (PST) (envelope-from akm@theinternet.com.au) Received: (from akm@localhost) by theinternet.com.au (8.11.6/8.11.4) id gARBmOT45424; Wed, 27 Nov 2002 22:48:24 +1100 (EST) (envelope-from akm) Date: Wed, 27 Nov 2002 22:48:24 +1100 From: Andrew Kenneth Milton To: Gary Jennejohn Cc: Andrew Kenneth Milton , Daniel Flickinger , FreeBSD-CURRENT Subject: Re: syslog:soffice.bin (ooo-1.0.1) sched_get_priority_min/max Message-ID: <20021127114824.GB41206@zeus.theinternet.com.au> References: <20021127070639.GA41206@zeus.theinternet.com.au> <200211271049.gARAn7TP015766@peedub.jennejohn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211271049.gARAn7TP015766@peedub.jennejohn.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG +-------[ Gary Jennejohn ]---------------------- | Andrew Kenneth Milton writes: | > +-------[ Daniel Flickinger ]---------------------- | > | Every program in ooo-1.0.1 I have tried seems to be working | > | correctly, but syslog is logging copious quantities of: | > | | > | cmd soffice.bin pid 817 tried to use non-present sched_get_priority_min | > | cmd soffice.bin pid 817 tried to use non-present sched_get_priority_max | > | | > | I have also seen them from mozilla, but not in quantity. | > | | > | Have I failed to include a kernel option? | > | > try; | > options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensiosn | > | | I have this option in my kernel and see the same messages reported by the | original poster. /sys/posix4/p1003_1b.c: log(LOG_ERR, "cmd %s pid %d tried to use non-present%s\n", in int syscall_not_present(struct thread *td, const char *s, struct nosys_args *uap) Are you really sure you've got it enabled? It was absent from my kernel after the option name changed, and mozilla started spewing those messages. I rebuilt the kernel with the new option and they went away... -- Totally Holistic Enterprises Internet| | Andrew Milton The Internet (Aust) Pty Ltd | M:+61 416 022 411 | ACN: 082 081 472 ABN: 83 082 081 472 |akm@theinternet.com.au| Carpe Daemon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message