From owner-freebsd-x11@FreeBSD.ORG Mon Oct 4 08:47:32 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D192F16A4CE for ; Mon, 4 Oct 2004 08:47:32 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFF8E43D55 for ; Mon, 4 Oct 2004 08:47:31 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 9702E1DD5EF; Mon, 4 Oct 2004 10:47:30 +0200 (CEST) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 99155-04; Mon, 4 Oct 2004 10:47:26 +0200 (CEST) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id B5A3E1DD5EA; Mon, 4 Oct 2004 10:47:24 +0200 (CEST) Received: from idefix.ijs.si (clj8-144.dial-up.arnes.si [194.249.52.144]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id 2CB6E1C0356B; Mon, 4 Oct 2004 10:47:23 +0200 (CEST) From: Dejan Lesjak To: x11@freebsd.org Date: Mon, 4 Oct 2004 10:47:22 +0200 User-Agent: KMail/1.7 References: <200409281846.i8SIk2h19309@yoda.pixi.com> In-Reply-To: <200409281846.i8SIk2h19309@yoda.pixi.com> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_a4QYBWQEsHLRgRF" Message-Id: <200410041047.22446.dejan.lesjak@ijs.si> X-Virus-Scanned: by amavisd-new at ijs.si X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: knowtree@aloha.com Subject: Re: cache error messages starting xfs X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2004 08:47:33 -0000 --Boundary-00=_a4QYBWQEsHLRgRF Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tuesday 28 of September 2004 10:54, knowtree@aloha.com wrote: > After upgrading to 4.4 I get the following errors as xfs starts: > > /usr/X11R6/bin/xfs error: CONFIG: unknown parameter "cache-hi-mark" > /usr/X11R6/bin/xfs error: CONFIG: unknown parameter "cache-low-mark" > /usr/X11R6/bin/xfs error: CONFIG: unknown parameter "cache-balance" > > Those parameters are in /usr/X11R6/lib/X11/fs/config There are two things you can do: comment out the lines in config or applying the attached patch to x11-servers/XFree86-4-FontServer port and reinstalling it. If you decide to try the patch, it would be interesting to know whether there is any difference with or without caching. Dejan --Boundary-00=_a4QYBWQEsHLRgRF--