Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2002 06:48:09 -0500
From:      Eric I.Arnoth <earnoth@comcast.net>
To:        Jonathan Chen <jonc@chen.org.nz>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: syslog.conf problems
Message-ID:  <20020221115052.NIQL6925.femail12.sdc1.sfba.home.com@there>
In-Reply-To: <20020221191235.C22670@grimoire.chen.org.nz>
References:  <20020221030958.QQRM18863.femail11.sdc1.sfba.home.com@there> <20020221191235.C22670@grimoire.chen.org.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks much.  I wasn't much concerned about the bourne shell script, that was 
one I pulled off of usenet in desperation, because I just couldn't get any of 
my Python attempts to work. 

Why though, would the python scripts have the problems I described in my 
original mail?  Those are reading from stdin (sys.__stdin__.read()).


On Thursday 21 February 2002 01:12, Jonathan Chen wrote:
> On Wed, Feb 20, 2002 at 10:07:17PM -0500, Eric I.Arnoth wrote:
> > If anyone replies to my message, please be sure to keep my email on the
> > CC or TO fields, I do not subscribe to this list.
> >
> > I've been trying to get a script which will take the output from syslog
> > and handle it, but I can't get past the hello world stage.  I've tried a
> > bourne shell script and a python script (which is the language I want to
> > write the end-result in).  With the bourne shell script, I get countless
> > error messages like the following, with decrementing subprocess IDs:
> >
> > -----------------------------------------------------
> > Feb 20 21:39:10 systemname syslogd: Logging subprocess 1894 (exec
> > /hello_log.sh) exited with status 126.
> > Feb 20 21:39:10 systemname syslogd: exec /hello_log.sh: Broken pipe
> > -----------------------------------------------------
> >
> > Here's the bournshell script hello_log.sh:
> > -----------------------------------------------------
> > #!/bin/sh
> > read line
> > echo "$line" >> /test.out
> > -----------------------------------------------------
>
> syslogd runs as a daemon, and has no terminal associated with it.
> When it runs your "read line" will fail, hence the broken pipe
> message.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020221115052.NIQL6925.femail12.sdc1.sfba.home.com>