From owner-freebsd-questions Sun Jul 6 18:48:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA17075 for questions-outgoing; Sun, 6 Jul 1997 18:48:16 -0700 (PDT) Received: from train.tgci.com (train.tgci.com [205.185.169.3]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id SAA17069 for ; Sun, 6 Jul 1997 18:48:13 -0700 (PDT) Received: from emilyd ([206.250.85.68]) by train.tgci.com (8.6.12/8.6.9) with SMTP id SAA01880; Sun, 6 Jul 1997 18:54:36 -0700 Message-Id: <199707070154.SAA01880@train.tgci.com> Comments: Authenticated sender is From: "Riley J. McIntire" To: John-David Childs Date: Sun, 6 Jul 1997 18:48:09 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: your mail Reply-to: chaos@tgci.com CC: freebsd-questions@FreeBSD.ORG Priority: normal X-mailer: Pegasus Mail for Win32 (v2.42a) Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Sun, 6 Jul 1997, Mail Lists wrote: > > > > > Hi...I'm trying to figure out how to get watch to work....I've read the > > man page, but I get hung up after I run watch ttyx. I get "Fatal: Cannot > > open snoop device." Can anyone help...thanks...Adam > > > > You have to enable the snoop device in your kernel (see the LINT file). > Recompile, install the new kernel and reboot. > -- > > John-David Childs (JC612) @denver.net/Internet-Coach I just compiled a new kernel with the pseudo-device snp and get the same message: su-2.00# watch /dev/ttyp0 Fatal: Cannot open snoop device. Riley