From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 14:15:40 2004 Return-Path: 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 7C2BA16A4CE for ; Thu, 15 Jan 2004 14:15:40 -0800 (PST) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE05443D64 for ; Thu, 15 Jan 2004 14:15:38 -0800 (PST) (envelope-from algould@datawok.com) Received: from 22-15.lctv-b4.cablelynx.com ([24.204.22.15] helo=yoda.datawok.com) by stork.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 1AhFm1-0001la-00; Thu, 15 Jan 2004 14:15:33 -0800 From: "Andrew L. Gould" To: Matthew Seaman Date: Thu, 15 Jan 2004 16:15:35 -0600 User-Agent: KMail/1.5.4 References: <200401151539.08194.algould@datawok.com> <20040115221226.GA50453@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040115221226.GA50453@happy-idiot-talk.infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401151615.35683.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b08fee6417c652a5b506b544596f87695350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: freebsd-questions@freebsd.org Subject: Re: acroread and xpdf problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2004 22:15:40 -0000 On Thursday 15 January 2004 04:12 pm, Matthew Seaman wrote: > On Thu, Jan 15, 2004 at 03:39:08PM -0600, Andrew L. Gould wrote: > > If I'm trying to open the pdf file as a normal user, I get the following > > message: > > > > "There was an error opening this document. A temporary file could not be > > opened." > > > > If I run acroread or xpdf as root, I can open the files fine. > > > > Any ideas? > > Check the permissions on /tmp -- should be mode 1777. > > Cheers, > > Matthew The permissions for /tmp are 1777 owned by root:wheel. Thanks, Andrew