From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 07:59:03 2004 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 EAFFD16A4CE for ; Fri, 6 Feb 2004 07:59:03 -0800 (PST) Received: from elkins.org (user41.net272.fl.sprint-hsd.net [64.45.235.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEC0443D1D for ; Fri, 6 Feb 2004 07:59:02 -0800 (PST) (envelope-from bsd@elkins.org) Received: from kathix.elkins ([192.168.0.10]) by elkins.org with esmtp (Exim 3.36 #1 (Debian)) id 1Ap8Ni-0007vm-00 for ; Fri, 06 Feb 2004 10:59:02 -0500 From: Jeff Elkins To: freebsd-questions@freebsd.org Date: Fri, 6 Feb 2004 10:59:00 -0500 User-Agent: KMail/1.5.4 References: <004901c3ecc9$2d447a70$8000a8c0@it3> In-Reply-To: <004901c3ecc9$2d447a70$8000a8c0@it3> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402061059.01128.bsd@elkins.org> Subject: Re: Kdm at boot 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: Fri, 06 Feb 2004 15:59:04 -0000 On Friday 06 February 2004 10:51 am, Edd Barrett wrote: > What is the correct way of starting kdm at boot? I have tried echo > "/usr/local/bin/kdm >> /etc/rc.local" , but this causes the system to hang. > kdm works fine if executed on a root shell. Someone told me to do a wait 5 > && kdm, but i see this as a bodge. > > Thanks In /etc/ttys I have: ttyv8 "/usr/local/bin/kdm -nodaemon" xterm on secure Jeff