From owner-freebsd-questions Sun Oct 14 18:18:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 1CB6737B406 for ; Sun, 14 Oct 2001 18:18:34 -0700 (PDT) Received: from localhost (doug@localhost) by fledge.watson.org (8.11.6/8.11.5) with SMTP id f9F1ISx87766; Sun, 14 Oct 2001 21:18:28 -0400 (EDT) (envelope-from doug@safeport.com) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Sun, 14 Oct 2001 21:18:27 -0400 (EDT) From: Doug Denault X-Sender: doug@fledge.watson.org To: Chris Huisman Cc: Freebsd-Questions Subject: RE: xdm problems: urgent In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I think my response got lost - if not excuse the "double post" On Sun, 14 Oct 2001, Chris Huisman wrote: > Unfortunately ctrl-alt-F1 does not get me a text prompt. Is there anything > else I can do?? I kind of mis-typed, ctrl-alt-F1 gets you to another console where you login (as root in this case) and then do what I said. Is the keyboard is not responding?? If not, try ctrl-alt-del anyway to shutdown gracefully and go to single user mode on the way back up. If not it seems to me there is not much choice but to power down and go to single user mode upon power-up. 1) break when you get the 9 second message 2) boot -s 3) fsck -p / 3) remove xdm from rc.local and reboot I think BUT AM NOT SURE that you can let the reboot run fsck to repair any other file system problems. As /etc is in the root partition you will be able to edit the rc.local file using vi to remove the xdm invocation. if not then do: 1) mount -a 2) fsck -p 3) then edit rc.local I have done this but inc ase I am giving any bad information here - wait a few minutes and hopefully people will correct what I am saying. g'luck > Chris. > > -----Original Message----- > From: Doug Denault [mailto:doug@safeport.com] > Sent: October 14, 2001 4:24 PM > To: Chris Huisman > Cc: Freebsd-Questions > Subject: Re: xdm problems: urgent > > > First this should be done in /usr/local/etc/rc.d > > Use ctrl-alt-F1 to get a text prompt. then > a) killall xdm, or more specifically > b) kill -TERM `cat /var/run/xdm-pid` > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message