From owner-freebsd-questions Wed Nov 13 10:29:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C1F137B401 for ; Wed, 13 Nov 2002 10:29:26 -0800 (PST) Received: from blacklamb.mykitchentable.net (207-173-241-209.bras01.elk.ca.frontiernet.net [207.173.241.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C6743E75 for ; Wed, 13 Nov 2002 10:29:25 -0800 (PST) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 29B40EE571 for ; Wed, 13 Nov 2002 10:29:20 -0800 (PST) Message-ID: <03c701c28b42$94efc880$6e2a6ba5@tagalong> From: "Drew Tomlinson" To: "FreeBSD Questions" Subject: vi Error - Permission Denied Date: Wed, 13 Nov 2002 10:29:19 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 I've decided to try and wean myself off ee and move to vi. I have two boxes, both running 4.7-RELEASE-p1. On one, I tried the following logged on with normal user privileges: blacklamb> vi practice ex/vi: Error: Unable to create temporary file: Permission denied A google search on this error suggests that permissions are not set correctly on /var/tmp and /var/tmp/vi.recover so I check them and they appear to be OK. blacklamb# ls -ld /var/tmp drwxrwxrwt 3 root wheel 512 Nov 13 08:45 /var/tmp blacklamb# ls -ld /var/tmp/vi.recover drwxrwxrwt 2 root wheel 512 Nov 10 12:22 /var/tmp/vi.recover So I check my other system and the permissions are the same, yet I can use vi logged on with normal privledges. Any ideas on what is wrong here? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message