Date: Sat, 14 Oct 2000 01:43:51 +0300 From: "Giorgos Keramidas" <keramida@ceid.upatras.gr> To: Taki Shirayanagi <taki00@Home.com> Cc: questions@freebsd.org Subject: Re: watch Message-ID: <20001013224351.802.qmail@localhost.hell.gr> In-Reply-To: <GKEPJHEJCHCNFOMHLGGHMEHGCAAA.taki00@Home.com>; from taki00@Home.com on Thu, Oct 12, 2000 at 06:44:17PM -0700 References: <GKEPJHEJCHCNFOMHLGGHMEHGCAAA.taki00@Home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 12, 2000 at 06:44:17PM -0700, Taki Shirayanagi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > hello > i cant get watch to work with freebsd. > I get the Cannot open snoop device errot > Taki You need to do the following things for watch to work for you: 1. Compile snp device support into your kernel and boot with it. See the handbook and LINT configuration file for instruction on doing this. 2. Make the proper device nodes in /dev. For instance if you want to create only one snoop device: # cd /dev # sh MAKEDEV snp0 Then you can run `watch' and be the BOFH you always wished to be :-) -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001013224351.802.qmail>