From owner-freebsd-current@FreeBSD.ORG Wed Aug 10 22:03:34 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 097AE106564A; Wed, 10 Aug 2011 22:03:34 +0000 (UTC) (envelope-from ttsestt@gmail.com) Received: from mail-pz0-f45.google.com (mail-pz0-f45.google.com [209.85.210.45]) by mx1.freebsd.org (Postfix) with ESMTP id CC7B18FC13; Wed, 10 Aug 2011 22:03:33 +0000 (UTC) Received: by pzk33 with SMTP id 33so5068861pzk.18 for ; Wed, 10 Aug 2011 15:03:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=wM7CtI/tRcSqgpOJNz0GHPgWdhkkmeV6k7GEKNgkFqo=; b=T+LMFvLwJ7NymYLBXCWCx2IRcVlO5ccURBv3yp3313NrMgNDwAg69d9yEglv0lmvSo bQueiJ7hpToDTvSbQIXoZNYAME83YBjfAr4eegkyWpSEY/tRV9VGKwNvBom6NoHdK8Wr ImKlEDlecbbx4BxtmEGNfKs5MHb88arcy6gyI= Received: by 10.143.97.19 with SMTP id z19mr2019004wfl.317.1313013813269; Wed, 10 Aug 2011 15:03:33 -0700 (PDT) Received: from localhost (tor-exit-router35-readme.formlessnetworking.net [199.48.147.35]) by mx.google.com with ESMTPS id s9sm1182198pbk.34.2011.08.10.15.03.30 (version=SSLv3 cipher=OTHER); Wed, 10 Aug 2011 15:03:32 -0700 (PDT) From: Test Rat To: Alexander Best References: <86d3gde2qg.fsf@gmail.com> <20110810200542.GA40184@freebsd.org> Date: Thu, 11 Aug 2011 02:03:25 +0400 In-Reply-To: <20110810200542.GA40184@freebsd.org> (Alexander Best's message of "Wed, 10 Aug 2011 20:05:42 +0000") Message-ID: <86ei0sylea.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-current@freebsd.org Subject: Re: makefs(8) & broken iso9660 images X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2011 22:03:34 -0000 Alexander Best writes: > On Wed Aug 10 11, Test Rat wrote: [...] >> $ find /media/usr/include >/dev/null >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/eq_fn: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/hash_fn: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/resize_policy: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/tree_policy: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/trie_policy: Input/output error >> find: /media/usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator: Input/output error >> >> Am I alone in seeing this? > > was this fixed by rr224762? I guess only above IO errors, locally generated image produced different errors and they're gone. libarchive still has trouble reading it.