From owner-freebsd-questions@FreeBSD.ORG Tue Oct 11 10:04:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 995B616A420 for ; Tue, 11 Oct 2005 10:04:42 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29EC243D46 for ; Tue, 11 Oct 2005 10:04:42 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so304092nzd for ; Tue, 11 Oct 2005 03:04:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NW3WkIBGLKTA8R8HlYGmc7d2BPPGnUTWU+VeOvyOxadWovkZ52sosnWfe87W+MBfascexxvz3qEijGgY6flZpK/FVxDxx3WDkqlZqx49bBFDSZx8flCf6VKF6mEDT6faAQatA7smbsZ05eev37EoAS3ZuZssrkC1kriv5pkYyeo= Received: by 10.37.2.71 with SMTP id e71mr751843nzi; Tue, 11 Oct 2005 03:04:41 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Tue, 11 Oct 2005 03:04:41 -0700 (PDT) Message-ID: Date: Tue, 11 Oct 2005 14:04:41 +0400 From: "Andrew P." To: S R In-Reply-To: <20051011084110.73126.qmail@web80905.mail.scd.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051011084110.73126.qmail@web80905.mail.scd.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: ftp-downloads from any browser stops after 2h 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: Tue, 11 Oct 2005 10:04:42 -0000 On 10/11/05, S R wrote: > Hi :) > > This is probably a quite advanced problem cause I have > asked around a lot. Most people have adviced me to > post this interresting question here. > > Setup: > FreeBSD 5.4 server behind a D-Link DI-604 router > together with two XP-machines. Server runs Fluxbox in > Xvnc and Samba. > 0.5Mb ADSL-connections, not PPPoE. > > Problem: > If I try to download a larger file from ftp (for > example a game-demo from gamershell or fragzone) with > a browser, it just stops after approximately 130 > minutes. > No errors, nothing in /var/log/messages. Doesn't > matter what speed I download with, its around 130 > minutes anyway. > Regular http-downloads works, and ALL downloads works > from the both XP-machines. > ftp from the terminal works, both from VNC and from a > normal ssh-login without VNC. Problem is some links > cant be reached with the terminal ftp, so would be > great if the browsers could start working. > > I have tried: > Switching ports on the router. > Two different NIC's (Realtek and Intel 10/100 PRO). > Mozilla and newest Firefox and newest Opera. > Tried both Fluxbox and KDE. > Just noticed that Opera actually lets me resume the > download, so at least its useable, but would like to > solve this anyway, and kind of interrested what the > problem could possibly be. > > All installs are build from Ports, and they're all > pretty standard installations (like the whole system) > since I'm a real BSD n00b. > > This is the outcome of ifconfig for my Intel-NIC. > ----------------------------------------------- > fxp0: > flags=3D8843 mtu > 1500 > options=3D8 > inet6 fe80::203:47ff:fead:695f%fxp0 prefixlen > 64 scopeid 0x1 > inet 192.168.0.2 netmask 0xffffff00 broadcast > 192.168.0.255 > ether 00:03:47:ad:69:5f > media: Ethernet autoselect (100baseTX > ) > status: active > ----------------------------------------------- > > Thanks a lot if anyone can help me discover why I cant > download ftp from the browsers, when it works from the > terminals ftp-command. Beats me, and everyone else I > asked on BSD-forums all around. > > Best regards > /Sebastian (from Sweden) > > > > __________________________________ > Yahoo! Music Unlimited > Access over 1 million songs. Try it free. > http://music.yahoo.com/unlimited/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > It's really very interesting, but personally I wouldn't trust any browser with a 2h+ download. Try installing Flashgot for firefox, or mozex for Mozilla/Firefox, and handle all the heavy downloads with wget, curl or one of a dozen other nice downloading tools.