From owner-freebsd-ports Mon Oct 1 13:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1224437B407 for ; Mon, 1 Oct 2001 13:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91Ko1Z27087; Mon, 1 Oct 2001 13:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 711FD37B40E for ; Mon, 1 Oct 2001 13:44:04 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91Ki4P26354; Mon, 1 Oct 2001 13:44:04 -0700 (PDT) (envelope-from nobody) Message-Id: <200110012044.f91Ki4P26354@freefall.freebsd.org> Date: Mon, 1 Oct 2001 13:44:04 -0700 (PDT) From: Volker Jahns To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30969: mkisofs path grafting will not work Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30969 >Category: ports >Synopsis: mkisofs path grafting will not work >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 13:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Volker Jahns >Release: FreeBSD 4.3-RELEASE (PEGASUS) >Organization: Thalreit/DE >Environment: FreeBSD pegasus.thalreit 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Mon Aug 13 21:24:43 CEST 2001 volker@pegasus.thalreit:/usr/src/sys/compile/PEGASUS i386 >Description: mkisofs will not do path grafting, i.e. mapping recorded file paths onto some different file path on the isofs file image. >How-To-Repeat: first create directories dummy/hermes mkisofs -r -o /tmp/test.raw dummy/hermes=. mkisofs: No such file or directory. Invalid node - dummy/hermes=. >Fix: Running mkisofs w/ same options under SuSE 7.0 LINUX works fine: (this in an automounter environment!) mkisofs -r -o /tmp/test.raw dummy/hermes=. Using CSH.000;1 for ./etc/csh.logout (csh.login) Using SERVICE.000;1 for ./etc/mail/service.switch-nodns (service.switch) Using XMONISDN.000;1 for ./etc/isdn/xmonisdn-netdown (xmonisdn-netup) ... blubber ... 1495 extents written (2 Mb) then mounting: mount -t iso9660 -o ro,loop=/dev/loop1 /tmp/test.raw /cdrom >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message