From owner-freebsd-questions@FreeBSD.ORG Tue Jan 18 03:21:49 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 BD8C316A4CE for ; Tue, 18 Jan 2005 03:21:49 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 657CE43D2F for ; Tue, 18 Jan 2005 03:21:49 +0000 (GMT) (envelope-from bsdaemon@comcast.net) Received: from fw.home (pcp05404374pcs.norstn01.pa.comcast.net[68.80.144.252]) by comcast.net (sccrmhc12) with SMTP id <20050118032143012000pu1te>; Tue, 18 Jan 2005 03:21:43 +0000 Received: (qmail 18067 invoked from network); 18 Jan 2005 03:21:55 -0000 Received: from unknown (HELO ?192.168.0.253?) (192.168.0.253) by fw.home with SMTP; 18 Jan 2005 03:21:55 -0000 Message-ID: <41EC2D29.1040809@comcast.net> Date: Mon, 17 Jan 2005 21:24:57 +0000 From: Kris Maglione User-Agent: Mozilla Thunderbird 1.0 (X11/20041213) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <6.2.0.14.0.20050117182054.03432f88@mail.face2interface.com> In-Reply-To: <6.2.0.14.0.20050117182054.03432f88@mail.face2interface.com> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: /usr full from wrong cvsup install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2005 03:21:49 -0000 Marty Landman wrote: > Cryptic enough subject? > > Here's what I think is my biggest problem at the moment; my fbsd (4.8 > fm. mini-iso) is a small box having only 3 gb on two hard drives. > > Unfortunately I didn't do anything selective - like leave out x11 when > I did > > ------------------------------------------- > Stop in /usr/ports/net/samba. > # cd ../cvsup > # make install clean > ------------------------------------------- > > which resulted in > > ------------------------------------------- > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/fcpackage.2_1.tar.gz: > Host not found > >> Couldn't fetch it - please try to retrieve this > >> port manually into /usr/ports/distfiles/ and try again. > *** Error code 1 > > Stop in /usr/ports/x11-fonts/fontconfig. > *** Error code 1 > > Stop in /usr/ports/x11/XFree86-4-libraries. > *** Error code 1 > > Stop in /usr/ports/net/cvsup. > ------------------------------------------- > > which I didn't understand. But I do understand > > # df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 516062 35154 439624 7% / > /dev/ad1s1f 516062 2 474776 0% /mnt > /dev/ad0s1f 170334 51912 104796 33% /tmp > /dev/ad1s1e 1032142 935616 13956 99% /usr > /dev/ad0s1e 170334 1386 155322 1% /var > procfs 4 4 0 100% /proc > # > > This says that I blew my 1GB /usr, right? > > Heh, funny thing is I lost my last installation when trying to clean > up a similar problem. > > What now? > > > Marty You still have 104MB left on it, and that has nothing to do with the cvsup install not working. "Host not found" It's a problem with dns, directly or due to something like incomplete routing tables. What should we tell you besides "get a new (or old, for that matter) hard drive"?