From owner-freebsd-questions Sat Feb 1 02:59:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA14215 for questions-outgoing; Sat, 1 Feb 1997 02:59:52 -0800 (PST) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id CAA14210 for ; Sat, 1 Feb 1997 02:59:50 -0800 (PST) Received: from freebie.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0vqd9d-000QbjC; Sat, 1 Feb 97 11:58 MET Received: (grog@localhost) by freebie.lemis.de (8.8.4/8.6.12) id LAA28345; Sat, 1 Feb 1997 11:48:32 +0100 (MET) From: grog@lemis.de Message-Id: <199702011048.LAA28345@freebie.lemis.de> Subject: Re: Enabling KTRACE option In-Reply-To: <32EDDB5D.167EB0E7@bis.co.il> from Meir Dukhan at "Jan 28, 97 10:56:29 am" To: mdukhan@bis.co.il (Meir Dukhan) Date: Sat, 1 Feb 1997 11:48:31 +0100 (MET) Cc: questions@FreeBSD.org (FreeBSD Questions) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Reply-to: grog@lemis.de (Greg Lehey) WWW-Home-Page: http://www.FreeBSD.org/~grog X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Meir Dukhan writes: > Hi, > > I built a new kernel (2.1.6) with options KTRACE enabled, because I > wanted to be able to trace some processes. > > But now, it take a long time (120-150 seconds) to reboot, and sometimes > telnet'ing it from a another machine in our net, don't work. > > What could be the cause of this ? Not KTRACE, anyway. > If I want to reboot and load my precedent kernel, is all I have to do is > to give /kernel.old at boot prompt ? (I can't try now, because ppl here > need mail and telnet). Check the names you have in /. Anything startin with /kernel should be bootable. As to the other problem: is the boot just slow from start to finish, or does it hang at some point? If so, where? I frequently see problems like this with DNS queries. Are you running named? Greg