From owner-freebsd-questions@FreeBSD.ORG Fri Nov 18 15:06:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A434516A41F for ; Fri, 18 Nov 2005 15:06:16 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C7143D45 for ; Fri, 18 Nov 2005 15:06:16 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id jAIF6F38023848; Fri, 18 Nov 2005 10:06:15 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id jAIF6EpZ023847; Fri, 18 Nov 2005 10:06:14 -0500 (EST) From: Jerry McAllister Message-Id: <200511181506.jAIF6EpZ023847@clunix.cl.msu.edu> To: maslak@ihlas.net.tr (Yavuz Maslak) Date: Fri, 18 Nov 2005 10:06:14 -0500 (EST) In-Reply-To: <17db01c5ec28$426f8920$dc96eed5@ihlasnetym> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: I could not become superuser 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, 18 Nov 2005 15:06:16 -0000 > > Hello > > I installed FreeBSD6.0. and it was running well by today . > My FreeBSD server gave a problem about user login. > I could not become superuser. > my user that has superuser. When I login the server this user > the screen gives things as below > user>su > not running setuid > > what shell I do ? I think you are saying that you tried to 'su' from a non root user login. Is that true? If so, the thing to check is if that user is in the 'wheel' group. Look in the file /etc/group and make sure that user is added to the wheel group. If you have no root access at all, you will need to learn how to boot to single user and create a root account for yourself or put a password on the root account. That (single user booting) is all well layed out in documentation and in the list archives and in FAQs. ////jerry > _______________________________________________ > 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" > >