From owner-freebsd-questions@FreeBSD.ORG Fri Sep 12 09:01:40 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 D5B70106567E for ; Fri, 12 Sep 2008 09:01:40 +0000 (UTC) (envelope-from froilanr@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id A5E828FC1F for ; Fri, 12 Sep 2008 09:01:40 +0000 (UTC) (envelope-from froilanr@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so937938rvf.43 for ; Fri, 12 Sep 2008 02:01:40 -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:mime-version:content-type; bh=WHbSp9NuEcrXX6nBWMNu1X5dZHhgNaBiXo8NLWaiStQ=; b=ECKKuZetIdnS/NMxeWGMur5TtP+BgIeEycqpS1stAmX9C50KnF7zQulNxObbWKM7VW f4hbFnBkeh94CkHIBY7x/rYjRn5/tZaFnaZMVyqoijsKYzRwuKo3UMVnQYpzu4bxfRTC AyUZ3u9RXX/Nc6oeMR/HCDRyf2g19dEk0ocYY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=q7mzuQyC8fl2KwqDQvb0Dv3TmkuqVrmYoSCu+XhKGMx/IIZzLuzNb48eDxEWnKCZCw 7WW8spMJeQbX7cs2hOQzM2OaIA4SOWu5qVWpg2uuex5epJur0E1RPeHq/Vo1V87Q9aa5 gBYCBhoEND56yyUP5H20eJRkKDl+ZdXgnjCjI= Received: by 10.140.144.6 with SMTP id r6mr2426008rvd.293.1221208767544; Fri, 12 Sep 2008 01:39:27 -0700 (PDT) Received: by 10.141.87.20 with HTTP; Fri, 12 Sep 2008 01:39:27 -0700 (PDT) Message-ID: Date: Fri, 12 Sep 2008 16:39:27 +0800 From: "Froilan Romualdo" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: 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:01:40 -0000 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.