From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 15 09:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0E7D106568B for ; Thu, 15 Oct 2009 09:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B01408FC19 for ; Thu, 15 Oct 2009 09:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9F9e1ou003559 for ; Thu, 15 Oct 2009 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9F9e1J3003558; Thu, 15 Oct 2009 09:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 15 Oct 2009 09:40:01 GMT Resent-Message-Id: <200910150940.n9F9e1J3003558@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, Christoph Weber-Fahr Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B3F41065672 for ; Thu, 15 Oct 2009 09:34:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 1B4058FC1B for ; Thu, 15 Oct 2009 09:34:55 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9F9YsVZ092968 for ; Thu, 15 Oct 2009 09:34:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n9F9YsuR092967; Thu, 15 Oct 2009 09:34:54 GMT (envelope-from nobody) Message-Id: <200910150934.n9F9YsuR092967@www.freebsd.org> Date: Thu, 15 Oct 2009 09:34:54 GMT From: Christoph Weber-Fahr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/139637: wipe port fails dealing with file permissions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2009 09:40:02 -0000 >Number: 139637 >Category: ports >Synopsis: wipe port fails dealing with file permissions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 15 09:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Christoph Weber-Fahr >Release: 6.4-RELEASE-p3 i386 >Organization: Vodafone AG >Environment: FreeBSD xxx.xxx.arcor.de 6.4-RELEASE-p3 FreeBSD 6.4-RELEASE-p3 #1: Wed Mar 4 21:36:49 CET 2009 wefa@xxx.xxx.arcor.de:/usr/obj/usr/src/sys/SMP i386 >Description: according to its manpage wipe can deal with mssing w permissions if it has to - wipe -f should fortce file deletions. In reality, it just throws the same error message: wipe: cannot open `testfile2': Permission denied >How-To-Repeat: wefa@nxcon 11:27 [~/test]chmod ugo=rx testfile2 wefa@nxcon 11:27 [~/test]wipe testfile1 wefa@nxcon 11:27 [~/test]wipe testfile2 wipe: cannot open `testfile2': Permission denied wefa@nxcon 11:27 [~/test]wipe -f testfile2 wipe: cannot open `testfile2': Permission denied wefa@nxcon 11:27 [~/test]ls -al total 232 drwxr-xr-x 2 wefa wheel 1024 Oct 15 11:28 . drwxr-xr-x 58 wefa wheel 5120 Jul 30 20:35 .. -r-xr-xr-x 1 wefa wheel 204800 Oct 15 11:27 testfile2 wefa@nxcon 11:27 [~/test]pkg_info | grep wipe wipe-2.2.0 File and block device wiping utility >Fix: >Release-Note: >Audit-Trail: >Unformatted: