From owner-freebsd-questions@FreeBSD.ORG Mon Oct 18 03:44:45 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F492106566C for ; Mon, 18 Oct 2010 03:44:45 +0000 (UTC) (envelope-from bluethundr@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 00B018FC08 for ; Mon, 18 Oct 2010 03:44:44 +0000 (UTC) Received: by bwz16 with SMTP id 16so309870bwz.13 for ; Sun, 17 Oct 2010 20:44:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=aNAYEaqC2LMfQitsatz9bQEEtR3BQuaC4ij/IDl4mKU=; b=JlA0UfKb0Z423alGFu/jio/bzpSl/hLkdQuMO/eG85tsDuQ2HrMVOJdcLQiUHDMw3h 5hmNzF2Qs6g7y1gNw1NKjPVynWxD5YvvxTEuAQlcbB/gqDKCJW4ob9l/OAnM6zYh5INz 39QOGjT+Bjz85vJq3NaypWEG+1urAFaPfIok4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=C1QzGi/ZI22piAN9Ma8gu7nY9IyFKh46TK3bwSQ0GidT/wFbB2r2GinsEDbCsbW+7H a7YJCkywReEBW1dvuObrCKSRxbNk16v3PJCeyk19h5NQqIK//oFxorJqAZyPmZn358EE 4br93QpgQ+G/iO2TVV+ahWXuFlWTaVzZvTpmQ= MIME-Version: 1.0 Received: by 10.204.117.136 with SMTP id r8mr3884724bkq.119.1287373482654; Sun, 17 Oct 2010 20:44:42 -0700 (PDT) Received: by 10.204.69.144 with HTTP; Sun, 17 Oct 2010 20:44:42 -0700 (PDT) Date: Sun, 17 Oct 2010 23:44:42 -0400 Message-ID: From: Tim Dunphy To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: download cvsup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2010 03:44:45 -0000 hello, I accidentally deleted my ports tree thinking that cvsup was already installed. it wasn't. :( I seem to be having a little trouble resolving external hosts tho my trusty named server on this host is working fine to resolve the local network. I need to reinstall my ports with sysinstall but to do that i need to resolve externally of course. I think this problem could use a fresh set of eyes. [root@LBSD2:/usr/home/bluethundr]#/etc/rc.d/netif restart Stopping Network: lo0 bge0 plip0. lo0: flags=8048 metric 0 mtu 16384 options=3 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 bge0: flags=8802 metric 0 mtu 1500 options=9b ether 00:14:22:38:9e:eb inet6 fe80::214:22ff:fe38:9eeb%bge0 prefixlen 64 scopeid 0x1 media: Ethernet autoselect (none) status: no carrier plip0: flags=8810 metric 0 mtu 1500 Starting Network: lo0 bge0. lo0: flags=8049 metric 0 mtu 16384 options=3 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 bge0: flags=8843 metric 0 mtu 1500 options=9b ether 00:14:22:38:9e:eb inet6 fe80::214:22ff:fe38:9eeb%bge0 prefixlen 64 scopeid 0x1 inet 192.168.1.44 netmask 0xffffff00 broadcast 192.168.1.255 media: Ethernet autoselect (none) status: no carrier [root@LBSD2:/usr/home/bluethundr]#cat /etc/resolv.conf domain summitnjhome.com nameserver 192.168.1.44 nameserver 151.202.0.84 nameserver 4.2.2.2 [root@LBSD2:/usr/home/bluethundr]#ping yahoo.com ping: cannot resolve yahoo.com: Host name lookup failure [root@LBSD2:/usr/home/bluethundr]#host bsd2 bsd2.summitnjhome.com has address 192.168.1.44 I've cycled the network interface (bge0) several times now and even bounced the host to no avail. Thoughts? thanks! -- Here's my RSA Public key: gpg --keyserver pgp.mit.edu --recv-keys 5A4873A9 Share and enjoy!!