From owner-freebsd-questions@FreeBSD.ORG Wed Apr 25 19:31:58 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4EED16A400 for ; Wed, 25 Apr 2007 19:31:58 +0000 (UTC) (envelope-from cwmcelfresh@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 6326813C487 for ; Wed, 25 Apr 2007 19:31:58 +0000 (UTC) (envelope-from cwmcelfresh@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so205261ana for ; Wed, 25 Apr 2007 12:31:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=lCdDgyr4XO+pRipSKg+0as21ITZJ+kia91WGWcezHnWFGgCJQZ9gc4ljlQ3sNZo9gsc4PWNbTTb4KcvLZONv1ewwm+xYi6RGvdUs1AZkQI4HvkNlPkbQhI6e27BWZm+SvhDfIS7OmVC7gO4mF0kc/u8+qM7/Oot7casKUj0nU/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=FKPYyHq3TkaC5dxl7v9fcDrBr/Xy8ywGbxfM8ZJn2ozbFI0YYrfetywH6BgYnm4ln+80zvv47dyHx7tO6/bqqs2N+cfw4H1SxFUDVI9/I2Q6Vzeq55jofuiGk03V6fHUBONys+85wXcN2r+OKr3WINhbRuOp3gYBu9EP2VtGYQc= Received: by 10.100.127.1 with SMTP id z1mr499648anc.1177529514701; Wed, 25 Apr 2007 12:31:54 -0700 (PDT) Received: by 10.100.136.11 with HTTP; Wed, 25 Apr 2007 12:31:54 -0700 (PDT) Message-ID: <44b41e4e0704251231x1358b123ma70550e0181d7dcd@mail.gmail.com> Date: Wed, 25 Apr 2007 12:31:54 -0700 From: "Charlie McElfresh" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: can't add any new users 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: Wed, 25 Apr 2007 19:31:58 -0000 Hi, I recently upgraded all my machines to 6.2 RELEASE. All my machines except one work fine. On one of my machines, I can log in from the console to the super user account, but I could not su to my user account. So, I backed up all my data, and I deleted my user account. Then, I added it back with adduser. When I look in /etc/passwd and /etc/group, I'm in there. When I try to su to my newly created account, I get this message: Bad system call (core dumped) I tried removing my account with rmuser, then adding it back again -- same problem. Any ideas? Charlie