From owner-freebsd-hackers Tue Jan 3 10:32:34 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA23427 for hackers-outgoing; Tue, 3 Jan 1995 10:32:34 -0800 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id KAA23421 for ; Tue, 3 Jan 1995 10:32:32 -0800 Received: from masi.ibp.fr (root@masi.ibp.fr [132.227.60.23]) by ibp.ibp.fr (8.6.8/jtpda-5.0) with ESMTP id TAA02800 ; Tue, 3 Jan 1995 19:32:43 +0100 Received: from ares.ibp.fr (card@ares.ibp.fr [132.227.64.31]) by masi.ibp.fr (8.6.9/jtpda-5.0) with ESMTP id TAA12506 ; Tue, 3 Jan 1995 19:32:18 +0100 From: Remy.Card@masi.ibp.fr (Remy CARD) Received: by ares.ibp.fr (8.6.9/jtpda-5.0) id TAA01718 ; Tue, 3 Jan 1995 19:29:55 +0100 Message-Id: <199501031829.TAA01718@ares.ibp.fr> Subject: Re: nfs: how bad is it? To: terry@cs.weber.edu (Terry Lambert) Date: Tue, 3 Jan 1995 19:29:55 +0100 (MET) Cc: faulkner@mpd.tandem.com, hackers@freebsd.org In-Reply-To: <9501031802.AA05179@cs.weber.edu> from "Terry Lambert" at Jan 3, 95 11:02:26 am X-Mailer: ELM [version 2.4 PL21] Content-Type: text Content-Length: 1090 Sender: hackers-owner@freebsd.org Precedence: bulk > > > I have made a FreeBSD 2.0 box a ypclient and nfs client at work. I can > > login to the box with my nfs shared home directory as my home. I can > > edit a file but if I save it, it saves with 0 length. I cannot create > > a file. I have the same uid and gid I do from the Sun but the /etc/group > > file is not set to use NIS. > > > > Has anyone else done this and had it work? > > Yes, I have. I have too :-) > The problem is the format of the entry that goes at the end of the group > file; unfortunately, I can't access my system right now, and it changed > from 1.1.5 to 2.0 anyway. > > This really should be a simple '+' or '+:', but is not. Actually, I had to add a line: +::: to the end of the /etc/group file. When I tried to use '+:' like on Sun workstations, login dumped core :-( I think that there is a bug in a library function which does not check the lines in /etc/group before using them. > > Terry Lambert > terry@cs.weber.edu > --- > Any opinions in this posting are my own and not those of my present > or previous employers. > Remy