From owner-freebsd-questions Sun Dec 17 12:37:32 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA18575 for questions-outgoing; Sun, 17 Dec 1995 12:37:32 -0800 (PST) Received: from parody.tecc.co.uk (parody.tecc.co.uk [193.128.6.83]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA18562 for ; Sun, 17 Dec 1995 12:37:27 -0800 (PST) Received: (from fqueries@localhost) by parody.tecc.co.uk (8.6.12/8.6.12) id NAA00215; Sun, 17 Dec 1995 13:22:35 GMT Date: Sun, 17 Dec 1995 13:22:32 +0000 () From: James Raynard To: M C Wong cc: "freebsd-questions@freefall.cdrom.com" Subject: Re: [2.1R] vi problem In-Reply-To: <199512112309.AA211683384@hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG Precedence: bulk On Tue, 12 Dec 1995, M C Wong wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > Can someone please tell me what's wrong with vi ? I am trying to > edit files owned by myself but got some problem : > > lespoir:/local/home/wongm/tmp 123 > setenv TERM vt100 > lespoir:/local/home/wongm/tmp 124 > vi main.cc > log db: Permission denied. vi can't create a temporary file because the permissions on /tmp have somehow got screwed up. As root, do chmod 777 /tmp chmod +t /tmp to sort them out. James Segmentation fault (core dumped): cannot find file '.signature'