From owner-freebsd-fs@FreeBSD.ORG Mon Nov 10 19:01:58 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1C931065691 for ; Mon, 10 Nov 2008 19:01:58 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail13.syd.optusnet.com.au (mail13.syd.optusnet.com.au [211.29.132.194]) by mx1.freebsd.org (Postfix) with ESMTP id 859E18FC21 for ; Mon, 10 Nov 2008 19:01:58 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c122-106-215-175.belrs3.nsw.optusnet.com.au [122.106.215.175]) by mail13.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id mAAJ1spW001712 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Nov 2008 06:01:56 +1100 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.3/8.14.3) with ESMTP id mAAJ1r2l010318; Tue, 11 Nov 2008 06:01:53 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.3/8.14.3/Submit) id mAAJ1pmW010317; Tue, 11 Nov 2008 06:01:51 +1100 (EST) (envelope-from peter) Date: Tue, 11 Nov 2008 06:01:51 +1100 From: Peter Jeremy To: Attila Nagy Message-ID: <20081110190151.GI51239@server.vk2pj.dyndns.org> References: <49185518.2020600@fsn.hu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TBNym+cBXeFsS4Vs" Content-Disposition: inline In-Reply-To: <49185518.2020600@fsn.hu> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-fs@freebsd.org Subject: Re: Different inodes X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2008 19:01:59 -0000 --TBNym+cBXeFsS4Vs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2008-Nov-10 16:36:56 +0100, Attila Nagy wrote: >I don't quite get this: > >ls -i /20081021/usr/local/lib/python2.5/config/ >3817938 .svn 3817976 Setup.local 3817978 libpython2.5.a >3817979 Makefile 3817975 config.c 3817980 libpython2.5.so >3817973 Setup 3817977 config.c.in 3817982 makesetup >3817974 Setup.config 3817981 install-sh 3817983 python.o > >ls -i /20081021/usr/local/lib/python2.5/config/libpython2.5.* >3817978 /20081021/usr/local/lib/python2.5/config/libpython2.5.a > 73738 /20081021/usr/local/lib/python2.5/config/libpython2.5.so I can't reproduce it here on 7-stable. Note that libpython2.5.so is a symlink so it seems likely that one of your ls commands is de-referencing the symlink and the other isn't - though I don't know how this is being done. Can you confirm that you are using /bin/ls (not an alias or some alternate variant). You might also verify that you get the same result using /bin/sh as a shell. >The modification consists of changed arc4randoms in=20 >sys/ufs/ffs/ffs_alloc.c and ffs_vfsops.c to a constant value, but I=20 >don't think it can be the cause. Could it be? This shouldn't affect the above. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --TBNym+cBXeFsS4Vs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkkYhR4ACgkQ/opHv/APuIfzXACgvbiwsLqbSiPS+/R9SJVZk8z9 H5oAn38iR2t1noQYeNBc6yqd/YL6fqV4 =OmVe -----END PGP SIGNATURE----- --TBNym+cBXeFsS4Vs--