From owner-freebsd-afs@FreeBSD.ORG Sat Dec 13 15:50:38 2008 Return-Path: Delivered-To: freebsd-afs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90D341065676 for ; Sat, 13 Dec 2008 15:50:38 +0000 (UTC) (envelope-from shadow@gmail.com) Received: from mail-gx0-f12.google.com (mail-gx0-f12.google.com [209.85.217.12]) by mx1.freebsd.org (Postfix) with ESMTP id 2416A8FC1A for ; Sat, 13 Dec 2008 15:50:37 +0000 (UTC) (envelope-from shadow@gmail.com) Received: by gxk5 with SMTP id 5so1378782gxk.19 for ; Sat, 13 Dec 2008 07:50:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=J0/dOOaauqPUtOrR7G0+dELWm2zPx5nhY4dzDylS8H4=; b=VDEHWYOYVppJ2eEhjzCb7au+DKv6mlL5sdmgoJdRtxVkTSolm3GRNmImRtybBb11Lh mqngu2whiRcFKSMAO3iVwdIrVLaTc924nFnhRRQ6/vL6Bxyv4xptqEFsiqvYtHMDPowG myedt/xlJgFhA0No6yA+sUL2NokQaYWVV21yk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=EOVFcw8G0XfKu+VjjIs8RHbbWVUtkQ+9fzWRb8fSGBSiMuDR6p2CT9ujI1eHyG0gA8 50+YiU06JDJWJAPmAufE7snLS4d0N5DUCPnwkyb6ucEdTnDFHuUmf8JCi44DNVaShzUb RmFw/ym72UTCAQWHL7EEnuFUochoH9PcpoyMU= Received: by 10.151.144.4 with SMTP id w4mr8639334ybn.244.1229183437234; Sat, 13 Dec 2008 07:50:37 -0800 (PST) Received: by 10.151.153.1 with HTTP; Sat, 13 Dec 2008 07:50:37 -0800 (PST) Message-ID: Date: Sat, 13 Dec 2008 10:50:37 -0500 From: "Derrick Brashear" To: "Boris Samorodov" In-Reply-To: <14205895@bb.ipt.ru> MIME-Version: 1.0 References: <493ACAC4.5020806@linuxbox.com> <20081213004251.GA88954@keira.kiwi-computer.com> <42451957-717C-4CA3-97D9-E2ACABE55E34@pingpong.net> <60600083@bb.ipt.ru> <80286435@bb.ipt.ru> <14205895@bb.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Tony Jago , Alec Kloss , "" , "Jason C. Wells" Subject: Re: OpenAFS port X-BeenThere: freebsd-afs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: The Andrew File System and FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2008 15:50:38 -0000 On Sat, Dec 13, 2008 at 10:43 AM, Boris Samorodov wrote: > "Derrick Brashear" writes: > > On Sat, Dec 13, 2008 at 10:34 AM, Boris Samorodov wrote: > >> "Derrick Brashear" writes: > >> > >> > I don't believe there are conflicts between client objects, and server > >> > objects. An independent client and server port should be possible. > >> > >> They both should install configuration files. Hence, they conflict > >> here. > > > > Server and client use separate configuration, unless it's stuff *you > added*, > > and then it's a choice you made, OpenAFS itself doesn't have that issue. > In > > the old transarc-style universe, /usr/afs/etc versus /usr/vice/etc > > FreeBSD uses /usr/local/etc for all third-party configuration files, > Both for servers and clients. So at least CellServDB and ThisCell > should be dealed/installed by both. > That's bad. Actually, it's horrible. It means you force a server to be in the same AFS cell as a client, whereas it's valid and I have done a client in one cell as a server in another.