Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-05-2005, 09:00 PM
|
#1
|
Member
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934
Rep:
|
The file just won't freakin' land!
As I try to download files using Mozilla, I keep finding that it won't fully download. My first try for a 14 MB file may only get 1.6MB, and the second try may get 2.1 MB. Everytime, my download window disappears as if it's done, and when I check the file, it isn't the proper size, often resulting in a bad .deb or tarbal. What is going on here that I'm not getting the whole thing? 
|
|
|
09-06-2005, 09:26 AM
|
#2
|
Member
Registered: Dec 2003
Posts: 43
Rep:
|
Have you tried downloading from another machine?
You may want to check:
- Network settings (duplex, etc.) (ifconfig)
- Bad cable?
T
|
|
|
09-07-2005, 09:04 PM
|
#3
|
Member
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934
Original Poster
Rep:
|
I was having this same problem with my Windows machine too. Since I use a dial-up connection, should I suspect my ISP?
|
|
|
09-07-2005, 09:23 PM
|
#4
|
Member
Registered: Sep 2003
Location: Stevenson, WA, USA
Distribution: Slackware
Posts: 232
Rep:
|
I would suspect the ISP. Mine does that all the time.
One thing to try would be using a P2P client and seeing if it is on Gnutella or other such networks.
|
|
|
09-11-2005, 07:24 PM
|
#5
|
Member
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934
Original Poster
Rep:
|
I have never tried P2P. Can I use it with FTP or HTTP? IE: will Sourceforge support it? 
|
|
|
09-13-2005, 12:23 AM
|
#6
|
Member
Registered: Sep 2003
Location: Stevenson, WA, USA
Distribution: Slackware
Posts: 232
Rep:
|
No, P2P (peer to peer) is a file *sharing* system, so it relies on files other people have downloaded already, and the downloads can be interrupted and resumed at a later date and won't just crap out on you like in Mozilla. Also, since you can download the same file from several people simultaneously, files have the possibility of being much faster than downloading them straight off the web.
So, if everyone with a fast internet connection and a P2P client who read this thread would download that file and share it on Gnutella, you could get that file in no time with a P2P client. I suggest Limewire, but if your not into commercial sofware, here's a site with a list of Linux Gnutella P2P clients: http://www.gnutelliums.com/
But if that ^ idea is going to work, we would need to know the file to download.
|
|
|
09-18-2005, 04:01 PM
|
#7
|
Member
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934
Original Poster
Rep:
|
Never mind, you're talking about something like KaAzA, which has brought death to my system multiple times and gotten me flooded with spam. I'm not playing that anymore! 
|
|
|
09-18-2005, 04:27 PM
|
#8
|
Member
Registered: Feb 2004
Location: Southern Maine, United States
Distribution: Slackware Ubuntu Debian FreeBSD
Posts: 418
Rep:
|
Quote:
Originally posted by lectraplayer
Never mind, you're talking about something like KaAzA, which has brought death to my system multiple times and gotten me flooded with spam. I'm not playing that anymore!
|
no, nothing like kazaa. try bittorrent for a mostly clean system, and a completely clean client. most of the p2p apps on linux are pretty good that way.
try gift or mldonkey if you don't mind compiling a few different packages, limewire is a little nicer if you do.
|
|
|
09-18-2005, 05:36 PM
|
#9
|
Member
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934
Original Poster
Rep:
|
Same basic concept isn't it?
Also, hopefully before long, I can get a better web connection. 
|
|
|
09-19-2005, 02:40 AM
|
#10
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Also use a download manager. It can resume and pause your downloads if you are using a slow net connection.
|
|
|
09-20-2005, 09:05 PM
|
#11
|
Member
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934
Original Poster
Rep:
|
I've found that if the I pause the download and then lose my connection, and then resume the download after restoring the connection, the download managers I've tried do not continue. I have also found that my problem persists with d/l managers, it will download so far and then say "done". Strangely, it seems as if I immediately download it over upon "completion", it will download further. Any ideas here? 
|
|
|
09-22-2005, 03:37 PM
|
#12
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,412
|
If you use
wget will try 30 times default to get the file I think. It will resume on broken downloads also. Sorry I'm on a windows box. I don't recall the switch. Look at the man page for wget.
If wget does not dload it then it is a corrupt file or something. I've seen wget try for 6 hours to get a CD size .iso until it got it.
I read your post, that is a weird problem if a dload mgr won't pick up a stalled file. You can also use a switch to make wget try as many times to resume as you want.
|
|
|
09-24-2005, 05:12 PM
|
#13
|
Member
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934
Original Poster
Rep:
|
Quote:
Originally posted by teckk
If you use
wget will try 30 times default to get the file I think. It will resume on broken downloads also. Sorry I'm on a windows box. I don't recall the switch. Look at the man page for wget.
If wget does not dload it then it is a corrupt file or something. I've seen wget try for 6 hours to get a CD size .iso until it got it.
I read your post, that is a weird problem if a dload mgr won't pick up a stalled file. You can also use a switch to make wget try as many times to resume as you want.
|
Well durn.  That sounds like it may help if I just had wget, but my Linspire box doesn't have it. Think I can hit debian up for it? 
|
|
|
09-24-2005, 05:58 PM
|
#14
|
Member
Registered: Sep 2003
Location: Stevenson, WA, USA
Distribution: Slackware
Posts: 232
Rep:
|
Debian should have it, yes.
|
|
|
09-24-2005, 08:17 PM
|
#15
|
Member
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934
Original Poster
Rep:
|
I tell you what, I know it's installed on my Debian box, think I can find wget on my Deb CD's? ...now if only I could take care of a funky dependency issue that's in another thread. Any ideas on why a .deb package, under Sarge-Debian, would ask for a package that's already correctly installed?  I don't know how I keep finding these unusual problems, but I keep somehow coming up with them. 
|
|
|
All times are GMT -5. The time now is 11:12 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|