LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 10-19-2012, 07:46 AM   #1
Sum1
Member
 
Registered: Jul 2007
Distribution: Fedora, CentOS, and would like to get back to Gentoo
Posts: 332

Rep: Reputation: 30
wget issue trying to upgrade slack 13.37 to 14.0


I'm embarrassed for having to ask the forums for help on this one, but I've read the wget man page and tried different commands and http mirrors, and all I can pull is an index.html file.

My current server install is 32-bit Slackware 13.37 and trying to download the 14.0 directory to follow UPGRADE.TXT as I did from 13.1 to 13.37.

Nothing works:

Code:
 wget -v -r -np --reject="index.html" http://mirrors3.kernel.org/slackware/slackware-14.0/*.*

 wget -v -r -np http://mirrors3.kernel.org/slackware/slackware-14.0/*.*

 wget -v -r http://mirrors3.kernel.org/slackware/slackware-14.0/*.*

 wget -v -r -np http://mirrors3.kernel.org/slackware/slackware-14.0/

 wget -v -r -np http://mirrors3.kernel.org/slackware/slackware-14.0

 wget -v -r http://mirrors3.kernel.org/slackware/slackware-14.0/
All respond with some slight variation of:

Code:
--2012-10-19 08:44:52--  http://mirrors3.kernel.org/slackware/slackware-14.0/
Resolving mirrors3.kernel.org (mirrors3.kernel.org)... 68.87.91.199
Connecting to mirrors3.kernel.org (mirrors3.kernel.org)|68.87.91.199|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://actsvr.comcastonline.com/landing_filter.html [following]
--2012-10-19 08:44:52--  http://actsvr.comcastonline.com/landing_filter.html
Resolving actsvr.comcastonline.com (actsvr.comcastonline.com)... 68.87.91.196
Connecting to actsvr.comcastonline.com (actsvr.comcastonline.com)|68.87.91.196|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 253 [text/html]
Saving to: `mirrors3.kernel.org/slackware/slackware-14.0/index.html'

100%[===========================================================================================================>] 253         --.-K/s   in 0s

2012-10-19 08:44:53 (3.27 MB/s) - `mirrors3.kernel.org/slackware/slackware-14.0/index.html' saved [253/253]

FINISHED --2012-10-19 08:44:53--
Total wall clock time: 0.5s
Downloaded: 1 files, 253 in 0s (3.27 MB/s)
Thank you for your help.
 
Old 10-19-2012, 08:37 AM   #2
Sum1
Member
 
Registered: Jul 2007
Distribution: Fedora, CentOS, and would like to get back to Gentoo
Posts: 332

Original Poster
Rep: Reputation: 30
I don't know if this is helpful but I've provided the contents of the index.html file:


Code:
root@box:~/mirrors3.kernel.org/slackware/slackware-14.0# cat index.html
<html>
<head>
<title>Comcast Activation</title>
<meta http-equiv="refresh" content="0; URL=https://activate.comcast.com/RoutingEngine/accountlookup.do">
</head>
<!--<p>Loading <a href="nocache/realactsvr.html">Comcast activation page</a></p>-->
</html>
 
Old 10-19-2012, 09:35 AM   #3
Sum1
Member
 
Registered: Jul 2007
Distribution: Fedora, CentOS, and would like to get back to Gentoo
Posts: 332

Original Poster
Rep: Reputation: 30
SOLVED.

1. Problem unrelated to Slackware or wget: Installed a new docsis 3.0 modem a week ago and my wget attempts were the first time I tried to reach the internet via the router/firewall/server box. Seeing the strange Comcast activation message in the index.html file led me to try reaching any internet address. Tried links http://www.google.com and received another odd http error message from Comcast. At this point, I figured a reboot might help. Upon reboot, the device was recognized and/or "activated" by Comcast --- have no idea what that's about, but that's another issue.

2. Tried the following wget command: wget -v -r -np http://mirrors3.kernel.org/slackware/slackware-14.0/
This also failed, but I received a file titled "robots.txt"
Googled wget robots.txt and added -e robots=off to the above-stated command and it seems to have solved everything.
Entire slackware-14.0 directory is downloading as I write.

Thanks for your patience.

Last edited by Sum1; 10-19-2012 at 09:40 AM.
 
Old 10-19-2012, 10:18 AM   #4
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Try this command alternatively, if you keep getting issues with wget:
Code:
lftp -c "open http://mirrors3.kernel.org/slackware/ ; mirror slackware-14.0"
Eric
 
Old 10-19-2012, 10:30 AM   #5
Sum1
Member
 
Registered: Jul 2007
Distribution: Fedora, CentOS, and would like to get back to Gentoo
Posts: 332

Original Poster
Rep: Reputation: 30
Thank you, A_B!
I will try this on another Slack server under my jurisdiction. :-)
 
  


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
Weird non-root login issue after upgrade to Slack 12.2 rvdboom Slackware 7 12-23-2008 06:20 AM
wget AND upgrade question Baghdad Linux - Newbie 5 01-21-2006 11:46 PM
wget issue Equin Linux - General 0 10-17-2004 06:28 PM
keep slack 10 updated with wget? mipia Slackware 8 10-13-2004 05:01 PM
wget & Slack patches revenant Linux - Software 2 08-30-2004 12:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

All times are GMT -5. The time now is 08:58 AM.

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