From owner-freebsd-questions@FreeBSD.ORG Mon Jul 28 10:28:00 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 972D8106567D for ; Mon, 28 Jul 2008 10:28:00 +0000 (UTC) (envelope-from thavinci@thavinci.za.net) Received: from thavinci.za.net (thavinci.za.net [196.211.117.42]) by mx1.freebsd.org (Postfix) with ESMTP id 358328FC08 for ; Mon, 28 Jul 2008 10:27:59 +0000 (UTC) (envelope-from thavinci@thavinci.za.net) Received: from thavinci.za.net (localhost.thavinci.za.net [127.0.0.1]) by thavinci.za.net (Postfix) with ESMTP id 5AD1D1EE81D; Mon, 28 Jul 2008 12:10:09 +0200 (SAST) Received: from thavinciPC (unknown [192.168.12.110]) by thavinci.za.net (Postfix) with ESMTP id 2EA0F1EE804; Mon, 28 Jul 2008 12:10:09 +0200 (SAST) From: "Marcel Grandemange" To: Date: Mon, 28 Jul 2008 12:09:16 +0200 Message-ID: <000f01c8f09a$002bf610$0083e230$@za.net> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 thread-index: Acjwmf2qxi6Zr2oJRQS8Osqp5YSjHA== Content-Language: en-us X-Virus-Scanned: ClamAV using ClamSMTP Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: steyn@e-soul.co.za Subject: wget vs fetch 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: Mon, 28 Jul 2008 10:28:00 -0000 I have a problem with a box I upgraded from FreeBSD 6.2 To FreeBSD7 It seems the following is happening when I try use portupgrade -a or even building ports. ALL transfers that are FTP fail. Now to make this simple, I have following environmental variables set.. http_proxy=http://192.168.12.4:3128/ ftp_proxy=http://192.168.12.1:3128/ FTP_PASSIVE_MODE=YES And here is the strange thing.. Fetch fails, but if I use wget there is no problem. The firewall does allow ftp to go directly aswell, so I have also tried leaving out any and all proxy settings, this fails aswell. (Except for wget once again) And here is the crux. I have 5 mahcines on SAME network that has no issues like this, so this makes me think fetch is broke somehow. How can I force FreeBSD to use wget instead of fetch to bypass this? Ive tried setting env FETCH_CMD=wget but that results in wget failing with msg: Try `wget --help' for more options. => Attempting to fetch from http://mirror.sg.depaul.edu/pub/security/nmap/. wget: invalid option -- Usage: wget [OPTION]... [URL]... Thankx ahead!