From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9823 invoked by alias); 7 Jul 2006 11:40:13 -0000 Received: (qmail 9814 invoked by uid 22791); 7 Jul 2006 11:40:11 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.191) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 07 Jul 2006 11:40:07 +0000 Received: by nf-out-0910.google.com with SMTP id a4so291662nfc for ; Fri, 07 Jul 2006 04:40:04 -0700 (PDT) Received: by 10.78.179.12 with SMTP id b12mr618155huf; Fri, 07 Jul 2006 04:40:04 -0700 (PDT) Received: by 10.78.41.12 with HTTP; Fri, 7 Jul 2006 04:40:04 -0700 (PDT) Message-ID: Date: Fri, 07 Jul 2006 11:40:00 -0000 From: "Fischetti Antonio" To: "Alex Schuilenburg" Cc: ecos-discuss@ecos.sourceware.org In-Reply-To: <44AE1C6D.8000405@ecoscentric.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6f506bf60607060934x2d1bc981uf65b5e0e5a1be5f1@mail.gmail.com> <44AE1C6D.8000405@ecoscentric.com> X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Re: wget problem for the Proxy X-SW-Source: 2006-07/txt/msg00026.txt.bz2 Wow!!! Thank you very much, it works!!!! But.... the download does work, it says "complete". It's the unpacking that doesn't work. Find below a copy from my shell. ___________________________ Please select GNU tools to download and install: 4 [1] arm-elf [2] i386-elf [3] mipsisa32-elf [*] powerpc-eabi [5] sh-elf [q] Finish selecting GNU tools ("*" indicates tools already selected) Please select GNU tools to download and install: q Entering C:\cygwin\opt\ecos Retrieving GNU tools for powerpc-eabi Connected... Downloading ecoscentric-gnutools-powerpc-eabi-1.4-2.cygwin.tar.bz2... File size 13,483,656 bytes [**************************************************] Retrieving eCos version 2.0 Connected... Downloading ecos-2.0.cygwin.tar.bz2... File size 14,337,622 bytes [**************************************************] Downloads complete. If you wish to disconnect from the internet you may do so now. Unpacking ecoscentric-gnutools-powerpc-eabi-1.4-2.cygwin.tar.bz2... Unpacking ecos-2.0.cygwin.tar.bz2... *** tar returned error. *** First five lines of error output believed to be: *** ecos-install.tcl error: tar unpack failed ___________________________ In my '/opt/ecos/gnutools/powerpc-eabi/bin' I see all the 'powerpc-...exe' files. So it seems that unpacking gnutools-powerpc tar files was successful. It's ecos2 unpacking that fails, isn't it? Thanx for your help, Antonio. On 7/7/06, Alex Schuilenburg wrote: > Fischetti Antonio wrote: > > Hi, it seems it improved a bit. > > My 'wgetrc' file now looks like (I replaced the real Proxy name, IP > > and port with > > , , and ) > > > > ______________ > > > > http_proxy = : > > ftp_proxy = : > > use_proxy = on > > ______________ > > > > > > This is what gets displayed on my Cygwin window > > ______________ > > $ wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl > > --10:05:41-- ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl > > => `ecos-install.tcl.1' > > Resolving ... > > Connecting to ||:... connected. > > Proxy request sent, awaiting response... 407 Proxy Authentication > > Required > > 10:05:41 ERROR 407: Proxy Authentication Required. > > ______________ > > > > And it stops. > > When I usually connect to the proxy (i.e. to surf the web) I provide a > > username and password. How can I add Username/password to 'wgetrc'? Or > > is there anything else to be done? > Also add to .wgetrc > > proxy_user = > > proxy_passwd = > > > -- Alex > > Managing Director / CEO eCosCentric Limited > http://www.ecoscentric.com/ The eCos and RedBoot experts > > > > > > > > Thanx alot, > > Antonio. > > > > On 7/6/06, Grant Mills wrote: > >> Find and edit .wgetrc > >> > >> Set the proxies. There is one for http and one for ftp: > >> > >> http_proxy = > >> ftp_proxy = > >> > >> Don't forget to enable the proxies either: > >> > >> use_proxy = on > >> > >> This may be of little use if your ftp proxy server does not conform to > >> what wget supports. NcFTP and FileZilla both have much broader > >> support for proxy servers. > >> > >> On 7/6/06, Fischetti Antonio wrote: > >> > I'm can't download with > >> > wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl > >> > > >> > It says "Unresolved Host". > >> > I am under a proxy. > >> > Do I need a special version of wget. Sort of 'socks' style? > >> > > >> > Thanx. > >> > > >> > -- > >> > Before posting, please read the FAQ: > >> http://ecos.sourceware.org/fom/ecos > >> > and search the list archive: > >> http://ecos.sourceware.org/ml/ecos-discuss > >> > > >> > > >> > >> > >> -- > >> Grant Mills > >> gmills@ucsd.edu > >> > > > > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss