From owner-freebsd-current Sat Jun 15 09:34:39 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA02899 for current-outgoing; Sat, 15 Jun 1996 09:34:39 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA02894 for ; Sat, 15 Jun 1996 09:34:35 -0700 (PDT) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id KAA24752; Sat, 15 Jun 1996 10:33:59 -0600 Date: Sat, 15 Jun 1996 10:33:59 -0600 From: Nate Williams Message-Id: <199606151633.KAA24752@rocky.sri.MT.net> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Cc: freebsd-current@FreeBSD.ORG (FreeBSD-current users) Subject: Re: ktrace [Was: 2.2-960612-SNAP resolver problems] In-Reply-To: <199606151204.OAA01643@uriah.heep.sax.de> References: <199606150257.WAA24143@intercore.com> <199606151204.OAA01643@uriah.heep.sax.de> Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I tried running ktrace but I guess the default kernel isn't configured > > for it (as I got ktrace: t]?o{]?o]?o]?o: Function not implemented.). > > I wonder whether we should turn on ktrace by default. Earlier on, people were having problems that were solved by removing KTRACE from their config file. I'd rather not, but I think fixing the error message to be more intuitive would be a win. In -stable it's much better. gateway:/usr/src/usr.bin/telnet # ktrace foo ktrace: ktrace not enabled in kernel,to use ktrace you need to add a line "options KTRACE" to your kernel Nate