From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 18:46:20 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B54316A4B3 for ; Wed, 17 Sep 2003 18:46:20 -0700 (PDT) Received: from msr90.hinet.net (msr90.hinet.net [168.95.4.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB40C43FE0 for ; Wed, 17 Sep 2003 18:46:18 -0700 (PDT) (envelope-from y2kbug@ms25.hinet.net) Received: from sonic.utopia.com (61-227-219-215.HINET-IP.hinet.net [61.227.219.215]) by msr90.hinet.net (8.9.3/8.9.3) with SMTP id JAA08312 for ; Thu, 18 Sep 2003 09:46:17 +0800 (CST) Date: Thu, 18 Sep 2003 09:17:03 +0800 From: Robert Storey To: freebsd-questions@freebsd.org Message-Id: <20030918091703.27587846.y2kbug@ms25.hinet.net> In-Reply-To: <20030917213238.GA99234@skytrackercanada.com> References: <20030917213238.GA99234@skytrackercanada.com> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: adduser will not add user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 01:46:20 -0000 On Wed, 17 Sep 2003 17:32:38 -0400 David Banning wrote: > I have run into a problem here where adduser seems to behave > normally to interact with, but will not add the user. > There are no messages in the log file. I wonder where to > go to track this down. Just a wild guess, but check that the appropriate files are not read-only. A lot of problems can be caused by being in the wrong directory when you issue a "chmod" command. regards, Robert