From owner-freebsd-questions Mon Jul 7 14:59:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA11288 for questions-outgoing; Mon, 7 Jul 1997 14:59:25 -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 OAA11271 for ; Mon, 7 Jul 1997 14:59:15 -0700 (PDT) Received: from belana (belana.tgci.com [205.185.169.100]) by train.tgci.com (8.6.12/8.6.9) with SMTP id PAA07630; Mon, 7 Jul 1997 15:05:42 -0700 Message-Id: <199707072205.PAA07630@train.tgci.com> Comments: Authenticated sender is From: "Riley J. McIntire" To: Wolfgang Helbig , John-David Childs Date: Mon, 7 Jul 1997 15:07:41 +0000 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 Just to jump in here and bug someone else. I had the same problem, had configured the kernel fo snp, and eventually ran MAKEDEV snp0 per John-David Childs (thanks!). Then I tried: #watch ttyp0 Got a blank screen and exited quickly. (If it means anything I"m running rc5v2 on ttyp0, the joint endeavor to break rsa 56 bit.) And I'm doing this remotely from a (network) telnet session. Now I get this: su-2.00# ls -l /dev/snp* crw------- 1 root wheel 53, 0 Jul 7 13:14 /dev/snp0 su-2.00# who rileyj ttyp0 Jul 6 15:14 (my ip stuff) rileyj ttyp1 Jul 7 12:50 (my ip stuff) su-2.00# watch ttyp0 Fatal: Cannot open snoop device. su-2.00# Any ideas? > From: Wolfgang Helbig > Subject: Re: your mail > To: maillist@home.comhelp.com (Mail Lists) > Date: Mon, 7 Jul 1997 09:38:15 +0200 (MET DST) > Cc: freebsd-questions@FreeBSD.ORG > > > > 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 > > Sure :-) create the snoop device by > > cd /dev > MAKEDEV snp0 > > If it still does not work, -- it says ``device not configured'' -- > enter the snoop device in your kernel configurartion file, see > /sys/i386/conf/LINT and man snp for the details. > > Wolfgang > >