From owner-freebsd-ports@FreeBSD.ORG Sun Sep 25 15:19:21 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B3E0106566B for ; Sun, 25 Sep 2011 15:19:21 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2CB1A8FC08 for ; Sun, 25 Sep 2011 15:19:20 +0000 (UTC) Received: by ywp17 with SMTP id 17so4755659ywp.13 for ; Sun, 25 Sep 2011 08:19:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=V9khodvybKZlxpGZuKXkeWzJ/JecvDzHPA99JA1750w=; b=dEGvTDkMiYu2qrq/oC9RW1wkXcTVbMIrzeqxF1gkJ5NlOzwXfaOPRIMsq9fGeB714u F6HDMkLfSdAPH2hCvaVmu9qkrK7VylQi8msDUChm6iy7sA8H48lqFDZXAKvdxlGF9/Qe FqmhJhDqkViDopegm+uH33Tn3rS8cOv4OQatk= Received: by 10.231.65.73 with SMTP id h9mr7652711ibi.21.1316963959093; Sun, 25 Sep 2011 08:19:19 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.35.194 with HTTP; Sun, 25 Sep 2011 08:18:49 -0700 (PDT) In-Reply-To: <20110925140608.GA65634@mech-cluster241.men.bris.ac.uk> References: <20110925140608.GA65634@mech-cluster241.men.bris.ac.uk> From: Chris Rees Date: Sun, 25 Sep 2011 16:18:49 +0100 X-Google-Sender-Auth: 6nlQjqiJqlxhxdwiOZ7B6su0BGc Message-ID: To: Anton Shterenlikht Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: ftp://ftp.dti.ad.jp returns 421 - anybody else seing this? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2011 15:19:21 -0000 On 25 September 2011 15:06, Anton Shterenlikht wrote: > ftp ftp.dti.ad.jp > Trying 202.216.228.228:21 ... > Connected to ftp.dti.ad.jp. > 421 Service not available, remote server has closed connection. > > This ftp server is defined in bsd.sites.mk: > > grep ftp.dti.ad.jp /usr/ports/Mk/bsd.sites.mk > =A0 =A0 =A0 =A0ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ > =A0 =A0 =A0 =A0http://ftp.dti.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ > =A0 =A0 =A0 =A0ftp://ftp.dti.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ > =A0 =A0 =A0 =A0ftp://ftp.dti.ad.jp/pub/FreeBSD/%SUBDIR%/ > =A0 =A0 =A0 =A0ftp://ftp.dti.ad.jp/pub/lang/gcc/%SUBDIR%/ \ > =A0 =A0 =A0 =A0ftp://ftp.dti.ad.jp/pub/X/gnome/%SUBDIR%/ \ > =A0 =A0 =A0 =A0ftp://ftp.dti.ad.jp/pub/GNU/%SUBDIR%/ \ > =A0 =A0 =A0 =A0ftp://ftp.dti.ad.jp/pub/net/isc/%SUBDIR%/ \ > =A0 =A0 =A0 =A0ftp://ftp.dti.ad.jp/pub/NetBSD/packages/distfiles/%SUBDIR%= / \ > =A0 =A0 =A0 =A0ftp://ftp.dti.ad.jp/pub/lang/CPAN/%CPANSORT%/%SUBDIR%/ \ > =A0 =A0 =A0 =A0ftp://ftp.dti.ad.jp/pub/X/WindowMaker/%SUBDIR%/ > =A0 =A0 =A0 =A0ftp://ftp.dti.ad.jp/pub/X/XFree86/mirror/X.Org/contrib/%SU= BDIR%/ \ > =A0 =A0 =A0 =A0ftp://ftp.dti.ad.jp/pub/unix/editor/xemacs/%SUBDIR%/ \ Hm, ping again if it's still doing it next week and we can chop it out of bsd.sites.mk. Chris