From owner-freebsd-questions@FreeBSD.ORG Mon Sep 20 19:43:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC73316A4CE for ; Mon, 20 Sep 2004 19:43:06 +0000 (GMT) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17FD043D41 for ; Mon, 20 Sep 2004 19:43:06 +0000 (GMT) (envelope-from karelj@kayjay.xs4all.nl) Received: from kayjay.xs4all.nl (localhost.kayjay.xs4all.nl [127.0.0.1]) by kayjay.xs4all.nl (8.13.1/8.13.1) with ESMTP id i8KJgui1074201; Mon, 20 Sep 2004 21:42:58 +0200 (CEST) (envelope-from karelj@kayjay.xs4all.nl) Received: (from karelj@localhost) by kayjay.xs4all.nl (8.13.1/8.13.1/Submit) id i8KJguXg074200; Mon, 20 Sep 2004 21:42:56 +0200 (CEST) (envelope-from karelj) Date: Mon, 20 Sep 2004 21:42:55 +0200 From: "Karel J. Bosschaart" To: Subhro Message-ID: <20040920194255.GA74177@kayjay.xs4all.nl> References: <20040920054133.11606.qmail@web15707.mail.cnb.yahoo.com> <200409201702.47386.4711@chello.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: Christian Hiris <4711@chello.at> cc: freebsd-questions@freebsd.org cc: oalfishwu@yahoo.com.cn Subject: Re: A problem during start up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 19:43:07 -0000 On Tue, Sep 21, 2004 at 12:48:33AM +0530, Subhro wrote: > On Mon, 20 Sep 2004 17:02:30 +0200, Christian Hiris <4711@chello.at> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > On Monday 20 September 2004 07:41, ???ffffc6???ffffdc ???ffffd5???ffffc5 wrote: > > > When my BSD system starts, it will pause some time for the recovery of vi. > > > I don't know why this happens and how can I get rid of it. Thanks! > > cat >> /etc/rc.conf > clear_tmp_enable="YES" > > shutdown -r now What about putting just virecover_enable="NO" in /etc/rc.conf? (My system runs with clear_tmp_enable="YES" but still checks for recovery, I think it looks in /var/tmp/ not /tmp) Karel.