From owner-freebsd-questions Wed Jun 28 14:33:50 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA23940 for questions-outgoing; Wed, 28 Jun 1995 14:33:50 -0700 Received: from wc.cdrom.com (wc.cdrom.com [192.216.223.37]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA23934 for ; Wed, 28 Jun 1995 14:33:48 -0700 Received: from relay1.UU.NET (relay1.UU.NET [192.48.96.5]) by wc.cdrom.com (8.6.12/8.6.12) with ESMTP id OAA01720 for ; Wed, 28 Jun 1995 14:33:43 -0700 Received: from asylum.asylum.org by relay1.UU.NET with ESMTP id QQywda05843; Wed, 28 Jun 1995 17:31:33 -0400 Received: (from dlr@localhost) by asylum.asylum.org (8.6.10/8.6.9) id QAA04362; Wed, 28 Jun 1995 16:25:06 -0400 From: dlr Message-Id: <199506282025.QAA04362@asylum.asylum.org> Subject: Re: finally got things working -- more questions To: leisner@sdsp.mc.xerox.com (Marty Leisner) Date: Wed, 28 Jun 1995 16:25:06 -0400 (EDT) Cc: questions@freebsd.org In-Reply-To: <9506282113.AA10120@gnu.mc.xerox.com> from "Marty Leisner" at Jun 28, 95 02:13:36 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 734 Sender: questions-owner@freebsd.org Precedence: bulk | | |I finally got NFS running (I had to disable sio0 so interrupt 4 was |free, and I had to change ed1 to use interrupt 4...) | |Adding users doesn't seem to work...I'm used to just: | 1) adding an passwd entry | 2) making a home directory | 3) doing chown on the home directory... | |After I add the passwd entry, I can do things normally as the user |it isn't working...what's wrong... | |I noticed there's a master.passwd file -- I tried that also with |no luck... | |What's the process to add accounts? look in the /stand dir for a script called adduser.sh. edit it as needed, read the man page for it and then use it. | |I tried the adduser.sh script, also with negative results... | What kind of negative results? dave