From owner-freebsd-fs@freebsd.org Sun Dec 31 15:32:47 2017 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CE32E80B71 for ; Sun, 31 Dec 2017 15:32:47 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1EAF276EB5 for ; Sun, 31 Dec 2017 15:32:46 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from coleburn.home.andric.com (coleburn.home.andric.com [192.168.0.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 1C9B3C3D7; Sun, 31 Dec 2017 16:32:38 +0100 (CET) From: Dimitry Andric Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_831111C8-3DE1-49A4-B644-BC2D573CFA6B"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Wierd 'No such file' behaviour Date: Sun, 31 Dec 2017 16:32:37 +0100 In-Reply-To: <2609c91e-58a0-d2d8-215d-6f47c314242f@digiware.nl> Cc: FreeBSD Filesystems To: Willem Jan Withagen References: <2609c91e-58a0-d2d8-215d-6f47c314242f@digiware.nl> X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2017 15:32:47 -0000 --Apple-Mail=_831111C8-3DE1-49A4-B644-BC2D573CFA6B Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 31 Dec 2017, at 15:56, Willem Jan Withagen wrote: >=20 > During some work with ld versus lld if ran into: >=20 > wjw@freetest.digiware.nl> ls -asl jails/ceph12/usr/bin/*ld* > 21 -r-xr-xr-x 1 root wheel 37304 Jul 17 18:19 = jails/ceph12/usr/bin/colldef* > 6 -r-xr-xr-x 1 root wheel 10312 Jul 17 18:19 = jails/ceph12/usr/bin/fold* > 970 -r-xr-xr-x 2 root wheel 1862200 Jul 17 18:18 = jails/ceph12/usr/bin/ld* > 970 -r-xr-xr-x 2 root wheel 1862200 Jul 17 18:18 = jails/ceph12/usr/bin/ld.bfd* > 17090 -r-xr-xr-x 1 root wheel 32911632 Jul 17 18:19 = jails/ceph12/usr/bin/ld.lld* > 7 -r-xr-xr-x 1 root wheel 11480 Jul 17 18:19 = jails/ceph12/usr/bin/ldd* > 13 -r-xr-xr-x 1 root wheel 18844 Jul 17 18:20 = jails/ceph12/usr/bin/ldd32* > 26384 -r-xr-xr-x 1 root wheel 51137920 Jul 17 18:19 = jails/ceph12/usr/bin/lldb* >=20 > So jails/ceph12/usr/bin/lld is found in ls... >=20 > But: > wjw@freetest.digiware.nl> file jails/ceph12/usr/bin/lld > jails/ceph12/usr/bin/lld: cannot open `jails/ceph12/usr/bin/lld' (No = such file or directory) >=20 > The same error for strings. >=20 > So why is this file not available? Because it's either "ld.lld", or "ldd", but not "lld". :) -Dimitry --Apple-Mail=_831111C8-3DE1-49A4-B644-BC2D573CFA6B Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCWkkDFQAKCRCwXqMKLiCW o9m4AJ9TEMKkHkTqmg7IHXh7Si36npQEfwCgoyaH+Powlqjym6usEx20I7xoFj4= =vlVN -----END PGP SIGNATURE----- --Apple-Mail=_831111C8-3DE1-49A4-B644-BC2D573CFA6B--