From owner-freebsd-current@FreeBSD.ORG Tue May 18 06:55:21 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 4C29A16A4CE for ; Tue, 18 May 2004 06:55:21 -0700 (PDT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A22E43D68 for ; Tue, 18 May 2004 06:55:20 -0700 (PDT) (envelope-from mike@sentex.net) Received: from avscan2.sentex.ca (avscan2.sentex.ca [199.212.134.19]) by smtp3.sentex.ca (8.12.11/8.12.10) with ESMTP id i4IDtHpw029768; Tue, 18 May 2004 09:55:17 -0400 (EDT) (envelope-from mike@sentex.net) Received: from localhost (localhost [127.0.0.1]) by avscan2.sentex.ca (Postfix) with ESMTP id 5F37F59C88; Tue, 18 May 2004 09:55:19 -0400 (EDT) Received: from avscan2.sentex.ca ([127.0.0.1]) by localhost (avscan2.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 26382-06; Tue, 18 May 2004 09:55:19 -0400 (EDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan2.sentex.ca (Postfix) with ESMTP id 476AA59C86; Tue, 18 May 2004 09:55:19 -0400 (EDT) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id i4IDtHXs069626; Tue, 18 May 2004 09:55:18 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.0.3.0.0.20040518095146.069184a0@64.7.153.2> X-Sender: mdtpop@64.7.153.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.3.0 Date: Tue, 18 May 2004 09:57:06 -0400 To: Bruce Evans From: Mike Tancsa In-Reply-To: <6.0.3.0.0.20040518094139.059b0cb0@64.7.153.2> References: <6.0.3.0.0.20040517154946.06d23d60@64.7.153.2> <20040518132157.B8772@gamplex.bde.org> <6.0.3.0.0.20040518094139.059b0cb0@64.7.153.2> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at (avscan2) sentex.ca cc: freebsd-current@freebsd.org Subject: Re: sio / puc wedging on both -current and -stable 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: Tue, 18 May 2004 13:55:21 -0000 At 09:49 AM 18/05/2004, Mike Tancsa wrote: >today. One quick note that I am not sure if its a fluke yet or something >important, the problem *seems* to go away, if on the STABLE box, I remove >the defs for sio2 and sio3 >device sio2 at isa? disable port IO_COM3 irq 5 >device sio3 at isa? disable port IO_COM4 irq 9 >to >#device sio2 at isa? disable port IO_COM3 irq 5 >#device sio3 at isa? disable port IO_COM4 irq 9 > >But it has not yet locked up in 12hrs and it usually takes 15-40min. Spoke too soon. It seems if the box is quite and doing nothing (i.e. not even me typing across an ssh session) than it does sit work through the night. To alert myself of a lockup, I had been doing ping -A 192.168.43.51 to tell me when it froze. It seems my monitoring trick has something to do with triggering / encouraging the problem. ---Mike