While trying to download a whole ftp directory, I issued the command
wget -c -t 0 -r -X /7.3/en/os/athlon,/7.3/en/os/SRPMS
ftp://updates.redhat.com/7.3/en/os
and I got
*
*
100%[====================================================================================================================>]
1,101,605 67.10K/s ETA 00:00
22:58:37 (67.10 KB/s) -
`updates.redhat.com/7.3/en/os/noarch/kde-i18n-Norwegian-3.0.3-0.7.3.noarch.rpm'
guardado [1101605]
--22:58:37--
ftp://updates.redhat.com/7.3/en/os/noarch/kde-i18n-Norwegian-Nynorsk-3.0.3-0.7.3.noarch.rpm
=>
`updates.redhat.com/7.3/en/os/noarch/kde-i18n-Norwegian-Nynorsk-3.0.3-0.7.3.noarch.rpm'
==> no se requiere CWD.
==> PORT ... hecho. ==> RETR
kde-i18n-Norwegian-Nynorsk-3.0.3-0.7.3.noarch.rpm ... hecho.
Longitud: 1,091,048
*
*
*
100%[====================================================================================================================>]
966,687 83.90K/s ETA 00:00
23:05:13 (83.90 KB/s) -
`updates.redhat.com/7.3/en/os/noarch/kde-i18n-Turkish-3.0.3-0.7.3.noarch.rpm'
guardado [966687]
--23:05:13--
ftp://updates.redhat.com/7.3/en/os/noarch/kde-i18n-Ukrainian-3.0.3-0.7.3.noarch.rpm
=>
`updates.redhat.com/7.3/en/os/noarch/kde-i18n-Ukrainian-3.0.3-0.7.3.noarch.rpm'
==> no se requiere CWD.
==> PORT ... hecho. ==> RETR kde-i18n-Ukrainian-3.0.3-0.7.3.noarch.rpm
... hecho.
Longitud: 1,056,563
100%[====================================================================================================================>]
1,056,563 67.97K/s ETA 00:00
23:05:29 (67.97 KB/s) -
`updates.redhat.com/7.3/en/os/noarch/kde-i18n-Ukrainian-3.0.3-0.7.3.noarch.rpm'
guardado [1056563]
ACABADO --23:05:29--
Descargados: 554,760,293 bytes en 336 ficheros
but instead of 336, there were only 3 files:
[lmarquez@pc-lmarquez tmp]$ cd updates.redhat.com/7.3/en/os/
[lmarquez@pc-lmarquez os]$ ls
i386 i486 i586 i686 noarch
[lmarquez@pc-lmarquez os]$ du
1812 ./i386
4 ./i486
4 ./i586
4 ./i686
4 ./noarch
1832 .
[lmarquez@pc-lmarquez os]$ ls i386/
vnc-3.3.3r2-28.2.i386.rpm vnc-doc-3.3.3r2-28.2.i386.rpm
vnc-server-3.3.3r2-28.2.i386.rpm
[lmarquez@pc-lmarquez os]$ ls noarch/
[lmarquez@pc-lmarquez os]
The first time I was using redhat 7.1 on an ext2 filesystem. I upgraded
the system 'cause I thought it was the ext2 fs
losing inodes. But it happened again on redhat 7.3 on a ext3 fs. My
system is a P4. Other info:
[root@pc-lmarquez lmarquez]# uname -a
Linux pc-lmarquez.cicese.mx 2.4.18-3 #1 Thu Apr 18 07:37:53 EDT 2002
i686 unknown
[root@pc-lmarquez lmarquez]# rpm -qa | grep wget
wget-1.8.1-4
As a final note, I issued the same command on the same machine, but this
time in my home directory (which is a
reiserfs) and there wget worked just fine. The HD had enough space:
[root@pc-lmarquez lmarquez]# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/hda3 25142296 3179516 20685616 14% /
/dev/hda2 101107 8851 87035 10% /boot
/dev/hda6 6241024 2864128 3376896 46% /home
/dev/hda1 6132824 866544 5266280 15% /mnt/win
none 257096 0 257096 0% /dev/shm
|