From owner-freebsd-questions@FreeBSD.ORG Tue Oct 19 10:27:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3297416A4CE for ; Tue, 19 Oct 2004 10:27:14 +0000 (GMT) Received: from mailgate.teledome.gr (mailgate.teledome.gr [213.142.128.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id D457D43D5A for ; Tue, 19 Oct 2004 10:27:13 +0000 (GMT) (envelope-from nvass@teledome.gr) Received: from [192.168.1.71] (helo=[192.168.1.71]) by mailgate.teledome.gr with esmtp (Exim 4.34) id 1CJrd5-0006sl-8L for freebsd-questions@freebsd.org; Tue, 19 Oct 2004 13:54:11 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Tue, 19 Oct 2004 13:30:15 +0300 User-Agent: KMail/1.6.2 References: <6.1.2.0.2.20041018112957.03b9ccc0@malibu.wideroe.net> In-Reply-To: <6.1.2.0.2.20041018112957.03b9ccc0@malibu.wideroe.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200410191330.15017.nvass@teledome.gr> Subject: Re: Recover lost ttyps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 10:27:14 -0000 On Monday 18 October 2004 12:30, Andreas Wider=F8e Andersen wrote: > Hi, > Is there a simple way (as root) to recover lost ttyps? Yes, watch(8) and snp(4) are your friends. kldload snp watch -w p0 and you'll have read-write access to /dev/ttyp0 Cheers, NikV