From owner-cvs-all Thu Sep 12 12:58: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87AD437B400; Thu, 12 Sep 2002 12:57:57 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1353D43E6A; Thu, 12 Sep 2002 12:57:56 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id A262D519B4; Fri, 13 Sep 2002 04:57:54 +0900 (JST) Date: Fri, 13 Sep 2002 04:57:54 +0900 Message-ID: <86ofb3c75p.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Kris Kennaway Cc: Maxim Sobolev , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc newsyslog.conf In-Reply-To: <20020912193532.GA21745@xor.obsecurity.org> References: <200209121728.g8CHS7An013425@freefall.freebsd.org> <3D80D22F.B7BDF10E@FreeBSD.org> <20020912193532.GA21745@xor.obsecurity.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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