From owner-freebsd-current@freebsd.org Tue Sep 4 21:20:48 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74C8FFFC705 for ; Tue, 4 Sep 2018 21:20:48 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00AB6820C4 for ; Tue, 4 Sep 2018 21:20:47 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: 5e14d7c7-b088-11e8-a747-09a40681ccbf X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound1.eu.mailhop.org (Halon) with ESMTPSA id 5e14d7c7-b088-11e8-a747-09a40681ccbf; Tue, 04 Sep 2018 21:20:38 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w84LKbE8029818; Tue, 4 Sep 2018 15:20:37 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1536096037.1351.3.camel@freebsd.org> Subject: Re: sh(1) and more(1) hangs on serial terminal at [ttydcd] state. From: Ian Lepore To: lev@FreeBSD.org, FreeBSD Current Date: Tue, 04 Sep 2018 15:20:37 -0600 In-Reply-To: <1155442880.20180905000755@serebryakov.spb.ru> References: <1155442880.20180905000755@serebryakov.spb.ru> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 04 Sep 2018 21:20:48 -0000 On Wed, 2018-09-05 at 00:07 +0300, Lev Serebryakov wrote: > Hello FreeBSD, > >  When I use serial console (configured as console + "getty std.115200 > xterm"), csh works perfectly Ok, but "sh" and "more" lockss forever. > If I hit > ^T system shows that locked process is in "[ttydcd]" state. ^C kills > locked > process. > >  What do I have misconfigured? > Change the std.115200 to 3wire.115200 so that it ignores modem-control signals. -- Ian