From owner-freebsd-questions Tue Dec 11 9:27: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tharmas.rintrah.org (dhcp065-024-235-184.insight.rr.com [65.24.235.184]) by hub.freebsd.org (Postfix) with SMTP id E4EF137C0BF for ; Tue, 11 Dec 2001 09:20:52 -0800 (PST) Received: (qmail 1420 invoked by uid 1000); 11 Dec 2001 17:19:54 -0000 Date: Tue, 11 Dec 2001 12:19:54 -0500 From: devin-freebsdquestions@rintrah.org To: Chris Appleton Cc: freebsd-questions@freebsd.org Subject: Re: annoyances Message-ID: <20011211121954.A1401@tharmas.rintrah.org> Mail-Followup-To: Chris Appleton , freebsd-questions@freebsd.org References: <20011211165910.33090.qmail@web14805.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011211165910.33090.qmail@web14805.mail.yahoo.com>; from appleton_chris@yahoo.com on Tue, Dec 11, 2001 at 08:59:10AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Dec 11, 2001 at 08:59:10AM -0800, Chris Appleton wrote: > Nothing serious but when I restart my 4.4release box, > I get a pause while it searches for "open vi > sessions". If I can hold off on ctl_c (not often) it > gets past it but if there is a switch somewhere I'd > love to hear about it. I don't ever use vi. Sounds like to me for one reason or another you have a lot of vi files waiting for recovery. Couldn't tell you why if you never use vi... but issue 'vi -r' as root to get a list of all recoverable vi jobs. vi -r filename to recover these and :q! to quit without saving each one. > > Also when I login, I get a mail notification. I have > sendmail disabled [snip] disabling sendmail just stops the sendmail smtp server for remote machines to deliver mail to you. local mail delivery goes on as normal. You probably have, if nothing else, local mail being delivered about those recoverable vi jobs. --devin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message