Fedora Linux Support Community & Resources Center
  #1  
Old 6th March 2005, 09:57 AM
ieuuk's Avatar
ieuuk Offline
Registered User
 
Join Date: Oct 2004
Location: uk
Age: 26
Posts: 705
any ideas?

hey... my server just sent me an email saying...

Quote:
/etc/cron.weekly/00-makewhatis.cron:


zcat: stdout: Broken pipe

zcat: stdout: Broken pipe
and it just keeps saying "zcat: stdout: Broken pipe" about another 30 times, and i have no idea what it means.

any ideas what this is all about?

thanks
__________________
ieuuk :D

Registered Linux User: #373024
Reply With Quote
  #2  
Old 6th March 2005, 10:00 AM
ieuuk's Avatar
ieuuk Offline
Registered User
 
Join Date: Oct 2004
Location: uk
Age: 26
Posts: 705
just did a man zcat and got...

Quote:
zcat is identical to gunzip -c. (On some systems, zcat may be
installed as gzcat to preserve the original link to compress.) zcat
uncompresses either a list of files on the command line or its stan-
dard input and writes the uncompressed data on standard output. zcat
will uncompress files that have the correct magic number whether they
have a .gz suffix or not.
now im really confused
__________________
ieuuk :D

Registered Linux User: #373024
Reply With Quote
  #3  
Old 6th March 2005, 10:38 AM
macemoneta's Avatar
macemoneta Offline
Registered User
 
Join Date: May 2004
Location: NJ
Posts: 913
This is a weekly process that creates a database used to respond to the "whatis" command. Whatis displays a brief description, taken from the man pages, for a command. For example:

$ whatis cron
cron (8) - daemon to execute scheduled commands (ISC Cron V4.1)


The man pages are stored in a compressed format, so makewhatis needs to expand them to get the description (which it does with zcat). Some packages don't follow that man formatting properly, or don't provide gzip'd man pages. When makewhatis does its processing every week, it will generate a few errors for these files.

If you find these occassional messages annoying, you can edit "/etc/cron.weekly/00-makewhatis.cron" and change:

makewhatis -w

to

makewhatis -w &>/dev/null

This will suppress any errors. If you never use the whatis command, you can simply erase the "/etc/cron.weekly/00-makewhatis.cron" file.
Reply With Quote
Reply

Tags
ideas

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FC8 x86_64 any ideas? Anniedog Installation and Live Media 5 9th November 2007 01:28 PM
I just need your ideas Serdar Using Fedora 4 8th November 2005 05:31 PM
Ideas Ug Linux Chat 5 2nd May 2004 01:24 PM


Current GMT-time: 10:50 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat