Date: Fri, 13 Sep 2002 04:57:54 +0900 From: "Akinori MUSHA" <knu@iDaemons.org> To: Kris Kennaway <kris@obsecurity.org> Cc: Maxim Sobolev <sobomax@FreeBSD.org>, "David E. O'Brien" <obrien@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc newsyslog.conf Message-ID: <86ofb3c75p.wl@archon.local.idaemons.org> In-Reply-To: <20020912193532.GA21745@xor.obsecurity.org> References: <200209121728.g8CHS7An013425@freefall.freebsd.org> <3D80D22F.B7BDF10E@FreeBSD.org> <20020912193532.GA21745@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At Thu, 12 Sep 2002 12:35:32 -0700, kkenn wrote: > > Is this really necessary? bzip2 is much more CPU/memory hungry, so > > that this change could really bite low-end machines. > > It's only a default..it can trivially be changed. Compressing > logfiles is only done infrequently anyway, so it's not a heavy system > load. > > > What's the gain? > > Smaller logfiles, obviously. I'd note that our zgrep(1) does not support bz2 files nor have we something called bzgrep(1). It is a mess that you can't do a grep over uncompressed files, gzip'd files and bzip2'd files at once. Do we have as handy a command as the following one that used to work before the switchover? $ zgrep foo messages* If not, I want bzgrep in the base.. (bzcat messages* | grep foo is not an option because file names will be missing from the output) -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ofb3c75p.wl>