From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 06:16:41 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 E6DDC1065672 for ; Thu, 1 Jul 2010 06:16:41 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 6D0328FC17 for ; Thu, 1 Jul 2010 06:16:41 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so111633fga.13 for ; Wed, 30 Jun 2010 23:16:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=+KrzHx50Xsu9RJAlLmzAq4CcJsEvg54glrOZ0bmYEBQ=; b=WHbqW+zvztUPuCSE358+mu4rKeT0OhKLGoj6adYYsURfJwThGdTfE8vaotkYzP+huR DaHNJTn8cJIYLf0dhrRYHVM5usTygpdGEa64nvfMBI20D3ARwcwFbjXSmmEdErdbS9S9 ptx4JPChbWnXr1t2TzgdDqgrNNsgBj4IDOmAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=Oegh0yt7DtSYtpOmIGkp6HPvi0mZ5+djXh5/NeWxslATYj/ua9aynKROc4Sd0m2d4F 1+ZwIG7M/VQ6eAOTbOhxhCwHHyiX1z8MPShf5EmvKNxIaDFaT44Ytvv53aZDVtSiKZ0X /hxQZquSRLQRvAHaJrqG49B14FGUY3am3eBM0= Received: by 10.87.47.3 with SMTP id z3mr14525338fgj.74.1277964996880; Wed, 30 Jun 2010 23:16:36 -0700 (PDT) Received: from darklight.org.ru ([213.132.76.142]) by mx.google.com with ESMTPS id 4sm1986378fgg.25.2010.06.30.23.16.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 30 Jun 2010 23:16:36 -0700 (PDT) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.4/8.14.4) with ESMTP id o616E4Mw055471; Thu, 1 Jul 2010 10:14:04 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.4/8.14.4/Submit) id o616E4PI055470; Thu, 1 Jul 2010 10:14:04 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Thu, 1 Jul 2010 10:14:04 +0400 From: Yuri Pankov To: Chris Stankevitz Message-ID: <20100701061404.GD3555@darklight.org.ru> References: <4C2C28A2.9020201@daleco.biz> <308061.45767.qm@web52908.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <308061.45767.qm@web52908.mail.re2.yahoo.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: pkg_add fails due to 'broken pipe'. Is my system in a consistent state? 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: Thu, 01 Jul 2010 06:16:42 -0000 On Wed, Jun 30, 2010 at 11:07:24PM -0700, Chris Stankevitz wrote: > > From: Kevin Kinsey > > > Q2: Where on my hard drive are the bytes that tell > > > pkg_add to use > > > ftp.freebsd.org when downloading packages? > > > > You mean like inode number, which cylinder > > No, I am looking for a file name. /usr/src/usr.sbin/pkg_install/add/main.c static char * getpackagesite(void) which constructs URL using ftp.freebsd.org unless PACKAGESITE and PACKAGEROOT are defined. > > Thank you, > > Chris HTH, Yuri