From owner-freebsd-security@FreeBSD.ORG Thu Jun 12 09:48:02 2003 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74CE137B401 for ; Thu, 12 Jun 2003 09:48:02 -0700 (PDT) Received: from minimail.digi.com (minimail.digi.com [204.221.110.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id B369943F3F for ; Thu, 12 Jun 2003 09:48:01 -0700 (PDT) (envelope-from Kelly_Flanagan@digi.com) X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Thu, 12 Jun 2003 11:48:00 -0500 Message-ID: <71A17D6448EC0140B44BCEB8CD0DA36E01DEDCBE@minimail.digi.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Serial Ports and syslogd Thread-Index: AcMw/niAQVowAdJVSXiRtFgOlDussgABBobA From: "Kelly Flanagan" To: Subject: RE: Serial Ports and syslogd X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 16:48:02 -0000 Thanks so much, that got it. Subject: Re: Serial Ports and syslogd Your syslogd is trying to log to the console, over the serial line, and=20 is getting stuck waiting for output to flush there. The easiest fix is to edit=20 /etc/syslog.conf, and remove the line that is sending output to /dev/console. Once you=20 do that, and restart everything, you won't see your problem again.