From owner-freebsd-questions@FreeBSD.ORG Sat Jul 25 10:29:31 2009 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 D448A1065673 for ; Sat, 25 Jul 2009 10:29:31 +0000 (UTC) (envelope-from kalle.moller@gmail.com) Received: from mail-fx0-f225.google.com (mail-fx0-f225.google.com [209.85.220.225]) by mx1.freebsd.org (Postfix) with ESMTP id 5591C8FC17 for ; Sat, 25 Jul 2009 10:29:30 +0000 (UTC) (envelope-from kalle.moller@gmail.com) Received: by fxm25 with SMTP id 25so30766fxm.43 for ; Sat, 25 Jul 2009 03:29:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=UJN7OkYvTshYvYxWOkQ3x4VbZ5qZE0222tSNJxvh/5c=; b=JXyh4jrUhGiBqjz7pZsAI103ZBW9DlBCxYMmDkX2FGY7HZ1L5HZP1TCllhoRCYei9w Me3MHe0z4AobiFKZK0nCZI5dFZwO31RQ1278mRtaLiQYx5HpEd5CSIXmIGGAmZtiFPV/ /bMLDir+LpQCY1gwdG0KK67cBY56v7qG64j6o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=Ay764bYShsPBsb5O65raCAeCEdNYL91P4ZxjDCdtzIYIBRlezNqYZz/GkjQ9OaUgfQ xGTSCQHYHl8XLX1bIW7jW7v7AxPeFAcky7fg5XLYMs8g2fnj53v539839G7PfQmP4RVY srg8S+zqIVTxsq2hVy2DAkZ8NR1QwmpiWGnHM= MIME-Version: 1.0 Sender: kalle.moller@gmail.com Received: by 10.204.64.136 with SMTP id e8mr742940bki.46.1248517770161; Sat, 25 Jul 2009 03:29:30 -0700 (PDT) In-Reply-To: <4A6A673D.6000503@ibctech.ca> References: <8250ac3f0907241213j33ea1ee3qcf2f4318d621c7c7@mail.gmail.com> <20090724231158.GA2329@stamfordbru> <8250ac3f0907241837u7c926355ke145cc63df102ebb@mail.gmail.com> <4A6A673D.6000503@ibctech.ca> Date: Sat, 25 Jul 2009 12:29:30 +0200 X-Google-Sender-Auth: 736406c9d5d250d3 Message-ID: <8250ac3f0907250329n1aa9cd67ibb2f9822ba7d3495@mail.gmail.com> From: =?ISO-8859-1?Q?Kalle_M=F8ller?= To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: vim port have a lot of broken links ?? 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: Sat, 25 Jul 2009 10:29:32 -0000 Spot on.. My server is ipv6 ready.. (We are the hosting department of the ISP if we should examine all ticket we get with.. Its the networks fault we wouldn't do anything else :D ) And fetch -4 http://ftp.vim.org/pub/vim/patches/7.2/7.2.002 is working fine= . So it must be that it tries ipv6 first. Well thank you , I'm just gonna add the ipv6 interface after I've installed vim. On Sat, Jul 25, 2009 at 4:00 AM, Steve Bertrand wrote: > Kalle M=F8ller wrote: > > Well any other port works flawless. It's only the vim ports (other =3D > screen > > sudo wget bash apache22 mysql-server subversion etc) > > > > And the ISP is not the problem - I works for them in the network > department > > (its on a 10 G link :D ) > > > > I just made a make distclean and make again > > > > =3D> vim-7.2.tar.bz2 doesn't seem to exist in /tmp/ports/distfiles/vim. > > =3D> Attempting to fetch from http://ftp.vim.org/pub/vim/unix/. > > fetch: transfer timed out > > =3D> Attempting to fetch from > http://mirrors.24-7-solutions.net/pub/vim/unix/. > > vim-7.2.tar.bz2 100% of 7034 kB 254 kBps > > 00m00s > > > > This takes 2-3 min And the 24-7 site only have to around 190.... the > last > > 40 needs to wait for both primary and 24-7 to timeout before the 3rd si= te > > "delivers" > > I don't know which network department you work in at your ISP, but in > this ISP's "network department", we *never* disclaim the possibility of > having an issue until the problem has been resolved, and we know > *exactly* _what_ it was, and _where_ it was (yes, I'm a little sensitive > to blind claims that "it's not our fault" ;) > > > Looked a little deeper... It seems like I can > > > > wget http://ftp.vim.org/pub/vim/patches/7.2/7.2.002 > > > > But i cannont > > > > fetch http://ftp.vim.org/pub/vim/patches/7.2/7.2.002 > > > > wget goes smoothly but fetch times out > > Both work here: > > # fetch -4 http://ftp.vim.org/pub/vim/patches/7.2/7.2.002 > 7.2.002 100% of 1462 B 9327 kBps > > # wget -4 http://ftp.vim.org/pub/vim/patches/7.2/7.2.002 > [...snip...] > 2009-07-24 21:52:01 (113 MB/s) - `7.2.002.1' saved [1462/1462] > > However, it seems as though ftp.vim.org is IPv6 enabled, but both fetch > and wget time-out when trying to reach it over IPv6. eg: > > # wget -6 http://ftp.vim.org/pub/vim/patches/7.2/7.2.002 > > --2009-07-24 22:02:13-- http://ftp.vim.org/pub/vim/patches/7.2/7.2.002 > Resolving ftp.vim.org... 2001:610:1:80aa:192:87:102:42, > 2001:610:1:80aa:192:87:102:43 > Connecting to ftp.vim.org|2001:610:1:80aa:192:87:102:42|:80... connected. > HTTP request sent, awaiting response... > ^C > > Are you IPv6 ready? If not, do you have v6 enabled in some fashion that > could be interfering with proper Internet communication? > > Steve > > > > > > > > > --=20 Med Venlig Hilsen Kalle R. M=F8ller