From owner-freebsd-current@FreeBSD.ORG Sat Nov 2 01:55:13 2013 Return-Path: Delivered-To: current@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 ESMTP id 66C4121A for ; Sat, 2 Nov 2013 01:55:13 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [IPv6:2607:fc50:1000:7400:216:3eff:fe72:314f]) by mx1.freebsd.org (Postfix) with ESMTP id 3756F27CC for ; Sat, 2 Nov 2013 01:55:13 +0000 (UTC) Received: from latitude.home.vangyzen.net (173-20-209-204.client.mchsi.com [173.20.209.204]) by smtp.vangyzen.net (Postfix) with ESMTP id EAA895641F for ; Fri, 1 Nov 2013 20:55:11 -0500 (CDT) Message-ID: <52745B7F.2080608@vangyzen.net> Date: Fri, 01 Nov 2013 20:55:11 -0500 From: Eric van Gyzen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: current@freebsd.org Subject: Re: Official FreeBSD Binary Packages now available for pkgng References: <5271BC11.1010303@FreeBSD.org> <5272D0DE.4080209@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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: Sat, 02 Nov 2013 01:55:13 -0000 On 10/31/2013 05:21 PM, Freddie Cash wrote: >> >tried pkg.freebsd.org it got below. >> >Our DNS server can resolve proxy server only. >> >Only proxy server can resolve internet sites, this is how our company force >> >all traffic went through proxy server. >> > >> >Eric >> > >> >Network Error (dns_server_failure) >> > >> > Your request could not be processed because an error occurred contacting >> >the DNS server. The DNS server may be temporarily unavailable, or there >> >could be a network problem. >> >If problem persists, please open a ticket with Motorola help desk; and copy >> >and paste this page in ticket. >> > >> >Date/Time: 2013-10-31 22:11:37 Request: GEThttp://pkg.freebsd.org/ Error: >> >(dns_server_failure) Proxy Name: proxy >> >Proxy IP: xxx.xxx.xxx.xxx Client IP: zzz.zzz.zzz.zzz >> >Referer URL: >> > > ​So, then manually specific a specific pkg mirror and by-pass the DNS SRV > record resolution step.​ This kind of proxy configuration is not uncommon. It would be awesome if this would Just Work. It would remove an impediment to adoption, which is especially important in the kind of environments that have this kind of proxy configuration. Simply adding the mirrors' A (and AAAA) records to pkg.freebsd.org might suffice. Alternatively, running an HTTP-redirection service on a host named pkg.freebsd.org would offer as much flexibility as the SRV records, if not more. However, it would require maintenance of yet another central service. Eric