Date: Thu, 29 Jan 2004 17:06:14 -0600 From: Dan Nelson <dnelson@allantgroup.com> To: Rostislav Krasny <rosti_bsd@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Error during restarting syslogd in FreeBSD 5.2-RELEASE Message-ID: <20040129230613.GJ31560@dan.emsphone.com> In-Reply-To: <20040129221956.25103.qmail@web14805.mail.yahoo.com> References: <20040129221956.25103.qmail@web14805.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040129230613.GJ31560>