![]() |
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/*.*Code:
--2012-10-19 08:44:52-- http://mirrors3.kernel.org/slackware/slackware-14.0/ |
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 |
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. |
Try this command alternatively, if you keep getting issues with wget:
Code:
lftp -c "open http://mirrors3.kernel.org/slackware/ ; mirror slackware-14.0" |
Thank you, A_B!
I will try this on another Slack server under my jurisdiction. :-) |
| All times are GMT -5. The time now is 11:30 AM. |