From owner-freebsd-stable@FreeBSD.ORG Sat Jun 9 12:58:41 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2689D1065758 for ; Sat, 9 Jun 2012 12:58:41 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id CC8388FC08 for ; Sat, 9 Jun 2012 12:58:40 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1SdLFR-0002qW-73 for freebsd-stable@freebsd.org; Sat, 09 Jun 2012 14:58:33 +0200 Received: from dhcp-077-251-052-224.chello.nl ([77.251.52.224] helo=pinky) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1SdLFR-0001o1-Jy for freebsd-stable@freebsd.org; Sat, 09 Jun 2012 14:58:33 +0200 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-stable@freebsd.org References: Date: Sat, 09 Jun 2012 14:58:33 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/11.64 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: 0.0 X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_50 autolearn=disabled version=3.2.5 X-Scan-Signature: 9090f8a1960d7f777b94d17b6f36e747 Subject: Re: su problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2012 12:58:41 -0000 On Sat, 09 Jun 2012 09:55:28 +0200, Sami Halabi wrote: > Hi, > I Just finished upgrade from FBSD-8.1-R fresh system to FBSD-8.3-p2. > once done, i created regular accounts, in wheel group. > > first all was okay, but suddenly i found my self blocked out, because i > can't ssh as root, and i can't su either, when i su i get this: > %su - > Password: > > and it stuck in that state whitout givving me root shell #. > > any ideas how to solve this problem? the system is in the servers farm > and > i need to drive 3 hours each direction, so if there is remote solution i > would appreciate it. > > > %more /etc/group > # $FreeBSD: src/etc/group,v 1.35.10.2.2.1 2012/03/03 06:15:13 kensmith > Exp $ > # > wheel:*:0:root,sody > . > . > . > sody:*:1001: > > Thanks in advance, > It does not solve your problem now, but if it is a couple of hours away arrange some remote serial console access. Ronald.