From owner-freebsd-amd64@FreeBSD.ORG Tue Jan 4 09:36:09 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E7616A4CE for ; Tue, 4 Jan 2005 09:36:09 +0000 (GMT) Received: from web41412.mail.yahoo.com (web41412.mail.yahoo.com [66.218.93.78]) by mx1.FreeBSD.org (Postfix) with SMTP id E758543D53 for ; Tue, 4 Jan 2005 09:36:08 +0000 (GMT) (envelope-from plehner2000@yahoo.com) Received: (qmail 6033 invoked by uid 60001); 4 Jan 2005 09:36:08 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=f49o00W6s2paEJaHWQOeXGa9eVY8qEB7Lth8TfJ9rWt2qcj3ZZOO+b3TW4TKftrEDy9UTvwhRbrENIwOvy+HVWdLpc86bquEku/dWM709QyfPwKoWADaMv/HO6kwRzz/dPWED3AIE/AITZiY+G36ccKloaUvjXIZvmdJMpAosT0= ; Message-ID: <20050104093608.6031.qmail@web41412.mail.yahoo.com> Received: from [68.123.26.62] by web41412.mail.yahoo.com via HTTP; Tue, 04 Jan 2005 01:36:08 PST Date: Tue, 4 Jan 2005 01:36:08 -0800 (PST) From: Patrick Lehner To: freebsd-amd64@freebsd.org In-Reply-To: <1104822745.662.17.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: cfs on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 09:36:09 -0000 It did the trick ... just need to set stty -echo to avoid the passphrase to be visible on the screen --- Ville-Pertti Keinonen wrote: > On Mon, 2005-01-03 at 16:49 -0800, Patrick Lehner > wrote: > > Hello, > > > > I haven't been able to get cfs > (ports/security/cfs) to > > work on amd64. Whether I import an existing cfs > > directory or create a new one with cmkdir, I > always > > get an invalid key error when trying to cattach > the > > directory. It works fine on 5.x i386 > > There are a few 32 vs. 64-bit issues present. Some > time ago I modified > it so that it works (including mounting existing cfs > directories). > > I made the sources available as: > > http://will.iki.fi/misc/cfs-1.4.1-64bit.tar.gz > > To build, you can use the port, e.g.: > > # cd /usr/ports/security/cfs > # make extract > # zcat /tmp/cfs-1.4.1-64bit.tar.gz | (cd work && pax > -rv) > # cp work/cfs/* work/cfs-1.4.1 > # make > > Note that it requires COMPAT_43 in the kernel > configuration (which is > not in amd64 GENERIC). > > I'm not quite sure that the above is the latest > version of the modified > source; if it doesn't work, let me know and I'll try > to find a newer > version. > > >