From owner-freebsd-questions Mon Apr 19 18:12: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wolf.cian.net (tnt-2-139.easynet.co.uk [195.40.196.139]) by hub.freebsd.org (Postfix) with ESMTP id 4DED614F4E for ; Mon, 19 Apr 1999 18:11:55 -0700 (PDT) (envelope-from c.raven@ukonline.co.uk) Received: from ukonline.co.uk (localhost.cian.net [127.0.0.1]) by wolf.cian.net (8.9.2/8.9.2) with ESMTP id CAA00852; Tue, 20 Apr 1999 02:09:48 +0100 (BST) (envelope-from c.raven@ukonline.co.uk) Message-ID: <371BD3DC.9152830A@ukonline.co.uk> Date: Tue, 20 Apr 1999 02:09:48 +0100 From: gurab Organization: CIAN X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: Juan Kuuse Cc: freebsd-questions@FreeBSD.ORG Subject: Re: xdm got stuck and restarts at logon References: <010001be8ac9$7a5d5870$6d1e48d8@ps1.QUIK> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does it start OK with the startx command? If not, look into configuring your xserver using: # xf86config or through #/stand/sysinstall (recommended route) there should be a .xsession file in you users directory, it should be owned by the user and, executable. The easiest way to do it, is to copy your .xinitrc file if you don't already have a .xsession file $ cp .xinitrc .xsession # chown .xsession #chmod 775 .xsession then try again. Also, look in the .xsession-errors file that has been created in the users home directory. This file will tell you what went wrong. Cheers, Chris R. Juan Kuuse wrote: > > A newbie question (certainly answered before, but I didn't find anything > searching): > > Trying to run xdm, it accepts the login, but starts all over again. > > As said in "The Complete FreeBSD", I change/add as follows: > > In /etc/ttys, I disable one of the terminals: > ttyv3 "/usr/libexec/getty Pc" cons25 off secure > > In /etc/rc.local, I enable xdm: > #put your local stuff here > echo " xdm"; /usr/X11R6/bin/xdm > > In /usr/X11R6/lib/X11/xdm/Xservers, I configure xdm: > :0 local /usr/X11R6/bin/X :0 vt03 > > If I run xdm manually, with: > xdm -nodaemon & > I got the same result (i.e. xdm just accepts the login and then loops, > doesn't let me in) > > Any suggestions what to do, anyone? > Some configuration missing? > > /Juan Kuuse -- A computer is for life, not just for Christmas http://www.freebsd.org/ FreeBSD ..... anything else is computer cruelty To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message