From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 22 11:30:35 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84C6F16A441 for ; Tue, 22 Nov 2005 11:30:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01D6343D62 for ; Tue, 22 Nov 2005 11:30:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAMBUYwF009657 for ; Tue, 22 Nov 2005 11:30:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAMBUYsD009656; Tue, 22 Nov 2005 11:30:34 GMT (envelope-from gnats) Date: Tue, 22 Nov 2005 11:30:34 GMT Message-Id: <200511221130.jAMBUYsD009656@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Holger Kipp Cc: Subject: Re: kern/87208: /dev/cuad[0/1] bad file descriptor error during mgetty read X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Holger Kipp List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 11:30:35 -0000 The following reply was made to PR kern/87208; it has been noted by GNATS. From: Holger Kipp To: bug-followup@FreeBSD.org, norbert@feu-nrmf.ph Cc: Subject: Re: kern/87208: /dev/cuad[0/1] bad file descriptor error during mgetty read Date: Tue, 22 Nov 2005 12:24:27 +0100 Hello, this problem is preventing production use here. Currently I can use /dev/cuad0 if I have the entry cuad0 "/usr/local/sbin/mgetty" unknown on insecure twice(*) in "/etc/ttys" and issue "kill -HUP 1" after booting to multi-user. Having only the first entry, sending SIGHUP to init won't work, but with both entries, so far the first SIGHUP to init gets everything working. Maybe this is helpful in finding the culprit. This is on a ASRock CPU EX Upgrade Board (K7UPGRADE-880/A/ASR) with AMD Athlon(tm) XP 2800+ and 512MB Memory, running FreeBSD 6.0-STABLE #3: Sun Nov 20 19:50:43 CET 2005 (*) one entry comes before pseudo terminal entries, the other afterwards. Regards, Holger Kipp