Date: Tue, 21 Sep 2004 01:17:17 +0530 From: Subhro <subhro.kar@gmail.com> To: "Karel J. Bosschaart" <karelj@kayjay.nl> Cc: oalfishwu@yahoo.com.cn Subject: Re: A problem during start up Message-ID: <b2807d04040920124739365613@mail.gmail.com> In-Reply-To: <20040920194255.GA74177@kayjay.xs4all.nl> References: <20040920054133.11606.qmail@web15707.mail.cnb.yahoo.com> <200409201702.47386.4711@chello.at> <b2807d040409201218309881b3@mail.gmail.com> <20040920194255.GA74177@kayjay.xs4all.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 20 Sep 2004 21:42:55 +0200, Karel J. Bosschaart <karelj@kayjay.nl> wrote: > 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 <Enter> > > clear_tmp_enable="YES" > > <ctrl+d> > > shutdown -r now <Enter> > > 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. > I would always symlink /tmp to /var/tmp fr many reasons. The primary two of them is, in case of improper shutdown the / stays out of trouble. The /tmp and /var/tmp is world writable. So I mount /var/tmp with nodev,nosuid,noexec. If /tmp was not symlinked to /var/tmp, the entire idea will be defeated. Regards S. -- Subhro Sankha Kar School of Information Technology Block AQ-13/1 Sector V ZIP 700091 India
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b2807d04040920124739365613>