From owner-freebsd-stable@FreeBSD.ORG Sun Jun 26 08:20:56 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5836516A41C for ; Sun, 26 Jun 2005 08:20:56 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id B018A43D53 for ; Sun, 26 Jun 2005 08:20:55 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 26 Jun 2005 09:20:54 +0100 (BST) Date: Sun, 26 Jun 2005 09:20:54 +0100 From: David Malone To: Nikolay Pavlov , freebsd-stable@freebsd.org Message-ID: <20050626082054.GA66243@walton.maths.tcd.ie> References: <20050626080517.GA1727@zone3000.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050626080517.GA1727@zone3000.net> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: Subject: Re: syslogd: Logging subprocess ... exited with status 126 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 08:20:56 -0000 On Sun, Jun 26, 2005 at 11:05:17AM +0300, Nikolay Pavlov wrote: > local3.info | /var/run/nmd.log > syslogd: Logging subprocess s 1358 ( /var/run/nmd.log) exited with status 126. If you say "| /var/run/nmd.log" it means "run the program /var/run/nmd.log and feed the log messages to stdin of that program". I'm guessing that /var/run/nmd.log is a logfile and not a program, thus you're getting an error because it is not executable. David.