Re: Getting nowhere syncing a download SUCCESS

2003-03-06 Thread bob parker
On Fri, 7 Mar 2003 04:32, Max Bowsher wrote:
> bob parker wrote:
> > On Fri, 7 Mar 2003 04:10, Max Bowsher wrote:
> >> bob parker wrote:
> >>> On Fri, 7 Mar 2003 03:47, Max Bowsher wrote:
>  Curious. I wonder why rsync thinks the file is up to date.
> 
>  Maybe the -I or -c options would make it look more carefully.
> >>>
> >>> The -l option (still verbose)
> >>
> >> The -(uppercase I) option, not the -(lowercase l) option.
> >
> > The 'L' option:
>
> No, still wrong, I, not L.
>
> Max.

And I've just changed the font in my KMail so I can now see the difference.

It went off and took it's time. So now it passed the md5sum test.

Thanks for your patience.

Bob


-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Re: Getting nowhere syncing a download

2003-03-06 Thread Max Bowsher
bob parker wrote:
> On Fri, 7 Mar 2003 04:10, Max Bowsher wrote:
>> bob parker wrote:
>>> On Fri, 7 Mar 2003 03:47, Max Bowsher wrote:
 Curious. I wonder why rsync thinks the file is up to date.
 
 Maybe the -I or -c options would make it look more carefully.
>>> 
>>> The -l option (still verbose)
>> 
>> The -(uppercase I) option, not the -(lowercase l) option.
>> 
> The 'L' option:

No, still wrong, I, not L.

Max.

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Re: Getting nowhere syncing a download

2003-03-06 Thread bob parker
On Fri, 7 Mar 2003 04:10, Max Bowsher wrote:
> bob parker wrote:
> > On Fri, 7 Mar 2003 03:47, Max Bowsher wrote:
> >> bob parker wrote:
> >>> Ok, here it is.
> >>> [EMAIL PROTECTED]:~/archive/knoppix$ rsync -vv
> >>> rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso
> >>> KNOPPIX_V3.1-2003-01-20-EN.iso
> >>> opening tcp connection to ftp.gwdg.de port 873
> >>> KNOPPIX_V3.1-2003-01-20-EN.iso is uptodate
> >>> wrote 102 bytes  read 85 bytes  41.56 bytes/sec
> >>> total size is 732921856  speedup is 3919368.21
> >>>
> >>> And the md5sum check
> >>>
> >>> [EMAIL PROTECTED]:~/archive/knoppix$ md5sum -c
> >>> KNOPPIX_V3.1-2003-01-20-EN.iso.md5 md5sum: MD5 check failed for
> >>> 'KNOPPIX_V3.1-2003-01-20-EN.iso'
> >>>
> >>> I downloaded the md5sum again just to be sure but it still fails.
> >>
> >> Curious. I wonder why rsync thinks the file is up to date.
> >>
> >> Maybe the -I or -c options would make it look more carefully.
> >
> > The -l option (still verbose)
>
> The -(uppercase I) option, not the -(lowercase l) option.
>
The 'L' option:
[EMAIL PROTECTED]:~/archive/knoppix$ rsync -L -vv 
rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso 
KNOPPIX_V3.1-2003-01-20-EN.iso
opening tcp connection to ftp.gwdg.de port 873
KNOPPIX_V3.1-2003-01-20-EN.iso is uptodate
wrote 103 bytes  read 85 bytes  34.18 bytes/sec
total size is 732921856  speedup is 3898520.51

Repeat c option:
[EMAIL PROTECTED]:~/archive/knoppix$ rsync -c -vv 
rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso 
KNOPPIX_V3.1-2003-01-20-EN.iso
opening tcp connection to ftp.gwdg.de port 873
rsync: connection unexpectedly closed (24 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)

Still the same.

Can't help thinking I'm missing something dreadfully obvious but I'm blind to 
whatever it is.

One thing I did try was to rename the .md5 file and then used rsync to 
download another copy. No options and it just worked. Of course that is a 
tiny file, the one I'm trying to repair is 699 meg so I do not want to do a 
new download of that.

Bob


Bob
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Re: Getting nowhere syncing a download

2003-03-06 Thread Max Bowsher
bob parker wrote:
> On Fri, 7 Mar 2003 03:47, Max Bowsher wrote:
>> bob parker wrote:
>>> Ok, here it is.
>>> [EMAIL PROTECTED]:~/archive/knoppix$ rsync -vv
>>> rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso
>>> KNOPPIX_V3.1-2003-01-20-EN.iso
>>> opening tcp connection to ftp.gwdg.de port 873
>>> KNOPPIX_V3.1-2003-01-20-EN.iso is uptodate
>>> wrote 102 bytes  read 85 bytes  41.56 bytes/sec
>>> total size is 732921856  speedup is 3919368.21
>>>
>>> And the md5sum check
>>>
>>> [EMAIL PROTECTED]:~/archive/knoppix$ md5sum -c
>>> KNOPPIX_V3.1-2003-01-20-EN.iso.md5 md5sum: MD5 check failed for
>>> 'KNOPPIX_V3.1-2003-01-20-EN.iso'
>>>
>>> I downloaded the md5sum again just to be sure but it still fails.
>>
>> Curious. I wonder why rsync thinks the file is up to date.
>>
>> Maybe the -I or -c options would make it look more carefully.
>
> The -l option (still verbose)

The -(uppercase I) option, not the -(lowercase l) option.

> [EMAIL PROTECTED]:~/archive/knoppix$ rsync -l -vv
> rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso
> KNOPPIX_V3.1-2003-01-20-EN.iso
> opening tcp connection to ftp.gwdg.de port 873
> KNOPPIX_V3.1-2003-01-20-EN.iso is uptodate
> wrote 103 bytes  read 85 bytes  28.92 bytes/sec
> total size is 732921856  speedup is 3898520.51
>
> The -c option
> [EMAIL PROTECTED]:~/archive/knoppix$ rsync -c -vv
> rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso
> KNOPPIX_V3.1-2003-01-20-EN.iso
> opening tcp connection to ftp.gwdg.de port 873
> rsync: connection unexpectedly closed (24 bytes read so far)
> rsync error: error in rsync protocol data stream (code 12) at
> io.c(150)
>
> Weird!

Very. If you try the same command again? (i.e. was it just a network
problem?)

Max.

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Re: Getting nowhere syncing a download

2003-03-06 Thread bob parker
On Fri, 7 Mar 2003 03:47, Max Bowsher wrote:
> bob parker wrote:
> > Ok, here it is.
> > [EMAIL PROTECTED]:~/archive/knoppix$ rsync -vv
> > rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso
> > KNOPPIX_V3.1-2003-01-20-EN.iso
> > opening tcp connection to ftp.gwdg.de port 873
> > KNOPPIX_V3.1-2003-01-20-EN.iso is uptodate
> > wrote 102 bytes  read 85 bytes  41.56 bytes/sec
> > total size is 732921856  speedup is 3919368.21
> >
> > And the md5sum check
> >
> > [EMAIL PROTECTED]:~/archive/knoppix$ md5sum -c
> > KNOPPIX_V3.1-2003-01-20-EN.iso.md5 md5sum: MD5 check failed for
> > 'KNOPPIX_V3.1-2003-01-20-EN.iso'
> >
> > I downloaded the md5sum again just to be sure but it still fails.
>
> Curious. I wonder why rsync thinks the file is up to date.
>
> Maybe the -I or -c options would make it look more carefully.

The -l option (still verbose)
[EMAIL PROTECTED]:~/archive/knoppix$ rsync -l -vv 
rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso 
KNOPPIX_V3.1-2003-01-20-EN.iso
opening tcp connection to ftp.gwdg.de port 873
KNOPPIX_V3.1-2003-01-20-EN.iso is uptodate
wrote 103 bytes  read 85 bytes  28.92 bytes/sec
total size is 732921856  speedup is 3898520.51

The -c option
[EMAIL PROTECTED]:~/archive/knoppix$ rsync -c -vv 
rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso 
KNOPPIX_V3.1-2003-01-20-EN.iso
opening tcp connection to ftp.gwdg.de port 873
rsync: connection unexpectedly closed (24 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)

Weird!

Bob
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Re: Getting nowhere syncing a download

2003-03-06 Thread Max Bowsher
bob parker wrote:
> 
> Ok, here it is.
> [EMAIL PROTECTED]:~/archive/knoppix$ rsync -vv
> rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso
> KNOPPIX_V3.1-2003-01-20-EN.iso
> opening tcp connection to ftp.gwdg.de port 873
> KNOPPIX_V3.1-2003-01-20-EN.iso is uptodate
> wrote 102 bytes  read 85 bytes  41.56 bytes/sec
> total size is 732921856  speedup is 3919368.21
> 
> And the md5sum check
> 
> [EMAIL PROTECTED]:~/archive/knoppix$ md5sum -c
> KNOPPIX_V3.1-2003-01-20-EN.iso.md5 md5sum: MD5 check failed for
> 'KNOPPIX_V3.1-2003-01-20-EN.iso' 
> 
> I downloaded the md5sum again just to be sure but it still fails.

Curious. I wonder why rsync thinks the file is up to date.

Maybe the -I or -c options would make it look more carefully.


Max.



-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Re: Getting nowhere syncing a download

2003-03-06 Thread bob parker
On Fri, 7 Mar 2003 02:57, Max Bowsher wrote:
> bob parker wrote:
> > I must be doing something wrong with this, but I am trying to correct
> > a downloaded iso which does not match the source md5sum.
> >
> > This is what I do:
> >
> > rsync
> > rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso
> > KNOPPIX_V3.1-2003-01-20-EN.iso
> >
> > The command returns in a few seconds without any error message and
> > nothing has changed with the md5sum on my copy.
>
> Try using -vv for details on what's happening.
>
>
> Max.

Ok, here it is.
[EMAIL PROTECTED]:~/archive/knoppix$ rsync -vv 
rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso 
KNOPPIX_V3.1-2003-01-20-EN.iso
opening tcp connection to ftp.gwdg.de port 873
KNOPPIX_V3.1-2003-01-20-EN.iso is uptodate
wrote 102 bytes  read 85 bytes  41.56 bytes/sec
total size is 732921856  speedup is 3919368.21

And the md5sum check

[EMAIL PROTECTED]:~/archive/knoppix$ md5sum -c KNOPPIX_V3.1-2003-01-20-EN.iso.md5
md5sum: MD5 check failed for 'KNOPPIX_V3.1-2003-01-20-EN.iso'

I downloaded the md5sum again just to be sure but it still fails.

Thanks
Bob


-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Re: Getting nowhere syncing a download

2003-03-06 Thread Max Bowsher
bob parker wrote:
> I must be doing something wrong with this, but I am trying to correct
> a downloaded iso which does not match the source md5sum.
> 
> This is what I do:
> 
> rsync
> rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso
> KNOPPIX_V3.1-2003-01-20-EN.iso 
> 
> The command returns in a few seconds without any error message and
> nothing has changed with the md5sum on my copy.

Try using -vv for details on what's happening.


Max.

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Getting nowhere syncing a download

2003-03-06 Thread bob parker
I must be doing something wrong with this, but I am trying to correct a 
downloaded iso which does not match the source md5sum.

This is what I do:

rsync rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso 
KNOPPIX_V3.1-2003-01-20-EN.iso

The command returns in a few seconds without any error message and nothing 
has changed with the md5sum on my copy.

What am I doing wrong?

Thanks
Bob
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html