From owner-freebsd-questions Wed Aug 7 10:21:03 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA21746 for questions-outgoing; Wed, 7 Aug 1996 10:21:03 -0700 (PDT) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA21739 for ; Wed, 7 Aug 1996 10:21:01 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id KAA10087; Wed, 7 Aug 1996 10:20:41 -0700 (MST) From: Don Yuniskis Message-Id: <199608071720.KAA10087@seagull.rtd.com> Subject: Re: http://www.freebsd.org/support.html To: rheller@oucsace.cs.ohiou.edu (Richard Heller) Date: Wed, 7 Aug 1996 10:20:41 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <199608071613.MAA04015@oucsace.cs.ohiou.edu> from "Richard Heller" at Aug 7, 96 12:13:57 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I'm having trouble setting up X windows. I've got it pretty much up and > running, but I can't get it to read the .xinitrc file. What could cause > that? > > Also, I keep getting messages like "getty repeating too fast" and "repeated last > message 4 times." What are those error messages trying to tell me? Make sure all of the signals on your COM (sio) ports are properly terminated. Noise on DCD *could* cause getty to twitch... Does the log indicate *where* (i.e. which port) getty is complaining? If not, try manually disabling them in /etc/ttys to see when the problem goes away (you need to kill -HUP init for this, though) --don