CTM deltas not on ftp.freebsd.org

View: New views
7 Messages — Rating Filter:   Alert me  

CTM deltas not on ftp.freebsd.org

by Helge Oldach-22 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Folks,

it seems that the CTM deltas are not being transferred to
ftp.freebsd.org since 22nd November. Deltas are visible on
ftp.vmunix.org but not on ftp.freebsd.org. Please fix.

Regards,
Helge
_______________________________________________
ctm-users@... mailing list
http://lists.freebsd.org/mailman/listinfo/ctm-users
To unsubscribe, send any mail to "ctm-users-unsubscribe@..."

Re: CTM deltas not on ftp.freebsd.org

by Stephen Montgomery-Smith :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Helge Oldach wrote:
> Folks,
>
> it seems that the CTM deltas are not being transferred to
> ftp.freebsd.org since 22nd November. Deltas are visible on
> ftp.vmunix.org but not on ftp.freebsd.org. Please fix.
>
> Regards,
> Helge

For some reason the rsync at ftp-master.freebsd.org establishes the
connection, and then breaks the connection about 6 minutes later, almost
no data having been transfered.  I emailed peter@... (the other
recipient of the error message from ftp-master), but presumably he is
enjoying the Thanksgiving break.  Other than that, I just don't know
what to do.  Any advice from you guys will be greatly appreciated.

This is the kind of error message I am getting.

rsync: read error: Operation timed out (60)
rsync error: error in rsync protocol data stream (code 12) at io.c(593)
rsync: connection unexpectedly closed (24666 bytes received so far)
[generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(443)

_______________________________________________
ctm-users@... mailing list
http://lists.freebsd.org/mailman/listinfo/ctm-users
To unsubscribe, send any mail to "ctm-users-unsubscribe@..."

Re: CTM deltas not on ftp.freebsd.org

by Stephen Montgomery-Smith :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Stephen Montgomery-Smith wrote:

> Helge Oldach wrote:
>> Folks,
>>
>> it seems that the CTM deltas are not being transferred to
>> ftp.freebsd.org since 22nd November. Deltas are visible on
>> ftp.vmunix.org but not on ftp.freebsd.org. Please fix.
>>
>> Regards,
>> Helge
>
> For some reason the rsync at ftp-master.freebsd.org establishes the
> connection, and then breaks the connection about 6 minutes later, almost
> no data having been transfered.  I emailed peter@... (the other
> recipient of the error message from ftp-master), but presumably he is
> enjoying the Thanksgiving break.  Other than that, I just don't know
> what to do.  Any advice from you guys will be greatly appreciated.
>
> This is the kind of error message I am getting.
>
> rsync: read error: Operation timed out (60)
> rsync error: error in rsync protocol data stream (code 12) at io.c(593)
> rsync: connection unexpectedly closed (24666 bytes received so far)
> [generator]
> rsync error: error in rsync protocol data stream (code 12) at io.c(443)

This issue hasn't cleared up yet.  I don't even know if the problem is
at my end or theirs.  All I know is that everyone else's rsync is
working just fine.

If anyone has any ideas or clues about this I would really appreciate it.

Here is the error message I am seeing in my logs:

2007/11/26 06:09:54 [13495] connect from ftp-master.freebsd.org
(69.147.83.49)
2007/11/26 06:09:55 [13495] rsync on ctm/CTM/ from
ftp-master.freebsd.org (69.14
7.83.49)
2007/11/26 06:09:55 [13495] building file list
2007/11/26 06:15:41 [13495] rsync: writefd_unbuffered failed to write
4092 bytes
  [sender]: Broken pipe (32)
2007/11/26 06:15:41 [13495] rsync error: error in rsync protocol data
stream (co
de 12) at io.c(1131) [sender=2.6.9]
_______________________________________________
ctm-users@... mailing list
http://lists.freebsd.org/mailman/listinfo/ctm-users
To unsubscribe, send any mail to "ctm-users-unsubscribe@..."

Re: CTM deltas not on ftp.freebsd.org

by Julian Stacey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Stephen

> This issue hasn't cleared up yet.  I don't even know if the problem is
> at my end or theirs.  All I know is that everyone else's rsync is
> working just fine.
>
> If anyone has any ideas or clues about this I would really appreciate it.

OK, I know you'r using rsync not eg rdist that I know, but if you are using
something like eg -P /usr/bin/ssh (that I use with rdist ...
maybe its your transport layer screwed ?

Whenever I get problems with with rdist6, I just try a straight ssh
& see if it starts without error & holds up.

Maybe its' something in your environment variables ?
Maybe you might try eg
        cd ~/bin ; fetch http://berklix.com/~jhs/bin/.csh/unsetenv.csh
        source ~/bin/unsetenv.csh

Or maybe someone's zapping your packets on a firewall ?
Try from another site.

Maybe extra interface / packet warnings in /var/log one end or the other ?

Just long shots to try. Sorry no better ideas, I rarely use rsync myself.
Umm final though if you want to try from one of my hosts let me know off list
Or I could run something for you.

--
Julian Stacey. Munich Computer Consultant, BSD Unix C Linux. http://berklix.com
        Ihr Rauch = mein allergischer Kopfschmerz. Dump cigs 4 snuff.
_______________________________________________
ctm-users@... mailing list
http://lists.freebsd.org/mailman/listinfo/ctm-users
To unsubscribe, send any mail to "ctm-users-unsubscribe@..."

Re: CTM deltas not on ftp.freebsd.org

by Stephen Montgomery-Smith :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Julian H. Stacey wrote:

> Hi Stephen
>
>> This issue hasn't cleared up yet.  I don't even know if the problem is
>> at my end or theirs.  All I know is that everyone else's rsync is
>> working just fine.
>>
>> If anyone has any ideas or clues about this I would really appreciate it.
>
> OK, I know you'r using rsync not eg rdist that I know, but if you are using
> something like eg -P /usr/bin/ssh (that I use with rdist ...
> maybe its your transport layer screwed ?
>
> Whenever I get problems with with rdist6, I just try a straight ssh
> & see if it starts without error & holds up.
>
> Maybe its' something in your environment variables ?
> Maybe you might try eg
> cd ~/bin ; fetch http://berklix.com/~jhs/bin/.csh/unsetenv.csh
> source ~/bin/unsetenv.csh
>
> Or maybe someone's zapping your packets on a firewall ?
> Try from another site.
>
> Maybe extra interface / packet warnings in /var/log one end or the other ?
>
> Just long shots to try. Sorry no better ideas, I rarely use rsync myself.
> Umm final though if you want to try from one of my hosts let me know off list
> Or I could run something for you.

I am presuming that your suggestions are meant for the ftp-master end,
which I have no control over.  Other sites are doing fine getting stuff
from my end - the CTM creating computer - so I suspect that it is not a
problem with a firewall at my end.

I copied the message to peter@..., because he is the person the
error message from ftp-master is copied to.  But is there someone else
responsible for freebsd-master  I could contact about this?

I am copying this time to hubs@freebsd as well.  Maybe they can help.

Stephen
_______________________________________________
ctm-users@... mailing list
http://lists.freebsd.org/mailman/listinfo/ctm-users
To unsubscribe, send any mail to "ctm-users-unsubscribe@..."

Re: CTM deltas not on ftp.freebsd.org

by Jun Kuriyama :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

At Mon, 26 Nov 2007 17:32:34 -0600,
Stephen Montgomery-Smith wrote:
> I am presuming that your suggestions are meant for the ftp-master end,
> which I have no control over.  Other sites are doing fine getting stuff
> from my end - the CTM creating computer - so I suspect that it is not a
> problem with a firewall at my end.
>
> I copied the message to peter@..., because he is the person the
> error message from ftp-master is copied to.  But is there someone else
> responsible for freebsd-master  I could contact about this?

There is a development/CTM/.cvs-cur.13900xEmpty.gz.MrUSIH file which
seems to be tempfile of rsync (currently 202MB).  Timestamp is 15
minutes ago.

Should I kill rsync process on ftp-master and try it again?


--
Jun Kuriyama <kuriyama@...> // FreeBSD Project
_______________________________________________
ctm-users@... mailing list
http://lists.freebsd.org/mailman/listinfo/ctm-users
To unsubscribe, send any mail to "ctm-users-unsubscribe@..."

Re: CTM deltas not on ftp.freebsd.org

by Stephen Montgomery-Smith :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Helge Oldach wrote:
> Folks,
>
> it seems that the CTM deltas are not being transferred to
> ftp.freebsd.org since 22nd November. Deltas are visible on
> ftp.vmunix.org but not on ftp.freebsd.org. Please fix.
>
> Regards,
> Helge

The owner of ftp-master seems to have dislodged the problem.  Apparently
it is some kind of mysterious bug in rsync that only surfaces
sporadically that caused the problem.  The deltas should make their way
to mirrors shortly.

_______________________________________________
ctm-users@... mailing list
http://lists.freebsd.org/mailman/listinfo/ctm-users
To unsubscribe, send any mail to "ctm-users-unsubscribe@..."