From owner-freebsd-current@FreeBSD.ORG Fri Feb 13 08:20:03 2004 Return-Path: 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 1E14616A4CE for ; Fri, 13 Feb 2004 08:20:03 -0800 (PST) Received: from smtp2.actcom.co.il (smtp2.actcom.co.il [192.114.47.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4700F43D1F for ; Fri, 13 Feb 2004 08:20:02 -0800 (PST) (envelope-from rosti_bsd@yahoo.com) Received: from yahoo.com (line108-59.adsl.actcom.co.il [192.117.108.59]) by smtp2.actcom.co.il (8.12.8/8.12.8) with ESMTP id i1DGJxjR005326 for ; Fri, 13 Feb 2004 18:20:00 +0200 Message-ID: <402CF9A4.90800@yahoo.com> Date: Fri, 13 Feb 2004 18:21:56 +0200 From: Rostislav Krasny X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: etc/rc.d scripts: strange message about kvm_getprocs during restar X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 16:20:03 -0000 When I run '/etc/rc.d/smth restart' I get a strange error message about kvm_getprocs: localhost# /etc/rc.d/inetd restart Stopping inetd. ps: kvm_getprocs: No such process Starting inetd. localhost# /etc/rc.d/syslogd restart Stopping syslogd. ps: kvm_getprocs: No such process Starting syslogd. localhost# It not always produce such error message, for example: localhost# /etc/rc.d/sshd restart Stopping sshd. Starting sshd. localhost# These examples are from FreeBSD 5.2.1-RC2 but they will work same in 5.2-RELEASE and probably in -CURRENT.