Aldo wrote on Mon, Mar 26, 2007 at 07:50:58PM +0200 > Hello, > > je n'arrive pas à rapatrier par axel ou wget l'iso dvd de Feisty; avec > Lynx ça donne un stalled durant 433 secs ou plus, puis hops, j'ai > urlview d'où je venais, mais l'iso est fichue.
La taille de l'ISO dépasse probablement celle de la partition où se trouve /tmp qu'utilise par défaut Lynx pour stocker le fichier intermédiaire avant de le recopier au bon endroit. essaie sur une partition suffisamment grande $ lynx -dump l_url_de_l_iso > le_fichier.iso Dans ce cas, ça devrait écrire directement dans le fichier cible sans passer par un fichier intermédiaire (sur /tmp). dom > > Cf. typescript: > > Script started on Mon 26 Mar 2007 07:38:44 PM CEST > > axel > http://cdimage.ubuntu.com/releases/feisty/beta/ubuntu-7.04-beta-dvd-i386.iso > Initializing download: > http://cdimage.ubuntu.com/releases/feisty/beta/ubuntu-7.04-beta-dvd-i386.iso > File size: -2147483648 bytes > Opening output file ubuntu-7.04-beta-dvd-i386.iso > Crappy filesystem/OS.. Working around. :-( > Starting download > > Connection 3 finished > Write error! > > Downloaded 0 bytes in 0 seconds. (0.00 KB/s) > Segmentation fault > > axel > http://cdimage.ubuntu.com/releases/feisty/beta/ubuntu-7.04-beta-dvd-i386.iso . > Initializing download: > http://cdimage.ubuntu.com/releases/feisty/beta/ubuntu-7.04-beta-dvd-i386.iso > File size: -2147483648 bytes > Opening output file ubuntu-7.04-beta-dvd-i386.iso > State file found: 0 bytes downloaded, -2147483648 to go. > Starting download > > Connection 3 finished > Write error! > > Downloaded 0 bytes in 0 seconds. (0.00 KB/s) > Segmentation fault > > Je refais un essai mais avec wget: > > --19:40:11-- > http://cdimage.ubuntu.com/releases/feisty/beta/ubuntu-7.04-beta-dvd-i386.iso > => `ubuntu-7.04-beta-dvd-i386.iso.1' > Resolving cdimage.ubuntu.com... 91.189.88.34, 91.189.89.4 > Connecting to cdimage.ubuntu.com[91.189.88.34]:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: -84,105,216 [application/x-iso9660-image] > > > [<=> ] 0 --.--K/s > > [ <=> ] 1,096 --.--K/s > > > 19:40:11 (10.45 MB/s) - `ubuntu-7.04-beta-dvd-i386.iso.1' saved > [1096/-84105216]) > > --19:40:11-- http://./ > => `index.html' > Resolving .... failed: Host not found. > > FINISHED --19:40:11-- > Downloaded: 1,096 bytes in 1 files > > ls -lrt > [00mtotal 12 > drwxr-sr-x 4 root staff 4096 Feb 19 14:07 [01;34mHLVAA[00m > -rw-r--r-- 1 root staff 1096 Mar 22 09:03 > [00mubuntu-7.04-beta-dvd-i386.iso.1[00m > -rw-r--r-- 1 root staff 0 Mar 26 19:38 [00mtypescript[00m > -rw-r--r-- 1 root staff 0 Mar 26 19:39 > [00mubuntu-7.04-beta-dvd-i386.iso[00m > -rw-r--r-- 1 root staff 24 Mar 26 19:39 > [00mubuntu-7.04-beta-dvd-i386.iso.st[00m > [mstarfish1:/mnt/podcast/podcast# exit > > _______________________________________________ > Liste de diffusion CarrefourBLinuX > [email protected] > http://lists.freearchive.org/mailman/listinfo/carrefourblinux > Fiches EDU : http://blinuxwiki.pbwiki.com/FichesEdu > Signets : http://fr.groups.yahoo.com/group/carrefourblinux/links/ > Archives : http://lists.freearchive.org/pipermail//carrefourblinux > Anciennes archives (Yahoogroupes) : > http://fr.groups.yahoo.com/group/carrefourblinux/messages > Rechercher : http://lists.freearchive.org/cgi-bin/search.cgi > Pour s'inscire par courriel : > 'mailto:[EMAIL PROTECTED] se desinscrire par courriel : > 'mailto:[EMAIL PROTECTED] -- +------------------------------------o-------------------------------------+ | P-mail: | E-mail: | | E.N.S.T. - Dep. TSI | [EMAIL PROTECTED] | | Dominique Asselineau | Phone: (33/0) 1 45 81 78 91 | | 46, rue Barrault | Fax: (33/0) 1 45 81 37 94 | | 75634 PARIS Cedex 13 - France | | +------------------------------------o-------------------------------------+ _______________________________________________ Liste de diffusion CarrefourBLinuX [email protected] http://lists.freearchive.org/mailman/listinfo/carrefourblinux Fiches EDU : http://blinuxwiki.pbwiki.com/FichesEdu Signets : http://fr.groups.yahoo.com/group/carrefourblinux/links/ Archives : http://lists.freearchive.org/pipermail//carrefourblinux Anciennes archives (Yahoogroupes) : http://fr.groups.yahoo.com/group/carrefourblinux/messages Rechercher : http://lists.freearchive.org/cgi-bin/search.cgi Pour s'inscire par courriel : 'mailto:[EMAIL PROTECTED]' Pour se desinscrire par courriel : 'mailto:[EMAIL PROTECTED]'
