Gentoo Archives: gentoo-server

From: "A. Khattri" <ajai@××××.net>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Errors from cron
Date: Wed, 25 Jul 2007 15:18:22
Message-Id: Pine.BSO.4.58.0707251109540.22746@ida.bway.net
In Reply to: Re: [gentoo-server] Errors from cron by Daniel Troeder
1 On Thu, 21 Jun 2007, Daniel Troeder wrote:
2
3 > This is probably caused by /etc/cron.daily/makewhatis trying to
4 > decrompress man-pages to scan them for its database.
5 > * Do these files really exist?
6 > * Have you tried to decompress them to stdout manually (# bzcat <file>)?
7 > * Are they really bzip2-files? (Check with # file <file>)
8 > * Ist your disk full?
9 > Try reproducing the error by running
10 > # makewhatis -w -v &> makewhatis.log
11 > as root and check the logfile.
12
13
14 Here's an example email I got today:
15
16 > bzcat: I/O or other error, bailing out. Possible reason follows.
17 > bzcat: Broken pipe
18 > Input file = /usr/share/man/man8/./hdparm.8.bz2, output file =
19 (stdout)
20
21 OK, so let's check that file:
22
23 # ls -al /usr/share/man/man8/./hdparm.8.bz2
24 -rw-r--r-- 1 root root 8569 Jul 24 10:15 /usr/share/man/man8/./hdparm.8.bz2
25
26 Looks OK. I ran bunzip -c on the file and it displayed without any errors.
27
28 I also ran makewhatis manually and I got no errors at all.
29
30
31 One thing I have noticed is that I get these after an update (there was a
32 recent update to hdparm).
33
34
35
36 --
37 A
38 --
39 gentoo-server@g.o mailing list