Slackware This Forum is for the discussion of Slackware Linux.
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.
02-09-2005, 07:09 PM
#1
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep:
Slackware-10.1 DVD ISO d/l greater than filesize
The Slackware-10.1 DVD ISO filesize is:
Code:
ftp://ftp.slackware.no/linux/ISO-images/Slackware/Current-ISO-build/
slackware-10.1-DVD.iso 3172884 KB 02/07/2005 12:15:00 PM
I downloaded it yesterday with gftp and is was running
over the size to 112%. I checked the filesize and it was
too large, so I rm'ed it and started over.
Today it's doing the same thing. Right now gftp says:
Code:
ftp.slackware.no 119% complete, 13254:06:41 est. time remaining. File 1 of 1
Slackware-10.1-DVD.iso Recv 3,907,348,184 of 3,249,033,216 at 89.82KB/s, 13420:59:06 est. time remaining.
And this is what my drive shows:
Code:
mingdao@james:~/titus$ ls -alc ~/iso
total 8858518
drwxr-xr-x 2 mingdao users 904 2005-02-09 15:12 ./
drwx--x--x 76 mingdao users 5256 2005-02-09 16:56 ../
-rw-r--r-- 1 mingdao users 3918101824 2005-02-10 09:03 slackware-10.1-DVD.iso
-rw-r--r-- 1 mingdao users 58 2005-02-09 02:38 slackware-10.1-DVD.iso.md5
NB: numbers are not exactly the same because it's still
downloading and I can't copy and paste from gftp.
Why in the world is this happening, and how do I stop
it from downloading when the file is full?
I downloaded all the Slackware-10.1 CDs with gftp
and had no problems; nor with anything else I've used
gftp to d/l.
Last edited by Bruce Hill; 02-09-2005 at 07:11 PM .
02-09-2005, 08:18 PM
#2
Senior Member
Registered: Nov 2004
Location: Third rock from the Sun
Distribution: NetBSD-2, FreeBSD-5.4, OpenBSD-3.[67], RHEL[34], OSX 10.4.1
Posts: 1,197
Rep:
I don't know anythnig about gftp (don't like clicky clicky ftp programs), but I'd make sure it's using BINARY mode to DL the file, even though from *NIX -> *NIX it shouldn't really matter.
Barring that, I'd try ncftp, bsdftp, wget, fetch, links, lynks or one of the host of other FTP capable programs likely available on your system.
02-09-2005, 08:38 PM
#3
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Original Poster
Rep:
Quote:
Originally posted by sigsegv
make sure it's using BINARY mode to DL the file, even though from *NIX -> *NIX it shouldn't really matter.
Barring that, I'd try ncftp, bsdftp, wget, fetch, links, lynks or one of the host of other FTP capable programs likely available on your system.
Thanks, sigsegv...
Code:
227 Entering Passive Mode (158,36,2,10,231,21).
RETR /linux/ISO-images/Slackware/Current-ISO-build/slackware-10.1-DVD.iso
150 Opening BINARY mode data connection for /linux/ISO-images/Slackware/Current-ISO-build/slackware-10.1-DVD.iso (3249033216 bytes)
Since it's worked for other iso d/ls, and I've set it to binary rather
than ascii, I didn't think that was the problem.
Trying wget -- will see what happens.
Just thought it would be interesting to have a Slackware distro on on disc.
02-09-2005, 08:52 PM
#4
Member
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669
Rep:
why not download the whole 10.1 directory tree and make your own iso with the readme in the isolinux directory
02-09-2005, 08:57 PM
#5
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Original Poster
Rep:
Quote:
Originally posted by Boow
why not download the whole 10.1 directory tree and make your own iso with the readme in the isolinux directory
Why?
Because I didn't want to "make an iso," I just wanted
to download one that's already available on the web.
02-10-2005, 07:54 PM
#6
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Original Poster
Rep:
wget failed also
maybe there is a problem with the ftp.slackware.no server. wget d/led
2147483647 2005-02-11 09:47 slackware-10.1-DVD.iso
and then quit.
I just ran this
Code:
mingdao@james:~/downloads$ wget -c ftp://ftp.slackware.no/linux/ISO-ima...e-10.1-DVD.iso
--09:47:10-- ftp://ftp.slackware.no/linux/ISO-ima...e-10.1-DVD.iso
=> `slackware-10.1-DVD.iso'
Resolving ftp.slackware.no... 158.36.2.10
Connecting to ftp.slackware.no[158.36.2.10]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /linux/ISO-images/Slackware/Current-ISO-build ... done.
==> SIZE slackware-10.1-DVD.iso ... done.
==> PORT ... done. ==> REST 2147483647 ... done.
==> RETR slackware-10.1-DVD.iso ... done.
Length: 1,101,549,569 [-1,045,934,078 to go] (unauthoritative)
100%[+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++] 2,147,483,647 --.--K/s File size limit exceeded
mingdao@james:~/downloads$
Any more ideas?
I'd still like to know why gftp kept d/ling over the limit of
the filesize. I've used it for years and never had such a
problem.
Since gftp and wget BOTH had a problem from that server,
I'm assuming the problem lies with the DVD.iso on that server.
02-11-2005, 07:57 AM
#7
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Original Poster
Rep:
I tried again with wget and it got to the same point
and failed again.
Also downloaded it with Firefox 1.0 from the same
ftp://ftp.slackware.no/linux/ISO-ima...ent-ISO-build/
site. It ran over just like the gftp download.
Conclusion...there's a problem with the ftp.slackware.no
server and/or that slackware-10.1-DVD.iso image -- which
by the way, is NOT an official Slackware image.
02-12-2005, 06:15 PM
#8
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Original Poster
Rep:
Finally got it with ncftpget...what a pain this d/l turned out to be,
and I'd still like to know why gftp and Firefox both let it run over...
Thread Tools
Search this Thread
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 10:01 AM .
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