From owner-freebsd-hackers Wed Dec 6 13:23:07 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA21990 for hackers-outgoing; Wed, 6 Dec 1995 13:23:07 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA21982 for ; Wed, 6 Dec 1995 13:22:59 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA01919; Wed, 6 Dec 1995 14:20:33 -0700 From: Terry Lambert Message-Id: <199512062120.OAA01919@phaeton.artisoft.com> Subject: Re: nfs question To: kuku@gilberto.physik.rwth-aachen.de (Christoph P. Kukulies) Date: Wed, 6 Dec 1995 14:20:33 -0700 (MST) Cc: freebsd-hackers@freefall.freebsd.org In-Reply-To: <199512061850.TAA23732@gilberto.physik.rwth-aachen.de> from "Christoph P. Kukulies" at Dec 6, 95 07:50:31 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > Why can't I chown a file on a Ultrix mounted (server) > FS? Between FreeBSD machines this works as expected > but trying to chown the file to root did not work. > > I exported the fs on the ultrix side with > /etc/exports: > /home -r=0 blues Apparently not the correct way to have Ultrix allow a remote user in as root... it's still mapping the ID to -2. Since this is a function of the servre, not the client, it has nothing to do with the client bieng FreeBSD or not. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.