From owner-freebsd-current@FreeBSD.ORG Thu Apr 18 03:49:36 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8EB249E0 for ; Thu, 18 Apr 2013 03:49:36 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-ia0-x232.google.com (mail-ia0-x232.google.com [IPv6:2607:f8b0:4001:c02::232]) by mx1.freebsd.org (Postfix) with ESMTP id 677F5874 for ; Thu, 18 Apr 2013 03:49:36 +0000 (UTC) Received: by mail-ia0-f178.google.com with SMTP id w21so2144835iac.9 for ; Wed, 17 Apr 2013 20:49:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=GVIFR4+erPzdAaKrw3fHUuBOIaphdFwVzrw4vzwQges=; b=E2XcZVI9BcZs7kijJ9yPYkdEzcFJE1UowyDuoj5+CAEJN+m+LanZJZ0EjgyKjXaDgc 8y1PJpLxBKPIj2YfMji2xirAQDbwmJuPHl+lfSeXesStB4bLBWwHZIx/fq1EI1UvKYDh 958nywaIePN2y2SBMOexjXJiSRz2ZF9gu0Etyz/F1ies3bPH2uGTmLWrV822VebogPGp 8KEazUlYtqmm0PVdwISzBSzxcDgDPG6lqxV40qKOi3dZtA80f3kTvNoFrJAC7PA/ddFm b6WcHjCWyADZViP068G+KXWc3/ghu/yWxohMDTDRBoIvldnombvIXBVFVkObA2NEccTq DFGA== MIME-Version: 1.0 X-Received: by 10.50.100.167 with SMTP id ez7mr12160844igb.3.1366256976105; Wed, 17 Apr 2013 20:49:36 -0700 (PDT) Received: by 10.43.9.138 with HTTP; Wed, 17 Apr 2013 20:49:36 -0700 (PDT) Date: Wed, 17 Apr 2013 20:49:36 -0700 Message-ID: Subject: pkg_add not working From: Neel Natu To: "current@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 03:49:36 -0000 Hi, I am running HEAD and recently started getting errors on pkg_add. uname: 10.0-CURRENT FreeBSD 10.0-CURRENT #103 r249396M: Thu Apr 11 23:25:06 PDT 2013 > pkg_add -r sudo Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-10-current/Latest/sudo.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch ' ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-10-current/Latest/sudo.tbz' by URL This used to work pretty well until a few days ago. Any clues? best Neel