From owner-freebsd-questions@FreeBSD.ORG Thu Jan 29 15:06:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78A2716A4CE for ; Thu, 29 Jan 2004 15:06:16 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CDEE43D4C for ; Thu, 29 Jan 2004 15:06:15 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i0TN6EYX020733; Thu, 29 Jan 2004 17:06:14 -0600 (CST) (envelope-from dan) Date: Thu, 29 Jan 2004 17:06:14 -0600 From: Dan Nelson To: Rostislav Krasny Message-ID: <20040129230613.GJ31560@dan.emsphone.com> References: <20040129221956.25103.qmail@web14805.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040129221956.25103.qmail@web14805.mail.yahoo.com> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.5.1i cc: freebsd-questions@freebsd.org Subject: Re: Error during restarting syslogd in FreeBSD 5.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2004 23:06:16 -0000 In the last episode (Jan 29), Rostislav Krasny said: > > I have FreeBSD 5.2-RELEASE installed on my old Pentium system. Look > > at > > following log please: > > > > localhost# /etc/rc.d/syslogd restart > > Stopping syslogd. > > ps: kvm_getprocs: No such process > > Starting syslogd. > > > > > > What is 'kvm_getprocs' and why I get this error message? Is it a bug? > > Same behavior during restarting inetd: > > localhost# /etc/rc.d/inetd restart > Stopping inetd. > ps: kvm_getprocs: No such process > Starting inetd. It sounds like rc.subr is not redirecting ps errors to /dev/null when shutting down services. -- Dan Nelson dnelson@allantgroup.com