From owner-freebsd-questions@FreeBSD.ORG Thu Sep 11 08:18:53 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 4985DA04; Thu, 11 Sep 2014 08:18:53 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::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 AE13AF26; Thu, 11 Sep 2014 08:18:52 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id q5so7631430wiv.6 for ; Thu, 11 Sep 2014 01:18:50 -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=d0KJuyrw2jjUdXkPN6PvkZlt8O/fpWjkUzYKHVo6Ev4=; b=IPRbFKi0Fe2kM3cmfUPVu2nlCgfyNgN4Tnd7jRfkpRfgU2oNI9O0vS0ySWtt+YehfR Bt7pbE2FWilDnTkzN/KuR3MJXE9QE+QZUZi6/ckLXULOzBX76dZrWXwX2JxQG85sqc/f 3T48aPN14GYF3o8r3+S9fDDLSwn7wf12bGLcyOfJKq+X+iJy7VIpykWfJW2mNcIxLoE2 BpFm4fWhIcIK+u5++95d8B9E6le/Dqgz+t6qWduzDrkTtHqMsqLnAqZ24kg6KI+nNB5M lIt45Xd/zuJ9tAGPQWXCKJmjl+kPyrmcXeAMf4f1j9D23SSAQXu8+3AJLAR9GkdYizLv YDhQ== X-Received: by 10.194.63.37 with SMTP id d5mr56367697wjs.92.1410423530782; Thu, 11 Sep 2014 01:18:50 -0700 (PDT) Received: from [192.168.20.2] ([62.219.134.104]) by mx.google.com with ESMTPSA id c7sm5091551wib.12.2014.09.11.01.18.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Sep 2014 01:18:49 -0700 (PDT) References: <793B69B7-2534-42E1-9449-63B74D5BCEDE@gmail.com> <993ea1be9fd65cfbfbcaa7948625ad70@bsdftw.org> Mime-Version: 1.0 (1.0) In-Reply-To: <993ea1be9fd65cfbfbcaa7948625ad70@bsdftw.org> Message-Id: <68902456-0351-4A75-96F6-C61B2EBEC667@gmail.com> X-Mailer: iPod Mail (10B500) From: atar Subject: Re: Strange file system behavior. Date: Thu, 11 Sep 2014 11:18:42 +0300 To: James Edwards 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" , "owner-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: Thu, 11 Sep 2014 08:18:53 -0000 Thanks for your response! I didn't think in this direction. =20 I'll check your suggestion and let you know if that worked for me. > On 2014-09-10 12:29, atar wrote: >> Hi! >> I'm using at FreeBSD 10.0 release but with the 'i386-memstick.img' >> version running from my USB stick and I've noticed at strange behavior >> when I tried execute the command: 'less /etc/resolv.conf' it gives me >> an error message that says: 'No such file or directory' but I fairly >> know that this file does exists from the output of the 'ls -lh >> /etc/resolv.conf' command, so what's going on here? >> Regards, >> Atar. >=20 > Atar, >=20 > I can't currently speak for the memstick image, but on the Live DVD image,= /etc/resolv.conf is a symlink to /tmp/bsdinstall_etc/resolv.conf. If /tmp/= bsdinstall_etc/resolv.conf doesn't exist, you can create it and modify your n= ameservers. >=20 > James