From owner-freebsd-current@FreeBSD.ORG Tue Sep 16 12:52:58 2003 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 376AD16A4B3 for ; Tue, 16 Sep 2003 12:52:58 -0700 (PDT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27EEA43FAF for ; Tue, 16 Sep 2003 12:52:57 -0700 (PDT) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2653.19) id ; Tue, 16 Sep 2003 15:52:56 -0400 Message-ID: From: Don Bowman To: "'freebsd-current@freebsd.org'" Date: Tue, 16 Sep 2003 15:52:55 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Subject: using tip on machine that has COMCONSOLE set to serial 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, 16 Sep 2003 19:52:58 -0000 This may be a dumb question, but I have a situation where machine A and B both have enabled serial console. I'm ssh'ing into A to try and debug a problem on B. I'm trying to use tip, but am getting interference from the fact that A also has a serial console. If i disable the getty, its a bit better. Is there a way to make this work reliably, or am I SOL? --don