From owner-freebsd-questions@FreeBSD.ORG Mon Oct 22 18:49:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2405916A46C for ; Mon, 22 Oct 2007 18:49:34 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id 009B613C4AC for ; Mon, 22 Oct 2007 18:49:33 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay11.apple.com (relay11.apple.com [17.128.113.48]) by mail-out4.apple.com (Postfix) with ESMTP id 098A51676404; Mon, 22 Oct 2007 11:41:40 -0700 (PDT) Received: from relay11.apple.com (unknown [127.0.0.1]) by relay11.apple.com (Symantec Mail Security) with ESMTP id DE6E42808D; Mon, 22 Oct 2007 11:41:39 -0700 (PDT) X-AuditID: 11807130-a3bc2bb000004daf-7f-471ceee318fe Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay11.apple.com (Apple SCV relay) with ESMTP id 7804F28092; Mon, 22 Oct 2007 11:41:39 -0700 (PDT) In-Reply-To: <200710221851.48278.mayank@in.niksun.com> References: <200710221851.48278.mayank@in.niksun.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <54B87C52-0AFE-48F7-9DA2-76CFEB1A0B5C@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Mon, 22 Oct 2007 11:41:38 -0700 To: Mayank Jain X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: su: not running setuid 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: Mon, 22 Oct 2007 18:49:34 -0000 On Oct 22, 2007, at 11:51 AM, Mayank Jain wrote: > I have run chown -R uname:wheel . as root in the / directory. Now > it is not > allowing me to log in as su. > Giving the following error Ouch-- you've managed to reset the setuid/setgid bits for the entire system. You'll probably need to do a buildworld/installworld cycle or a reinstall to get this fixed. -- -Chuck