LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-05-2005, 09:00 PM   #1
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Rep: Reputation: 32
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?
 
Old 09-06-2005, 09:26 AM   #2
tedfordgif
Member
 
Registered: Dec 2003
Posts: 43

Rep: Reputation: 15
Have you tried downloading from another machine?

You may want to check:
- Network settings (duplex, etc.) (ifconfig)
- Bad cable?

T
 
Old 09-07-2005, 09:04 PM   #3
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
I was having this same problem with my Windows machine too. Since I use a dial-up connection, should I suspect my ISP?
 
Old 09-07-2005, 09:23 PM   #4
Berto
Member
 
Registered: Sep 2003
Location: Stevenson, WA, USA
Distribution: Slackware
Posts: 232

Rep: Reputation: 30
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.
 
Old 09-11-2005, 07:24 PM   #5
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
I have never tried P2P. Can I use it with FTP or HTTP? IE: will Sourceforge support it?
 
Old 09-13-2005, 12:23 AM   #6
Berto
Member
 
Registered: Sep 2003
Location: Stevenson, WA, USA
Distribution: Slackware
Posts: 232

Rep: Reputation: 30
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.
 
Old 09-18-2005, 04:01 PM   #7
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
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!
 
Old 09-18-2005, 04:27 PM   #8
DaWallace
Member
 
Registered: Feb 2004
Location: Southern Maine, United States
Distribution: Slackware Ubuntu Debian FreeBSD
Posts: 418

Rep: Reputation: 31
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.
 
Old 09-18-2005, 05:36 PM   #9
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
Same basic concept isn't it?

Also, hopefully before long, I can get a better web connection.
 
Old 09-19-2005, 02:40 AM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Also use a download manager. It can resume and pause your downloads if you are using a slow net connection.
 
Old 09-20-2005, 09:05 PM   #11
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
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?
 
Old 09-22-2005, 03:37 PM   #12
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,412
Blog Entries: 7

Rep: Reputation: 1954Reputation: 1954Reputation: 1954Reputation: 1954Reputation: 1954Reputation: 1954Reputation: 1954Reputation: 1954Reputation: 1954Reputation: 1954Reputation: 1954
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.
Code:
man 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.
 
Old 09-24-2005, 05:12 PM   #13
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
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.
Code:
man 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?
 
Old 09-24-2005, 05:58 PM   #14
Berto
Member
 
Registered: Sep 2003
Location: Stevenson, WA, USA
Distribution: Slackware
Posts: 232

Rep: Reputation: 30
Debian should have it, yes.
 
Old 09-24-2005, 08:17 PM   #15
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Happy Freakin Birthday To Me masonm General 4 10-23-2005 04:19 PM
freakin' sound doesn't work sodaking663rd Linux - Newbie 3 08-19-2005 04:26 PM
Why is 10.1 so freakin' slow? matthewa Slackware 42 07-04-2005 02:06 PM
UGH, freakin ATI Drivers darktalon96 Slackware 4 10-05-2004 10:51 PM
boot this freakin thin cmandan Linux - General 1 09-26-2003 01:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration