From owner-freebsd-hackers Sat Jan 27 12:12:25 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA28972 for hackers-outgoing; Sat, 27 Jan 1996 12:12:25 -0800 (PST) Received: from linux4nn.gn.iaf.nl (root@linux4nn.gn.iaf.nl [193.67.144.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA28967 for ; Sat, 27 Jan 1996 12:12:21 -0800 (PST) Received: from uni4nn.iaf.nl (root@uni4nn.iaf.nl [193.67.144.33]) by linux4nn.gn.iaf.nl (8.6.9/8.6.9) with SMTP id VAA12063 for ; Sat, 27 Jan 1996 21:12:26 +0100 Received: by uni4nn.iaf.nl with UUCP id AA00499 (5.67b/IDA-1.5 for FreeBSD-hackers@freebsd.org); Sat, 27 Jan 1996 21:12:02 +0100 Received: by iafnl.es.iaf.nl with UUCP id AA06271 (5.65c/IDA-1.4.4); Sat, 27 Jan 1996 20:50:08 +0100 Received: (from wilko@localhost) by yedi.iaf.nl (8.6.12/8.6.6) id UAA07337 for FreeBSD-hackers@freebsd.org; Sat, 27 Jan 1996 20:01:41 +0100 From: Wilko Bulte Message-Id: <199601271901.UAA07337@yedi.iaf.nl> X-Organisation: Private FreeBSD site - Arnhem - The Netherlands Subject: vi bug? To: FreeBSD-hackers@freebsd.org (FreeBSD hackers list) Date: Sat, 27 Jan 1996 20:01:40 +0100 (MET) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org Precedence: bulk I think I stumbled on a vi bug: When /tmp gets full, vi will abort with a message telling what happened. Unfortunately, it leaves /var/tmp/vi.recover files sitting around: # ls -l total 21504 -rwx------ 1 root bin 0 Jan 27 19:16 vi.006980 -rwx------ 1 root bin 0 Jan 27 19:16 vi.006982 -rwx------ 1 root bin 7307264 Jan 27 19:18 vi.006985 -rwx------ 1 root bin 3817472 Jan 27 19:56 vi.007269 In my case /var is on the root fs (as is /tmp). I'd think when vi aborts it can safely rm the recover files (an edit session was never started in the first place, so a recover is not called for). Thoughts? Wilko _ __________________________________________________________________________ | / o / / _ Wilko Bulte email: wilko@yedi.iaf.nl |/|/ / / /( (_) Private FreeBSD site - Arnhem - The Netherlands --------------------------------------------------------------------------------