On Saturday 29 December 2001 3:57 pm, Dan Langille wrote: > Any ideas as to why I'm getting these "invalid compressed data--crc > error" messages during the weekly run? > > ------- Forwarded message follows ------- > Date sent: Sat, 29 Dec 2001 04:15:48 -0500 (EST) > From: Charlie Root <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: undef.example.org weekly run output > > Cleaning up kernel database files: > > Rebuilding locate database: > > Rebuilding whatis database: > > gzcat: /usr/share/man/man1/date.1.gz: invalid compressed data--crc > error > > gzcat: /usr/share/man/man1/lint.1.gz: invalid compressed > data--format violated > > gzcat: /usr/share/man/man2/getpgrp.2.gz: invalid compressed > data--crc error > > gzcat: /usr/share/man/man3/strchr.3.gz: invalid compressed > data--crc error > > ------- End of forwarded message -------
Hey Dan, Have you tried rebuilding that systems man pages? # cd /usr/src/share/man/ && make clean all install That may fix it, or did you perhaps set any of these variables in your /etc/make.conf: NOSHARE NOMANCOMPRESS -- Dominic To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
