Koozali.org: home of the SME Server

Cron <root@bcsrv1> run-parts /etc/cron.daily ?

Patrick Basile

Cron <root@bcsrv1> run-parts /etc/cron.daily ?
« on: August 25, 2001, 01:39:27 AM »
Hi,

I know this is probably a VERY silly question (I'm a newbie - forgive me!), but does anyone know why my 'admin' account was sent the following email?  What's a broken pipe?

Cron Daemon
To root@bridgesatbentcreek.com
Subject Cron run-parts /etc/cron.daily
Parts   Message Source  
 
/etc/cron.daily/makewhatis.cron:


zcat: stdout: Broken pipe

zcat: stdout: Broken pipe

zcat: stdout: Broken pipe

zcat: stdout: Broken pipe

zcat: stdout: Broken pipe

zcat: stdout: Broken pipe

There are about 50 or so lines below this saying the same thing '..Broken pipe'

Any ideas?  Thanks.

Regards,
Patrick

Greg Knoll

Re: Cron <root@bcsrv1> run-parts /etc/cron.daily ?
« Reply #1 on: September 04, 2001, 06:35:48 PM »
I got the same thing, but I have not had the chance to look into it.
What I can tell you is this, and I hope I am on the right track.
Makewhatis.cron is a script that I assume does something for system maintenance. In this script is a command zcat with a parameter or function that is not set correctly. A PIPE is a command that allows you to pass the reulsts from one command to another.

Now it is also possible that, inorder for this script to function proerly there needs to be another file generated, by another scheduled script that has not yet run in which case, time will take care of this.

If anyone has a more accurate explanation, please post. In the mean time I will dive into it and see if I can figure it out, and post my findings.