Gentoo Archives: gentoo-server

From: Daniel Troeder <daniel@×××××××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Errors from cron
Date: Thu, 21 Jun 2007 15:52:21
Message-Id: 467A9E3C.20302@admin-box.com
In Reply to: [gentoo-server] Errors from cron by "A. Khattri"
1 A. Khattri wrote:
2 > Every once in awhile I get an email from cron about failed compression of
3 > man pages (?) - any ideas what causes this? See:
4 >
5 > Subject: Cron <root@zara> test -x /usr/sbin/run-crons && /usr/sbin/run-crons
6 >
7 > bzcat: I/O or other error, bailing out. Possible reason follows.
8 > bzcat: Broken pipe Input file = /usr/share/man/man1/./eix.1.bz2,
9 > output file = (stdout)
10 >
11 > bzcat: I/O or other error, bailing out. Possible reason follows.bzcat:
12 > Broken pipe
13 > Input file = /usr/share/man/man1/./vdir.1.bz2, output file =
14 > (stdout)
15 [..]
16
17 This is probably caused by /etc/cron.daily/makewhatis trying to
18 decrompress man-pages to scan them for its database.
19 * Do these files really exist?
20 * Have you tried to decompress them to stdout manually (# bzcat <file>)?
21 * Are they really bzip2-files? (Check with # file <file>)
22 * Ist your disk full?
23 Try reproducing the error by running
24 # makewhatis -w -v &> makewhatis.log
25 as root and check the logfile.
26
27
28 Bye,
29 Daniel
30
31 --
32 use PGP key @ http://www.pgp.net/wwwkeys.html
33 gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-server] Errors from cron "A. Khattri" <ajai@××××.net>