From owner-freebsd-questions@FreeBSD.ORG Mon Nov 10 23:55:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3445B106564A for ; Mon, 10 Nov 2008 23:55:58 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 224F58FC14 for ; Mon, 10 Nov 2008 23:55:57 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from [10.0.10.6] ([202.69.173.101]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 10 Nov 2008 15:55:20 -0800 Message-ID: <4918CA2D.1050800@a1poweruser.com> Date: Tue, 11 Nov 2008 07:56:29 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Polytropon References: <49184372.7010209@a1poweruser.com> <20081110153722.ba124d03.freebsd@edvax.de> In-Reply-To: <20081110153722.ba124d03.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Nov 2008 23:55:21.0223 (UTC) FILETIME=[CA6C0170:01C9438F] X-Sender: fbsd1@a1poweruser.com Cc: freebsd-questions@freebsd.org Subject: Re: trouble getting x11 xdm to work 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: Mon, 10 Nov 2008 23:55:58 -0000 Polytropon wrote: > On Mon, 10 Nov 2008 22:21:38 +0800, Fbsd1 wrote: >> Also created the .xsessions file in the users home directory. > > The file is ~/.xsession, without an s at the end. I assume > that csh is your login shell. Put these in your ~/.xsession: > > > #!/bin/csh > source ~/.cshrc > exec ~/.xinitrc > > This sources your individual user setting from .cshrc and the > executes .xinitrc (trivial, isn't it?) to control how the startuo > of your xsession will go. > > Make sure both files (.xinitrc and .xsession) are +x attribute. > > >> Keep getting this console error message hundreds of times >> >> init: getty repeating too quickly on port /dev/ttyv8, sleeping 30 second > > Hey, I saw this one... but I'm not sure how I solved it. Is your > /etc/hosts and hostname set correctly? I think it was something > like this, something I would never had put in any combination > with X... > > > By the way, in order to try if xdm is working correctly it can be > started directly by the command "xdm" anytime. > > > I had ~/.xsession spelled correctly in the directory. Just typo error in email. Changed the contents of ~/.xsession as you posted. Still no joy. /etc/hosts file is correct. Running release 7.0. When i enter xdm on command line of root nothing happens. ps ax command shows no xdm running. Still getting error msg init: getty repeating too quickly on port /dev/ttyv8, sleeping 30 second