Hi, My name is Nicolas. I'm working on a Debian Linux 2.6.18-3-amd64 (Kernel version 2.6.18 - 64 bits). I'm looking for a version of cacheFS for this system in order to use it with NFS. I tried to recompile the cacheFS 0.8 but it is not so easy. My questions are : - Has anybody re-compiled it before for Debian ? - Do you know any Debian version of cacheFS ? Thanks in advance for your help. Nicolas. ___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.comFrom hkaelber@xxxxxxxxxxxxxxxxxxxxx Thu May 10 13:16:50 2007 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by listman.util.phx.redhat.com (8.13.1/8.13.1) with ESMTP id l4AHGnjX028141 for <linux-cachefs@xxxxxxxxxxxxxxxxxxxxxxxxxxx>; Thu, 10 May 2007 13:16:50 -0400 Received: from mx1.redhat.com (mx1.redhat.com [172.16.48.31]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4AHGnDe030851 for <linux-cachefs@xxxxxxxxxx>; Thu, 10 May 2007 13:16:49 -0400 Received: from mail2.math.uni-bielefeld.de (mail2.math.uni-bielefeld.de [129.70.14.10]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l4AHGgUV016228 for <linux-cachefs@xxxxxxxxxx>; Thu, 10 May 2007 13:16:43 -0400 Received: from xde18.math.uni-bielefeld.de (xde18.math.uni-bielefeld.de [129.70.14.243]) by mail2.math.uni-bielefeld.de (Postfix) with ESMTP id C9EE97302F for <linux-cachefs@xxxxxxxxxx>; Thu, 10 May 2007 19:16:36 +0200 (CEST) Received: by xde18.math.uni-bielefeld.de (Postfix, from userid 3759) id C54151C438; Thu, 10 May 2007 19:16:36 +0200 (CEST) Date: Thu, 10 May 2007 19:16:36 +0200 From: Holger Kaelberer <hkaelber@xxxxxxxxxxxxxxxxxxxxx> To: Linux filesystem caching discussion list <linux-cachefs@xxxxxxxxxx> Subject: Re: [Linux-cachefs] Version of cacheFS for Debian 64 bits (Etch) Message-ID: <20070510171636.GA21024@xxxxxxxxxxxxxxxxxxxxxxxxxxx> References: <701393.81669.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <701393.81669.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx> User-Agent: Mutt/1.5.11 X-RedHat-Spam-Score: 0 X-loop: linux-cachefs@xxxxxxxxxx X-BeenThere: linux-cachefs@xxxxxxxxxx X-Mailman-Version: 2.1.5 Precedence: junk Reply-To: Linux filesystem caching discussion list <linux-cachefs@xxxxxxxxxx> List-Id: Linux filesystem caching discussion list <linux-cachefs.redhat.com> List-Unsubscribe: <https://www.redhat.com/mailman/listinfo/linux-cachefs>, <mailto:linux-cachefs-request@xxxxxxxxxx?subject=unsubscribe> List-Archive: <https://www.redhat.com/archives/linux-cachefs> List-Post: <mailto:linux-cachefs@xxxxxxxxxx> List-Help: <mailto:linux-cachefs-request@xxxxxxxxxx?subject=help> List-Subscribe: <https://www.redhat.com/mailman/listinfo/linux-cachefs>, <mailto:linux-cachefs-request@xxxxxxxxxx?subject=subscribe> X-List-Received-Date: Thu, 10 May 2007 17:16:50 -0000 Hi. patrice stephane wrote on Fri May 04, 2007 um 01:31:47PM: > Hi, > > My name is Nicolas. I'm working on a Debian Linux 2.6.18-3-amd64 (Kernel version 2.6.18 - 64 bits). > I'm looking for a version of cacheFS for this system in order to use it with NFS. > I tried to recompile the cacheFS 0.8 but it is not so easy. True! ;-) > > My questions are : > - Has anybody re-compiled it before for Debian ? > - Do you know any Debian version of cacheFS ? http://www.redhat.com/archives/linux-cachefs/2006-September/msg00083.html This was when etch was still testing. The packages you find following the link are outdated, but might give you an idea of what you need. Basically 4 parts: - backported libc (~ 2.4) - fsc-patched vanilla Kernel (cf. "series" in current patchset on http://people.redhat.com/~dhowells/cachefs/patches) - current cachefilesd (cf. http://people.redhat.com/~dhowells/cachefs) - nfs-utils for mount fsc-Option Holger