nlinecomputers, on Feb 3 2004, 02:23 PM, said:
I try to run this script, the first one, and I get a "Failed ...Host not found" Tried other FTP servers and get the same results.What's wrong here?
Worked fine earlier today.I started a fresh download and test of some different parameters before I went out.Worked fine. Finished 14:12 EST.
wget -m -nH --cut-dirs=5 ftp://ftp.nluug.nl/pub/os/Linux/distr/Mandrake/Mandrake/updates/9.2FINISHED --14:12:08--Downloaded: 786,658,104 bytes in 275 files[root@TestMdk92 hdb1]#
Just rechecked, and tested mirror setup, at same time. No problems.
[root@TestMdk92 Mdk92]# cat getupdt#!/bin/sh# getupdt: Get (mirror) Mdk92 Updates from nluugwget -m -nH --cut-dirs=5 ftp://ftp.nluug.nl/pub/os/Linux/distr/Mandrake/Mandrake/updates/9.2[root@TestMdk92 Mdk92]# ./getupdt--17:45:43-- ftp://ftp.nluug.nl/pub/os/Linux/distr/Mandrake/Mandrake/updates/9.2 => `Mandrake/updates/.listing'Resolving ftp.nluug.nl... done.Connecting to ftp.nluug.nl[192.87.102.36]:21... connected.Logging in as anonymous ... Logged in!==> SYST ... done. ==> PWD ... done.==> TYPE I ... done. ==> CWD /pub/os/Linux/distr/Mandrake/Mandrake/updates ... done.==> PASV ... done. ==> LIST ... done. [ <=> ] 1,109 154.72K/s17:45:45 (154.72 KB/s) - `Mandrake/updates/.listing' saved [1109]--17:45:45-- ftp://ftp.nluug.nl/pub/os/Linux/distr/Mandrake/Mandrake/updates/9.2/9.2 => `Mandrake/updates/9.2/.listing'==> CWD /pub/os/Linux/distr/Mandrake/Mandrake/updates/9.2 ... done.==> PASV ... done. ==> LIST ... done. [ <=> ] 390 190.43K/s17:45:45 (190.43 KB/s) - `Mandrake/updates/9.2/.listing' saved [390]Remote file no newer than local file `Mandrake/updates/9.2/descriptions' -- not retrieving.Remote file no newer than local file `Mandrake/updates/9.2/ls-lR' -- not retrieving.Remote file no newer than local file `Mandrake/updates/9.2/md5sums' -- not retrieving.--17:45:45-- ftp://ftp.nluug.nl/pub/os/Linux/distr/Mandrake/Mandrake/updates/9.2/RPMS/9.2 => `Mandrake/updates/9.2/RPMS/.listing'==> CWD /pub/os/Linux/distr/Mandrake/Mandrake/updates/9.2/RPMS ... done.==> PASV ... done. ==> LIST ... done. [ <=> ] 19,557 59.13K/s17:45:46 (59.13 KB/s) - `Mandrake/updates/9.2/RPMS/.listing' saved [19557]Remote file no newer than local file `Mandrake/updates/9.2/RPMS/GConf-1.0.9-13.1.92mdk.i586.rpm' -- not retrieving.Remote file no newer than local file `Mandrake/updates/9.2/RPMS/GConf2-2.4.0.1-2.1.92mdk.i586.rpm' -- not retrieving....Remote file no newer than local file `Mandrake/updates/9.2/RPMS/tcpdump-3.7.2-2.1.92mdk.i586.rpm' -- not retrieving.Remote file no newer than local file `Mandrake/updates/9.2/RPMS/totem-0.99.4-4.1.92mdk.i586.rpm' -- not retrieving.--17:45:47-- ftp://ftp.nluug.nl/pub/os/Linux/distr/Mandrake/Mandrake/updates/9.2/SRPMS/9.2 => `Mandrake/updates/9.2/SRPMS/.listing'==> CWD /pub/os/Linux/distr/Mandrake/Mandrake/updates/9.2/SRPMS ... done.==> PASV ... done. ==> LIST ... done. [ <=> ] 5,053 34.03K/s17:45:47 (34.03 KB/s) - `Mandrake/updates/9.2/SRPMS/.listing' saved [5053]Remote file no newer than local file `Mandrake/updates/9.2/SRPMS/GConf-1.0.9-13.1.92mdk.src.rpm' -- not retrieving.Remote file no newer than local file `Mandrake/updates/9.2/SRPMS/GConf2-2.4.0.1-2.1.92mdk.src.rpm' -- not retrieving....Remote file no newer than local file `Mandrake/updates/9.2/SRPMS/tcpdump-3.7.2-2.1.92mdk.src.rpm' -- not retrieving.Remote file no newer than local file `Mandrake/updates/9.2/SRPMS/totem-0.99.4-4.1.92mdk.src.rpm' -- not retrieving.--17:45:47-- ftp://ftp.nluug.nl/pub/os/Linux/distr/Mandrake/Mandrake/updates/9.2/base/9.2 => `Mandrake/updates/9.2/base/.listing'==> CWD /pub/os/Linux/distr/Mandrake/Mandrake/updates/9.2/base ... done.==> PASV ... done. ==> LIST ... done. [ <=> ] 344 167.97K/s17:45:48 (167.97 KB/s) - `Mandrake/updates/9.2/base/.listing' saved [344]Remote file no newer than local file `Mandrake/updates/9.2/base/hdlist.cz' -- not retrieving.Remote file no newer than local file `Mandrake/updates/9.2/base/list' -- not retrieving.Remote file no newer than local file `Mandrake/updates/9.2/base/pubkey' -- not retrieving.Remote file no newer than local file `Mandrake/updates/9.2/base/synthesis.hdlist.cz' -- not retrieving.Remote file no newer than local file `Mandrake/updates/9.2/base/timestamp' -- not retrieving.FINISHED --17:45:48--Downloaded: 26,453 bytes in 5 files
Worked fine.
Edited by Owyn, 03 February 2004 - 06:57 PM.