Re: rsync knoppix dvd download

2005-08-29 Thread Bryan Donlan
On 8/29/05, L.V.Gandhi <[EMAIL PROTECTED]> wrote:

> I have tried as follows.
> [EMAIL PROTECTED] ~]# export RSYNC_PROXY=150.1.35.36:3128
> [EMAIL PROTECTED] ~]# rsync download.linuxtag.org::
> bad response from proxy - HTTP/1.0 403 Forbidden
> rsync: failed to connect to 150.1.35.36: Success (0)
> rsync error: error in socket IO (code 10) at clientserver.c(94)
> [EMAIL PROTECTED] ~]#
> What to do?

Your proxy forbids the HTTP CONNECT method, it seems. Without that,
rsync cannot function. If rsync is vital to you, you will have to
speak with your proxy administrator and have them reconfigure it to
allow CONNECT to rsync ports. Otherwise, just use HTTP or FTP.



Re: rsync knoppix dvd download

2005-08-29 Thread L.V.Gandhi
On 8/26/05, Johann Spies <[EMAIL PROTECTED]> wrote:
> 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
> > [EMAIL PROTECTED] ~]$ 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-x4096 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.
I have tried as follows.
[EMAIL PROTECTED] ~]# export RSYNC_PROXY=150.1.35.36:3128
[EMAIL PROTECTED] ~]# rsync download.linuxtag.org::
bad response from proxy - HTTP/1.0 403 Forbidden
rsync: failed to connect to 150.1.35.36: Success (0)
rsync error: error in socket IO (code 10) at clientserver.c(94)
[EMAIL PROTECTED] ~]#
What to do?


-- 
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042



Re: rsync knoppix dvd download

2005-08-26 Thread L.V.Gandhi
On 8/26/05, Johann Spies <[EMAIL PROTECTED]> wrote:

> $ 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-x4096 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.
Thank you very much.
-- 
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042



Re: rsync knoppix dvd download

2005-08-26 Thread Johann Spies
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
> [EMAIL PROTECTED] ~]$ 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-x4096 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 [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



rsync knoppix dvd download

2005-08-26 Thread L.V.Gandhi
How to download knoppix dvd using rsync. I am accessing internet
through a proxy. I tried rsync src des. I get error as
[EMAIL PROTECTED] ~]$ rsync
ftp://ftp.free.fr/mirrors/download.linuxtag.org/knoppix/dvd/KNOPPIX_V4.0DVD-2005-08-16-EN.iso
/mnt/wind/lvg/Linux/
ssh: ftp: Temporary failure in name resolution
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(359).
Any pointer is welcome.
-- 
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042