From owner-freebsd-pkg@FreeBSD.ORG Thu May 22 17:03:10 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9FB984E for ; Thu, 22 May 2014 17:03:10 +0000 (UTC) Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 929442659 for ; Thu, 22 May 2014 17:03:10 +0000 (UTC) Received: by mail-ob0-f177.google.com with SMTP id wp4so4022948obc.36 for ; Thu, 22 May 2014 10:03:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=eFamo7jvkvzvvOcGUjP4SIEjJoZ7bKOKR9e39mufesc=; b=Py8AheWjaFq3jNNiGMiKcUzstLDlqu00crTOvb5BsZOb++JQpXbnqYnIP+N0cJCA89 +rXZCEuPDQ0zNpWWl4kdUVwuVdroQHATbMH2RhQY2Ibzorl9KPuY2L8wo8RhGogZH6QS QTmTyxgXJIJoKDH+DzWntLpdG+8Q0Aby7VbFfc8BX3Y/s8EZaK3caElq/aTxtg6d/j+Q PC0cioPisDycIP1TAHrBL/krokalhtxIg/vCui7tgNqSj+0fbr9Ttin3MT8C3RD/TvXH TjjtPhxvE8Oxe8NlwMFAZXksYMbip/6+d77qQ4dbxbtlH1dz+Jr4lQotAhZf/ud/xtrZ JJlw== X-Received: by 10.182.97.97 with SMTP id dz1mr60818116obb.13.1400778189955; Thu, 22 May 2014 10:03:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.52.163 with HTTP; Thu, 22 May 2014 10:02:49 -0700 (PDT) In-Reply-To: References: From: Fervent Dissent Date: Fri, 23 May 2014 01:02:49 +0800 Message-ID: Subject: Re: pkg hangs with no error To: freebsd-pkg@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 17:03:10 -0000 Solved, found I had a copy of Freebsd.conf in /etc/pkg/ On Fri, May 23, 2014 at 12:58 AM, Fervent Dissent < walkerindarkness@gmail.com> wrote: > pkg stats > pkg: PACKAGESITE in pkg.conf is deprecated. Please create a repository > configuration file > Local package database: > Installed packages: 303 > Disk space occupied: 1 GB > > Remote package database(s): > Number of repositories: 2 > Packages available: 45622 > Unique packages: 23006 > Total size of packages: 220 GB > > > FreeBSD satellite 10.0-STABLE FreeBSD 10.0-STABLE #0 r263468M: Fri Mar 21 > 20:41:11 CST 2014 sara@satellite:/usr/obj/usr/src/sys/NEW amd64 > > > On Fri, May 23, 2014 at 12:53 AM, Fervent Dissent < > walkerindarkness@gmail.com> wrote: > >> I'm in Taiwan and just now pkg breaks. I have used it before, and I think >> I was using pkg.tw.FreeBSD.org which responds to pings still. I've tried >> many modifications to the conf files and the only time I get anything is if >> I put >> >> packagesite: http://pkg.FreeBSD.org/${ABI}/latest >> or packagesite: pkg+http://pkg.FreeBSD.org/${ABI}/latest >> into /usr/local/etc/pkg.conf >> >> # pkg update >> Updating repository catalogue >> >> is all I see if I use any other form of config or repo file. If I leave >> the previously working repo file with the additional line in pkg.conf it >> downloads the 2 files then hangs again. I had to mv the FreeBSD.conf file >> to another dir because FreeBSD.conf.bck would still get read. Then I got >> the output at the end of this email. It does nothing but wait. >> >> >> # pkg update >> pkg: PACKAGESITE in pkg.conf is deprecated. Please create a repository >> configuration file >> Updating repository catalogue >> pkg: Warning: use of http:// URL scheme with SRV records is deprecated: >> switch to pkg+http:// >> digests.txz 100% 1094KB 218.7KB/s 313.6KB/s >> 00:05 >> pkg: Warning: use of http:// URL scheme with SRV records is deprecated: >> switch to pkg+http:// >> packagesite.txz 100% 4906KB 306.6KB/s 786.1KB/s >> 00:16 >> Incremental update completed, 22872 packages processed: >> 0 packages updated, 0 removed and 22872 added. >> pkg: http://pkg.tw.FreeBSD.org/freebsd:10:x86:64/latest/digests.txz: >> Operation timed out >> pkg: Unable to find catalogs >> >> >> # pkg update >> pkg: PACKAGESITE in pkg.conf is deprecated. Please create a repository >> configuration file >> Updating repository catalogue >> digests.txz 100% 1094KB 273.4KB/s 233.6KB/s >> 00:04 >> packagesite.txz 100% 4906KB 4.8MB/s 2.3MB/s >> 00:01 >> Incremental update completed, 22872 packages processed: >> 0 packages updated, 0 removed and 22872 added. >> pkg: http://pkg.tw.FreeBSD.org/freebsd:10:x86:64/latest/digests.txz: >> Operation timed out >> pkg: Unable to find catalogs >> > >