public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* CVS Access: Connection reset by peer
@ 2004-12-11 17:32 John David Anglin
  2004-12-11 17:47 ` Gerald Pfeifer
  0 siblings, 1 reply; 5+ messages in thread
From: John David Anglin @ 2004-12-11 17:32 UTC (permalink / raw)
  To: overseers

Most of the time for the last day or so I can't access your CVS site:

# cvs diff -u3p varasm.c
cvs [diff aborted]: recv() from server gcc.gnu.org: Connection reset by peer

This problem doesn't seem specific to my end.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CVS Access: Connection reset by peer
  2004-12-11 17:32 CVS Access: Connection reset by peer John David Anglin
@ 2004-12-11 17:47 ` Gerald Pfeifer
  2004-12-11 18:17   ` John David Anglin
  0 siblings, 1 reply; 5+ messages in thread
From: Gerald Pfeifer @ 2004-12-11 17:47 UTC (permalink / raw)
  To: John David Anglin; +Cc: overseers

On Sat, 11 Dec 2004, John David Anglin wrote:
> Most of the time for the last day or so I can't access your CVS site:
> 
> # cvs diff -u3p varasm.c
> cvs [diff aborted]: recv() from server gcc.gnu.org: Connection reset by peer
> 
> This problem doesn't seem specific to my end.

This very command and updates in general have been working fine for me 
(128.131.111.0/24 at Vienna University of Technology; 195.135.220.0/22
at SUSE Nuremberg), and gcc.gnu.org seems quite idle.

Might there be some issue with your account?  Are you able to access CVS 
using the anonymous account? Have you set CVS_RSH to ssh?

Gerald
-- 
Gerald Pfeifer (Jerry)   gerald@pfeifer.com   http://www.pfeifer.com/gerald/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CVS Access: Connection reset by peer
  2004-12-11 17:47 ` Gerald Pfeifer
@ 2004-12-11 18:17   ` John David Anglin
  2004-12-11 18:54     ` Hans-Peter Nilsson
  0 siblings, 1 reply; 5+ messages in thread
From: John David Anglin @ 2004-12-11 18:17 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: overseers

> This very command and updates in general have been working fine for me 
> (128.131.111.0/24 at Vienna University of Technology; 195.135.220.0/22
> at SUSE Nuremberg), and gcc.gnu.org seems quite idle.
> 
> Might there be some issue with your account?  Are you able to access CVS 
> using the anonymous account? Have you set CVS_RSH to ssh?

The problem seems to be with anonymous access:

dave@selway:~/gnu/gcc-4.0/gcc> cat CVS/Root
:pserver:anoncvs@gcc.gnu.org:/cvs/gcc

Access using my account seems to be working.  However, I only have
ssh access from hiauly1.hia.nrc.ca.  I have been using anonymous
access from various other systems.  This has been working for a long
time without any changes on my end.  I had one successful update
this morning but every other attempt has failed using anonymous
access.

There also seems to be a problem with sources.redhat.com.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CVS Access: Connection reset by peer
  2004-12-11 18:17   ` John David Anglin
@ 2004-12-11 18:54     ` Hans-Peter Nilsson
  2004-12-15 21:33       ` Hans-Peter Nilsson
  0 siblings, 1 reply; 5+ messages in thread
From: Hans-Peter Nilsson @ 2004-12-11 18:54 UTC (permalink / raw)
  To: overseers

On Sat, 11 Dec 2004, John David Anglin wrote:
> The problem seems to be with anonymous access:
>
> dave@selway:~/gnu/gcc-4.0/gcc> cat CVS/Root
> :pserver:anoncvs@gcc.gnu.org:/cvs/gcc
>
> Access using my account seems to be working.  However, I only have
> ssh access from hiauly1.hia.nrc.ca.  I have been using anonymous
> access from various other systems.  This has been working for a long
> time without any changes on my end.  I had one successful update
> this morning but every other attempt has failed using anonymous
> access.

Just another data point: I have similar setup(s) and see similar
problems, introduced recently.  Before, sometimes cvs updates
failed, giving RST apparently due to high-load-restrictions.
Now, failures happen more often than not, and sometimes there is
a (half?)hour-long delay before an update starts generating
traffic besides the initial SYN/ACK (perhaps plus a few packets;
I didn't look close).  I'm considering switching to a mirror for
anoncvs access, though I presume anoncvs access to the actual
tree is be ok for maintainer's autotester purposes (less
confusing LAST_UPDATED stamps).

(Access with the SSH-account works as usual.)

brgds, H-P

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CVS Access: Connection reset by peer
  2004-12-11 18:54     ` Hans-Peter Nilsson
@ 2004-12-15 21:33       ` Hans-Peter Nilsson
  0 siblings, 0 replies; 5+ messages in thread
From: Hans-Peter Nilsson @ 2004-12-15 21:33 UTC (permalink / raw)
  To: overseers

On Sat, 11 Dec 2004, Hans-Peter Nilsson wrote:
> On Sat, 11 Dec 2004, John David Anglin wrote:
> > The problem seems to be with anonymous access:
> > dave@selway:~/gnu/gcc-4.0/gcc> cat CVS/Root
> > :pserver:anoncvs@gcc.gnu.org:/cvs/gcc

> Just another data point: I have similar setup(s) and see similar
> problems, introduced recently.

I haven't seen this happen in the last 12h, so the issue
whatever it was, seems resolved, at least from here.

brgds, H-P

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-12-13 22:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-11 17:32 CVS Access: Connection reset by peer John David Anglin
2004-12-11 17:47 ` Gerald Pfeifer
2004-12-11 18:17   ` John David Anglin
2004-12-11 18:54     ` Hans-Peter Nilsson
2004-12-15 21:33       ` Hans-Peter Nilsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).