From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 25 02:10:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52A9637B40A for ; Wed, 25 Jun 2003 02:10:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEE6C4400B for ; Wed, 25 Jun 2003 02:10:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5P9AEUp002661 for ; Wed, 25 Jun 2003 02:10:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5P9AEbp002660; Wed, 25 Jun 2003 02:10:14 -0700 (PDT) Resent-Date: Wed, 25 Jun 2003 02:10:14 -0700 (PDT) Resent-Message-Id: <200306250910.h5P9AEbp002660@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mirko Steiner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D41E37B401 for ; Wed, 25 Jun 2003 02:06:27 -0700 (PDT) Received: from perplexa.dyndns.org (p5089270F.dip.t-dialin.net [80.137.39.15]) by mx1.FreeBSD.org (Postfix) with SMTP id B465443FB1 for ; Wed, 25 Jun 2003 02:06:21 -0700 (PDT) (envelope-from mirko@perplexa.dyndns.org) Received: (qmail 53151 invoked by uid 500); 25 Jun 2003 09:09:25 -0000 Message-Id: <20030625090925.53150.qmail@perplexa.dyndns.org> Date: 25 Jun 2003 09:09:25 -0000 From: Mirko Steiner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/53710: Acrobat5 can't open files, cause he can't create a temporary file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mirko Steiner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 09:10:17 -0000 >Number: 53710 >Category: ports >Synopsis: Acrobat5 can't open files, cause he can't create a temporary file >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 25 02:10:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mirko Steiner >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD perplexa.slash.home 4.8-STABLE FreeBSD 4.8-STABLE #4: Sun Jun 1 18:54:07 CEST 2003 root@perplexa:/usr/obj/usr/src/sys/MOOOH i386 >Description: Acrobat Reader cancel the file opening process with the errormessage: "There was an error opening this document. A temporary file could not be opened." I've ktraced acrobat and found where the error accours: 541 acroread NAMI "/compat/linux/tmp/Acropy1jr8" 541 acroread RET open -1 errno -13 Unknown error: -13 Per default, the "tmp" directory in /compat/linux/ is not world-wide-writeable, so acrobat can't create a temp file in there, if you try it as a NON-UID0 user. >How-To-Repeat: Just install this port /usr/ports/print/acroread5/ and try to open a PDF file as NON-UID0 >Fix: # chmod 1777 /compat/linux/tmp/ >Release-Note: >Audit-Trail: >Unformatted: