From owner-freebsd-questions Fri Mar 19 9:23:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id B812D14EE2 for ; Fri, 19 Mar 1999 09:23:34 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id MAA15085; Fri, 19 Mar 1999 12:22:37 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199903191722.MAA15085@cc942873-a.ewndsr1.nj.home.com> Subject: Re: xdm looping error In-Reply-To: from Kevin Weiss/AUS/Lotus at "Mar 19, 99 04:47:33 pm" To: Kevin_Weiss/AUS/Lotus@lotus.com (Kevin Weiss/AUS/Lotus) Date: Fri, 19 Mar 1999 12:22:37 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kevin Weiss/AUS/Lotus wrote, > whenever I implement xdm from root, it loops back onto itself. In other > words, > xdm starts, I log in (either as myusername or root), type in the > appropriate password, > and then: > 1) Screen blanks out for a sec > 2) X Window "seems" to start (i.e. the grey background comes up for a > split second) > 3) The login screen appears again, and I have to login again > 4) Repeats 1-3 again...and again...again... > > I have to end up "sneaking" in CTRL-ALT-DEL right after typing in the > password just > to shut down the machine. Can you Ctrl-Alt-F1 to get to a console? Or Ctrl-Alt-BackSpace to kill X? > Any suggestions? I have had this problem too. What I believe is happening is xdm is going through its startup scripts and for whatever reason, finishing them all. It should not finish them. When the scripts are done, it means the session is ended and it starts over. By default, xdm will execute your '~/.xsession' script. When this script ends, the session is over. Do you have one? And if so, what is in it? If you have no .xsession, xdm loads your defaults in '~/.Xresources' and then starts xsm. Look at the manpage for xsm and see why it may be quitting if you don't have the .xsession file. HTH. Try sending some of this more specific information to the list if you cannot locate the problem. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message