Re: A problem during start up

2004-09-20 Thread Karel J. Bosschaart
On Tue, Sep 21, 2004 at 01:17:17AM +0530, Subhro wrote:
> On Mon, 20 Sep 2004 21:42:55 +0200, Karel J. Bosschaart
> <[EMAIL PROTECTED]> wrote:
> > On Tue, Sep 21, 2004 at 12:48:33AM +0530, Subhro wrote:
> > > On Mon, 20 Sep 2004 17:02:30 +0200, Christian Hiris <[EMAIL PROTECTED]> wrote:
> > > > -BEGIN PGP SIGNED MESSAGE-
> > > > Hash: SHA1
> > > >
> > > > On Monday 20 September 2004 07:41, ???c6???dc ???d5???c5 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.
> > 
> 
> 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

In fact, I have /tmp on a separate partition, no trouble for /.

Regards,
Karel. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: A problem during start up

2004-09-20 Thread Subhro
On Mon, 20 Sep 2004 21:42:55 +0200, Karel J. Bosschaart
<[EMAIL PROTECTED]> wrote:
> On Tue, Sep 21, 2004 at 12:48:33AM +0530, Subhro wrote:
> > On Mon, 20 Sep 2004 17:02:30 +0200, Christian Hiris <[EMAIL PROTECTED]> wrote:
> > > -BEGIN PGP SIGNED MESSAGE-
> > > Hash: SHA1
> > >
> > > On Monday 20 September 2004 07:41, ???c6???dc ???d5???c5 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.
> 

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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: A problem during start up

2004-09-20 Thread Karel J. Bosschaart
On Tue, Sep 21, 2004 at 12:48:33AM +0530, Subhro wrote:
> On Mon, 20 Sep 2004 17:02:30 +0200, Christian Hiris <[EMAIL PROTECTED]> wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > On Monday 20 September 2004 07:41, ???c6???dc ???d5???c5 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.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: A problem during start up

2004-09-20 Thread Subhro
On Mon, 20 Sep 2004 17:02:30 +0200, Christian Hiris <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Monday 20 September 2004 07:41, ïc6ïdc ïd5ïc5 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 

Regards
S.

-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: A problem during start up

2004-09-20 Thread Christian Hiris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 20 September 2004 07:41, ïc6ïdc ïd5ïc5 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!

You can use the command 'vi -r' to recover files from crashed vi "sessions".
If that doesn't help clean out the files under /var/tmp/vi.recover.

Cheers,
ch

- -- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (FreeBSD)

iD4DBQFBTvEX09WjGjvKU74RAtjkAJQJfOn8HhesMzD7dcOvghrCKgnjAJ48T5KI
UF1/1ZlrHl/KNOMC50CibQ==
=RQ83
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


A problem during start up

2004-09-20 Thread ?fffc6?fffdc ?fffd5?fffc5
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!



-
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
美女明星应有尽有,搜遍美图、艳图和酷图
1G就是1000兆,雅虎电邮自助扩容!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"