From owner-freebsd-questions@FreeBSD.ORG Fri Sep 12 09:23:09 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 010951065689 for ; Fri, 12 Sep 2008 09:23:09 +0000 (UTC) (envelope-from subhro.kar@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id C37188FC1B for ; Fri, 12 Sep 2008 09:23:08 +0000 (UTC) (envelope-from subhro.kar@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so730765wfg.7 for ; Fri, 12 Sep 2008 02:23:08 -0700 (PDT) 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 :content-transfer-encoding:content-disposition:references; bh=M2FFHlNsGmhnQBurzHQXy0AncRsgBk7XlrtneqFnE/k=; b=u4sCmjEsNqQSvyAO32jCy9JTfzItCTjX61ZYfrgc2uA6LmnrQ50mFEmrekAhQpLhon 1+6nYUyQpAXL7tt3+DbUKLIIwQ560Cl+6agArguRcvZNyiKNPnQDGtwy6eGwaMJ1eyOB 8A7wJAWmmQkKkhWZTskAH5GAW+P5UnHX9/vmc= 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:content-transfer-encoding:content-disposition :references; b=P2e2RPTYzQ3wQefLYlt8GhvwInXyYhVsazcuIjR02CEko5BZMz2BgFGp8sPBAGA7A4 sza/RGZChq4BhWSxoLWN5FHt0HsB1Ki0wV5IEsW/m4mO9nHaDWWb0MOQ2j2kYFlwsPSx Ss/Y8T5f/yOCsM15rBLYPjtAfVV5Ph9MFyMYM= Received: by 10.115.33.1 with SMTP id l1mr3105488waj.228.1221211387531; Fri, 12 Sep 2008 02:23:07 -0700 (PDT) Received: by 10.114.15.4 with HTTP; Fri, 12 Sep 2008 02:23:07 -0700 (PDT) Message-ID: Date: Fri, 12 Sep 2008 14:53:07 +0530 From: Subhro To: "Froilan Romualdo" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: questions@freebsd.org Subject: Re: Can't adduser using FreeBSD 7.0 (amd64) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2008 09:23:09 -0000 Oops it should be pwd_mkdb instead of pw_mkdb so pwd_mkdb -p /etc/master.passwd Cheers again!! Subhro On Fri, Sep 12, 2008 at 2:52 PM, Subhro wrote: > pw_mkdb -p /etc/master.passwd > > Cheers! > Subhro > > On Fri, Sep 12, 2008 at 2:09 PM, Froilan Romualdo wrote: >> Here's my uname -a: >> >> FreeBSD fbsd.its1.localhost.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb >> 24 10:35:36 UTC 2008 >> root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC >> amd64 >> >> Error upon running adduser: >> >> pwd_mkdb: 14 uid is incorrect >> pwd_mkdb: /etc/master.passwd: Inappropiate file type or format >> pw: user 'froilanr' disappeared during update >> adduser: ERROR: There was an error adding user (froilanr). >> >> NOTE: I already read the FreeBSD handbook and google search the problem, but >> I can't see a solution. >> >> Thank you in advance. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> >