From owner-freebsd-stable Tue Nov 11 20:54:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA03108 for stable-outgoing; Tue, 11 Nov 1997 20:54:17 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from set.spradley.dyn.ml.org (fcn105-97.tmi.net [207.170.105.97]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA03093 for ; Tue, 11 Nov 1997 20:54:10 -0800 (PST) (envelope-from tsprad@spradley.dyn.ml.org) Received: from set.spradley.dyn.ml.org (localhost [127.0.0.1]) by set.spradley.dyn.ml.org (8.8.7/8.8.7) with ESMTP id XAA03728; Tue, 11 Nov 1997 23:06:24 -0600 (CST) (envelope-from tsprad@set.spradley.dyn.ml.org) Message-Id: <199711120506.XAA03728@set.spradley.dyn.ml.org> X-Mailer: exmh version 2.0zeta 7/24/97 To: Wes Peters cc: Michael Knoll , stable@FreeBSD.ORG Subject: Re: X11 and /tmp In-reply-to: Your message of "Tue, 11 Nov 1997 08:58:36 MST." <199711111558.IAA01571@obie.softweyr.ml.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 11 Nov 1997 23:06:23 -0600 From: Ted Spradley Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Also, I installed X11, and started XDM in a script in /usr/local/etc/rc.d. > > When it runs, the server(SVGA_???) goes up to 97% cpu time, and I can't log > > in locally. But, remote connections work, but I lose CPU clocks. > > > > If I start XDM from a shell as root, it all works fine. > > > > Where should I be automatically starting xdm on boot? > > I do mine in /etc/rc.local, which is the equivalent of > /usr/local/etc/rc.d. Here's the line I use: > > echo -n 'starting local daemons:' > > # put your local stuff here > > /usr/X11R6/bin/xdm && echo -n ' xdm' In the FAQ it says: "Starting xdm via /etc/ttys is a Bad Thing. I don't know why this crept into some README file." No explanation at all of *why* it's a Bad Thing. I *hate* that. In defiance, I've been starting xdm by listing it in my /etc/ttys file for years with no noticeable ill effect. Can anyone tell me *why* it's a Bad Thing?