From owner-freebsd-questions@FreeBSD.ORG Sun Apr 24 17:03:23 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C050416A4CE for ; Sun, 24 Apr 2005 17:03:23 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A2C43D1D for ; Sun, 24 Apr 2005 17:03:23 +0000 (GMT) (envelope-from zslist@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so1122248rnf for ; Sun, 24 Apr 2005 10:03:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pyz+4jzTcejPl6fgB8CFIDaiJV4gWUcFsXi1m685TMgjwzIKXDqGE3lE5NzWloyvgdcL/G+rKAF4YzD9Yvh0JRnih1reParxaF0YMawnzPCjObf86MDI4CYAkv+mTKLBm9YRJui6nsBZn1Xj1rg+QN/WJ4Pa4LutIwEUc37JFvA= Received: by 10.38.150.39 with SMTP id x39mr3410676rnd; Sun, 24 Apr 2005 10:03:22 -0700 (PDT) Received: by 10.38.89.26 with HTTP; Sun, 24 Apr 2005 10:03:22 -0700 (PDT) Message-ID: Date: Sun, 24 Apr 2005 09:03:22 -0800 From: benchmark To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: cvsup hang problem and X question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: benchmark List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 17:03:23 -0000 Basic info: FreeBSD 5.3 I have been trying to use cvsup to sync up my ports, but it seems to hang everytime, see the following... rainier# cvsup -L 2 -h cvsup10.FreeBSD.org /root/ports-supfile Parsing supfile "/root/ports-supfile" Connecting to cvsup10.FreeBSD.org Connected to cvsup10.FreeBSD.org Server software version: SNAP_16_1h Negotiating file attribute support Exchanging collection information Network read failure: Connection timed out typical port operations such as make install, etc all worked fine. I suspect that this has something to do with my network, but couldn't figure out why. I have a DHCP setup, with my box being a dhcp client. However, i did set up the name of the host as 'rainier'. rainier# hostname rainier.sbcglobal.com rainier# host rainier.sbcglobal.com Host rainier.sbcglobal.com not found: 3(NXDOMAIN) rainier# Any suggestions? (most other network functions work fine, www, ping, etc) Another question is that my box is a thinkpad t40, and it won't do more than 1024 x 768. Though i have set it up with 1280x1024 with linux (suse) on it easily. Is there any drivers that i need to upgrade? I am trying to move away from suse/linux, but my experience so far hasn't been so great..... thanks.