Re: rsync knoppix dvd download

From: Johann Spies (jspies_at_sun.ac.za)
Date: 08/26/05

  • Next message: Derek \: "Re: Sendmail woes"
    Date: Fri, 26 Aug 2005 15:21:04 +0200
    To: debian-user@lists.debian.org
    
    

    On Fri, Aug 26, 2005 at 06:38:56PM +0530, L.V.Gandhi wrote:
    > How to download knoppix dvd using rsync. I am accessing internet
    > through a proxy. I tried rsync src des. I get error as
    > [lvgandhi@lvgofficepc ~]$ rsync
    > ftp://ftp.free.fr/mirrors/download.linuxtag.org/knoppix/dvd/KNOPPIX_V4.0DVD-2005-08-16-EN.iso
    > /mnt/wind/lvg/Linux/

    If you want to download from ftp.free.fr first make sure there is an
    rsync server willing to serve you:

    $rsync ftp.free.fr:: (Note no ftp:// here)
    rsync: failed to connect to ftp.free.fr: Connection refused (111)
    rsync error: error in socket IO (code 10) at clientserver.c(99)
    $

    It does not seem to be the case.

    Anyhow if there was one, it would have replied with the names of the
    rsync packages available.

    Let us try download.linuxtag.org:

    $ rsync download.linuxtag.org::
    knoppix KNOPPIX rsync repository
    OpenBSD OpenBSD rsync repository
    $

    Now there is progress.

    Next step:

    $ rsync download.linuxtag.org::knoppix/dvd/
    drwxr-xr-x 4096 2005/08/23 16:07:50 .
    -rw-r--r-- 35634 2005/08/18 03:34:26 KNOPPIX-CHANGELOG.txt
    -rwxr--r-- 1320 2005/08/18 03:36:03 KNOPPIX_V4.0.1DVD-knoppix-terminalserver.patch
    -rw-r--r-- 68 2005/08/16 09:03:56 KNOPPIX_V4.0DVD-2005-08-16-DE.iso.md5
    -rw-r--r-- 304 2005/08/16 09:22:30 KNOPPIX_V4.0DVD-2005-08-16-DE.iso.md5.asc
    -rw-r--r-- 76 2005/08/16 09:09:14 KNOPPIX_V4.0DVD-2005-08-16-DE.iso.sha1
    -rw-r--r-- 312 2005/08/16 09:22:33 KNOPPIX_V4.0DVD-2005-08-16-DE.iso.sha1.asc
    -rw-r--r-- 68 2005/08/16 09:13:36 KNOPPIX_V4.0DVD-2005-08-16-EN.iso.md5
    -rw-r--r-- 304 2005/08/16 09:22:35 KNOPPIX_V4.0DVD-2005-08-16-EN.iso.md5.asc
    -rw-r--r-- 76 2005/08/16 09:18:17 KNOPPIX_V4.0DVD-2005-08-16-EN.iso.sha1
    -rw-r--r-- 312 2005/08/16 09:22:37 KNOPPIX_V4.0DVD-2005-08-16-EN.iso.sha1.asc
    -rw-r--r-- 138 2005/08/17 18:39:41 __the_big_iso_only_via_rsync__
    -rw-r--r-- 9656 2005/08/16 11:04:02 knoppix-cheatcodes.txt
    -rw-r--r-- 260219 2005/08/16 09:25:06 packages-dvd.txt
    $

    Now I can download the dvd using

    $ rsync -av --progress --partial download.linuxtag.org::knoppix/dvd/KNOPPIX_V4.0DVD-2005-08-16-EN* .

    to download all the files starting with KNOPPIX_V4.0DVD-2005-08-16-EN
    to the directory from where I am working.

    Regards
    Johann

    -- 
    Johann Spies          Telefoon: 021-808 4036
    Informasietegnologie, Universiteit van Stellenbosch
         "Seeing then that all these things shall be dissolved, 
          what manner of persons ought ye to be? You ought to
          live holy and godly lives as you look forward to the
          day of God and speed its coming." 
                                    II Peter 3:11,12 
    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Derek \: "Re: Sendmail woes"

    Relevant Pages

    • unable to download i368 dvd iso file using rsync
      ... I am using rsync to download FC3 DVD iso, and it now shows the status as: ... The UK Mirror Service will now be operating permanently from ... Looks like this problem is with every rsync mirror in North America that has the i386 dvd iso file. ...
      (Fedora)
    • Re: unable to download i368 dvd iso file using rsync
      ... >I am using rsync to download FC3 DVD iso, ... >The UK Mirror Service will now be operating permanently from ... > that has the i386 dvd iso file. ...
      (Fedora)
    • Re: rsync for dummies (or how to rsync a dvd image from cdimage.ubuntu.com)?
      ... There really should a page somewhere that descibes the many variant download ... Yes you will have to rename your file to match what's on the server. ... Be sure to check the md5sum after running rsync to see if all went well. ... I downloaded a DVD image of Edgy a few days before the final release. ...
      (Ubuntu)
    • Re: Private Mirror/Repository
      ... For each of the distributions and modules, yum-pull has a list of mirrors, some rsync, some ftp, and some http. ... Turning on rsync compression won't generally help and may occasionally slow down the transfer as the transferred file can get slightly larger. ... In download situations where the local system might have an older file that has some of the same content as the newer file, rsync can speed up the download by reusing old blocks. ... The major difference is that you're providing step by step instructions for people to do this themselves, and I'm providing a script that tries to automate those steps as much as possible. ...
      (Fedora)
    • Re: copying entirely repos
      ... Finally I'm sync my repos with reposync, I can't connect to a ftp or rsync throw my proxy server... ... reposync keep trying to download that package for a long long long time and don't download anything. ...
      (Fedora)