From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 10:44:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A578B37B401 for ; Wed, 23 Apr 2003 10:44:06 -0700 (PDT) Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C43043F93 for ; Wed, 23 Apr 2003 10:44:06 -0700 (PDT) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-012dcwashp0481.dialsprint.net ([63.188.113.227] helo=moo.holy.cow) by flamingo.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 198OHg-0005zR-00; Wed, 23 Apr 2003 10:43:56 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 7C0CFA61A; Wed, 23 Apr 2003 13:45:59 -0400 (EDT) Date: Wed, 23 Apr 2003 13:45:59 -0400 From: parv To: Anton Stamenov Message-ID: <20030423174559.GA36398@moo.holy.cow> Mail-Followup-To: Anton Stamenov , freebsd-questions@freebsd.org References: <20030423163456.1f31546f.ais@epiq.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030423163456.1f31546f.ais@epiq.com> cc: freebsd-questions@freebsd.org Subject: Re: huge XFree log files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 17:44:07 -0000 in message <20030423163456.1f31546f.ais@epiq.com>, wrote Anton Stamenov thusly... > > (II) Loading sub module "DOSENCODING" > (II) LoadModule: "DOSENCODING" > (II) Loading /usr/X11R6/lib/modules/codeconv/libDOSENCODING.a > (II) Module DOSENCODING: vendor="X-TrueType Server Project" > compiled for 4.3.0, module version = 1.3.1 > Module class: XFree86 Font Renderer > ABI class: XFree86 Font Renderer, version 0.4 > (II) UnloadModule: "DOSENCODING" > (II) Unloading /usr/X11R6/lib/modules/codeconv/libDOSENCODING.a > > need help, please > > XFree makes huge log files, filling them with above information. Huge? How huge? I get only ~27 kB files (which i consider small in comparison to fetchmail & procmail logs). You could control the creation & size of the log files via newsyslog(8) thru /etc/newsyslog.conf. See the man page. Or, you may be able to specify some option to xinit(1) and related processes to not to create logs in the first place (i personally do not know). - parv --