From owner-freebsd-questions Tue Jun 19 3:15:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 3204537B406 for ; Tue, 19 Jun 2001 03:15:50 -0700 (PDT) (envelope-from r.j.s@gmx.net) Received: (qmail 16251 invoked by uid 0); 19 Jun 2001 10:15:48 -0000 Received: from kabel203069.kabel.utwente.nl (HELO Rogier) (130.89.203.69) by mail.gmx.net (mail08) with SMTP; 19 Jun 2001 10:15:48 -0000 Date: Tue, 19 Jun 2001 12:15:48 +0200 (CEST) From: Rogier Steehouder Reply-To: Rogier Steehouder To: Bjarne Wichmann Petersen Cc: FreeBSD-Questions Mailing List Subject: Re: How to run kdm In-Reply-To: <20010619084314.3b5908c0.mekanix@privat.dk> Message-ID: <20010619120909.S413-100000@rhosgobel.none> 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 E-mail from freebsd-questions-admin@spitfire.velocet.net, sent 19-06-2001: > On Mon, 18 Jun 2001 14:56:45 +0200 (MES) > Carsten Reimer wrote: > > > It is started on booting time from a > > startup-script in /usr/local/etc/rc.d . > > I'd like to know a little more on how you start kdm. I've tried just > running kdm of /etc/rc.conf which starts kdm fine, but it locks out all > keyinput but not mouse. > > Running kdm of a root-prompt works fine, so kdm is configured correct. I have the following file /usr/local/etc/rc.d/kdm.sh (permissions 0700): --= Begin /usr/local/etc/rc.d/kdm.sh =-- #!/bin/sh case "$1" in [Ss][Tt][Aa][Rr][Tt]) /usr/local/bin/kdm & && echo -n " kdm" ;; esac --= End =-- No problems at all. I first edited /etc/ttys, but that caused problems similar to yours. (I couldn't even switch back to a normal console to have root access!) With kind regards, Rogier Steehouder -- ___ _ -O_\ // | / Rogier Steehouder //\ / \ rjs@gmx.net // \ <---------------------- 90m ----------------------> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message