From owner-freebsd-stable Mon May 8 20:17: 3 2000 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 06F9937B878 for ; Mon, 8 May 2000 20:16:59 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id UAA09179; Mon, 8 May 2000 20:16:57 -0700 (PDT) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id UAA63477; Mon, 8 May 2000 20:16:56 -0700 (PDT) (envelope-from jdp@polstra.com) Date: Mon, 8 May 2000 20:16:56 -0700 (PDT) Message-Id: <200005090316.UAA63477@vashon.polstra.com> To: chris@awww.jeah.net Subject: Re: normal errors? In-Reply-To: <200005090252.VAA24191@awww.jeah.net> References: <200005090252.VAA24191@awww.jeah.net> Organization: Polstra & Co., Seattle, WA Cc: stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <200005090252.VAA24191@awww.jeah.net>, Chris Byrnes wrote: > i just went from xntpd -> the new ntpd 4 > > when starting ntpd, i get these errors in /var/log/messages > > May 8 21:48:04 awww ntpd[24154]: ntpd 4.0.99i Mon May 8 21:40:22 CDT 2000 (1) > May 8 21:48:04 awww /kernel: cmd ntpd pid 24154 tried to use non-present sched_get_priority_max > May 8 21:48:04 awww /kernel: cmd ntpd pid 24154 tried to use non-present sched_setscheduler > May 8 21:48:04 awww ntpd[24154]: sched_setscheduler(): Function not implemented The warnings are harmless, but you can get rid of them by adding these lines to your kernel config file: options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING Then configure, build, and install the new kernel, of course. Oh yeah, and reboot too ... ;-) John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message