From owner-freebsd-questions@FreeBSD.ORG Wed Sep 10 17:23:23 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52957EAD for ; Wed, 10 Sep 2014 17:23:23 +0000 (UTC) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DCE1C1BF for ; Wed, 10 Sep 2014 17:23:22 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id k14so4060286wgh.10 for ; Wed, 10 Sep 2014 10:23:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=s/JI7HnCXk/bBfLdCcf7juGdu9nTHHuvJTvIUZhf02I=; b=e27DFXHOf+35zJ6nrI2rIwLyAgXZs6NnlK8UkVu8IKfali+LkhuWO5LfoVVpOiAjgu qQDG+0JszbzcQzSP28Trv6kUrLwHLvsvqNAZ4mWCKNlXiSqZbD2AW78VV/dEseQmzuu7 0rhNaOqQw+z87ZqF7Pp8i5jzeZiZmWwNZK3NQ8FSSc5U9wQbOUHmLpw1QfQD6ULE9JQz 41gIYiA5QERRcd+Z+/msLCG8bM2aVst2+iXECLL7ltIfH3YmcSGkFNqWSe3jdRkc6NHy 8n6axVjdzX00LAe5W82r9VQ+P3zt4fa7IfQlgbts1RmV5jAIn/2n4lT1VlIjmMAsDLbG F48A== X-Received: by 10.180.211.102 with SMTP id nb6mr37450655wic.11.1410369801277; Wed, 10 Sep 2014 10:23:21 -0700 (PDT) Received: from [192.168.0.57] ([62.219.134.104]) by mx.google.com with ESMTPSA id hi4sm19272416wjb.46.2014.09.10.10.23.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Sep 2014 10:23:20 -0700 (PDT) References: <793B69B7-2534-42E1-9449-63B74D5BCEDE@gmail.com> <54108505.3040508@pchotshots.com> Mime-Version: 1.0 (1.0) In-Reply-To: <54108505.3040508@pchotshots.com> Message-Id: <0AEEED8F-9567-4BFC-8C62-84BA2FB2CD2C@gmail.com> X-Mailer: iPod Mail (10B500) From: atar Subject: Re: Strange file system behavior. Date: Wed, 10 Sep 2014 20:23:18 +0300 To: Brad Mettee Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 17:23:23 -0000 Other files are opened successfully with the 'less' command which means that= the problem is somewhere in the file system. > On 9/10/2014 12:29 PM, atar wrote: >> Hi! >>=20 >> I'm using at FreeBSD 10.0 release but with the 'i386-memstick.img' versio= n running from my USB stick and I've noticed at strange behavior when I trie= d execute the command: 'less /etc/resolv.conf' it gives me an error message t= hat says: 'No such file or directory' but I fairly know that this file does e= xists from the output of the 'ls -lh /etc/resolv.conf' command, so what's go= ing on here? >>=20 >> Regards, >>=20 >> Atar. > Atar, >=20 > Is it possible that it's failing to find the 'less' program, and not the f= ile you're trying to look at? >=20 >=20 > Brad