From owner-freebsd-questions@FreeBSD.ORG Wed Sep 10 21:33:07 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B32E73C9; Wed, 10 Sep 2014 21:33:07 +0000 (UTC) Received: from mail.bsddns.net (mail.bsddns.net [IPv6:2001:4802:7800:1:487:4438:ff20:3ed0]) by mx1.freebsd.org (Postfix) with ESMTP id 8CC2CF51; Wed, 10 Sep 2014 21:33:07 +0000 (UTC) Received: from webmail.bsdftw.org (web.bsddns.net [IPv6:2604:a880:800:10::40:5001]) by mail.bsddns.net (Postfix) with ESMTPSA id 6408011E863; Wed, 10 Sep 2014 17:34:04 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdftw.org; s=default; t=1410384844; bh=kCxVBxvQjG6/4ZaDytZmziG1WtKYnpSqFmsUqXEvf/c=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=PTYKqc2pW3ZrbBfILN6Ojj3Euvi5Lc9mOZBIOU/GlW+q7xpQB6FY5HPB6QxsIXpIG krvPYOFzR8oRb4jiEjH+kgmRD8NF3Je1Uwc4a1TF5tapja9yw+eBIaKovB8rLGDRuP 25a7btL4qbbbxgkQrxn5AJi8fjlAVRyScUtkcTnI= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 10 Sep 2014 17:32:59 -0400 From: James Edwards To: atar Subject: Re: Strange file system behavior. In-Reply-To: <793B69B7-2534-42E1-9449-63B74D5BCEDE@gmail.com> References: <793B69B7-2534-42E1-9449-63B74D5BCEDE@gmail.com> Message-ID: <993ea1be9fd65cfbfbcaa7948625ad70@bsdftw.org> X-Sender: jedwards@bsdftw.org User-Agent: Roundcube Webmail/1.0.2 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: Wed, 10 Sep 2014 21:33:07 -0000 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. Atar, 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 nameservers. James