From owner-freebsd-current@FreeBSD.ORG Mon Jan 12 05:23:43 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3723616A4CE; Mon, 12 Jan 2004 05:23:43 -0800 (PST) Received: from osku.suutari.iki.fi (osku.syncrontech.com [213.28.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DAB43D2F; Mon, 12 Jan 2004 05:23:40 -0800 (PST) (envelope-from ari@suutari.iki.fi) Received: from coffee.syncrontech.com (coffee.syncrontech.com [62.71.8.37]) by osku.suutari.iki.fi (8.12.8p1/8.12.8) with ESMTP id i0CDNcdf018582; Mon, 12 Jan 2004 15:23:38 +0200 (EET) (envelope-from ari@suutari.iki.fi) From: Ari Suutari Organization: At Home To: Josef Karthauser , David Malone Date: Mon, 12 Jan 2004 15:23:37 +0200 User-Agent: KMail/1.5.4 References: <20040112113040.GC19402@genius.tao.org.uk> <20040112113643.GA54144@walton.maths.tcd.ie> <20040112124552.GF19402@genius.tao.org.uk> In-Reply-To: <20040112124552.GF19402@genius.tao.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401121523.37948.ari@suutari.iki.fi> cc: freebsd-current@freebsd.org Subject: Re: Problems with syslogd under 5.2-RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2004 13:23:43 -0000 Hi, On Monday 12 January 2004 14:45, Josef Karthauser wrote: > > Is your console in some wird state? (XOFF, scroll-lock-on, ...) > Maybe, I'm running a serial console on this machine, and I changed over > to it at the same time as the problems began (at the same time I > upgraded to 5.2). The serial console is a remote serial port connected > to a Cisco box. I had problems like this (although on 4.x -version). When I changed the console line in /etc/ttys to this: ttyd0 "/usr/libexec/getty 3wire.9600" vt100 on secure It has been working ok since that. I think the magic is in "3wire.xxxx", it tells getty that there won't be modem signals available. Ari S.