From owner-freebsd-questions@FreeBSD.ORG Mon Jul 28 22:23:28 2003 Return-Path: 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 DBE8837B43D for ; Mon, 28 Jul 2003 22:23:28 -0700 (PDT) Received: from cheshire.cat.pdx.edu (cheshire.cat.pdx.edu [131.252.214.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F95F43F93 for ; Mon, 28 Jul 2003 22:23:28 -0700 (PDT) (envelope-from charlie@schluting.com) Received: from localhost (localhost [127.0.0.1]) by cheshire.cat.pdx.edu (Postfix) with ESMTP id 1A5F3212F for ; Mon, 28 Jul 2003 22:23:26 -0700 (PDT) Received: from by localhost (amavisd-new, port ) id XB2Lh2Y4 for ; Mon, 28 Jul 2003 22:23:22 -0700 (PDT) Received: by cheshire.cat.pdx.edu (Postfix, from userid 1001) id 25D252129; Mon, 28 Jul 2003 22:23:20 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cheshire.cat.pdx.edu (Postfix) with ESMTP id C44D72121 for ; Mon, 28 Jul 2003 22:23:20 -0700 (PDT) Date: Mon, 28 Jul 2003 22:23:20 -0700 (PDT) From: Charlie Schluting X-X-Sender: charlie@cheshire.cat.pdx.edu To: freebsd-questions@freebsd.org In-Reply-To: <20030729051538.37987.qmail@web10004.mail.yahoo.com> Message-ID: <20030728222106.L8137@cheshire.cat.pdx.edu> References: <20030729051538.37987.qmail@web10004.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at schluting.com Subject: Re: startx wont load anymore as root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 05:23:29 -0000 On Mon, 28 Jul 2003, marlon corleone wrote: > startx wont load anymore running it as root. the > problem started when i got a improper shutdown, and > when i reboot > i saw this error message dmesg /var /usr was not > properly dismounted, so what i did, is boot in single > user and do a fsck then when i boot the error is gone > i can do startx in normal user, but not as ROOT. > > root@Akira:/root > startx > -bash : start: command not found > root@Akira:/root > > > anyone help Try: /usr/X11R6/bin/startx But you shouldn't run X as root anyways... You could have also done: which startx as yourself, noted the path, and then ran /usr/X11R6/bin/startx as root. --Charlie