
Just tried to anon out the python CVS tree off of SF and got: bash-2.05a$ cvs -d:pserver:anonymous@cvs.python.sourceforge.net:/cvsroot/python login Logging in to :pserver:anonymous@cvs.python.sourceforge.net:2401/cvsroot/python CVS password: cvs login: authorization failed: server cvs.python.sourceforge.net rejected access to /cvsroot/python for user anonymous Anybody else having this problem? Or is it just my end? -- Mike -- Michael Gilfix mgilfix@eecs.tufts.edu For my gpg public key: http://www.eecs.tufts.edu/~mgilfix/contact.html

On Monday 18 November 2002 08:59 am, Michael Gilfix wrote:
Just tried to anon out the python CVS tree off of SF and got:
bash-2.05a$ cvs -d:pserver:anonymous@cvs.python.sourceforge.net:/cvsroot/python login Logging in to :pserver:anonymous@cvs.python.sourceforge.net:2401/cvsroot/python CVS password: cvs login: authorization failed: server cvs.python.sourceforge.net rejected access to /cvsroot/python for user anonymous
Anybody else having this problem? Or is it just my end?
Sourceforce had a scheduled outage, starting I believe at 10:00 Sunday, Pacific Time; it may be that some or all of SF's servers are still out and that this is causing the symptom you're observing. Alex

"AM" == Alex Martelli <aleax@aleax.it> writes:
AM> Sourceforce had a scheduled outage, starting I believe at AM> 10:00 Sunday, Pacific Time; it may be that some or all of SF's AM> servers are still out and that this is causing the symptom AM> you're observing. I was able to do an authenticated checkout at about 1am EST last night, but they're definitely mucking around with their cvs servers. I noticed the checkin message now seemed to come from bwarsaw@projects.sourceforge.net. I don't know if this is a permanent change, but it certainly mucked up the Mailman sender filters. :/ Checking now, it looks like non-anon cvs is working ok. -Barry

barry wrote:
I was able to do an authenticated checkout at about 1am EST last night, but they're definitely mucking around with their cvs servers. I noticed the checkin message now seemed to come from bwarsaw@projects.sourceforge.net. I don't know if this is a permanent change, but it certainly mucked up the Mailman sender filters. :/
Checking now, it looks like non-anon cvs is working ok.
I haven't been able to connect since the last wednesday or so (cvs update just hangs until it times out). If this persists, someone else will have to check in my SRE patches... </F>

On Tue, Nov 19, 2002 at 06:17:42PM +0100, Fredrik Lundh wrote:
barry wrote:
I was able to do an authenticated checkout at about 1am EST last night, but they're definitely mucking around with their cvs servers. I noticed the checkin message now seemed to come from bwarsaw@projects.sourceforge.net. I don't know if this is a permanent change, but it certainly mucked up the Mailman sender filters. :/
Checking now, it looks like non-anon cvs is working ok.
I haven't been able to connect since the last wednesday or so (cvs update just hangs until it times out).
If this persists, someone else will have to check in my SRE patches...
You may need to force protocol version 1. You can do this by adding/modifying a stanza in your .ssh/config file: host cvs.python.sourceforge.net Protocol 1,2 Neal

On Tue, Nov 19 @ 12:25, Neal Norwitz wrote:
On Tue, Nov 19, 2002 at 06:17:42PM +0100, Fredrik Lundh wrote:
barry wrote:
I was able to do an authenticated checkout at about 1am EST last night, but they're definitely mucking around with their cvs servers. I noticed the checkin message now seemed to come from bwarsaw@projects.sourceforge.net. I don't know if this is a permanent change, but it certainly mucked up the Mailman sender filters. :/
Checking now, it looks like non-anon cvs is working ok.
I haven't been able to connect since the last wednesday or so (cvs update just hangs until it times out).
If this persists, someone else will have to check in my SRE patches...
You may need to force protocol version 1. You can do this by adding/modifying a stanza in your .ssh/config file:
host cvs.python.sourceforge.net Protocol 1,2
Yeah, I'm still having some anon troubles. Tried Neil's trick with no luck. -- Mike -- Michael Gilfix mgilfix@eecs.tufts.edu For my gpg public key: http://www.eecs.tufts.edu/~mgilfix/contact.html

neal wrote:
I haven't been able to connect since the last wednesday or so (cvs update just hangs until it times out).
If this persists, someone else will have to check in my SRE patches...
You may need to force protocol version 1. You can do this by adding/modifying a stanza in your .ssh/config file:
host cvs.python.sourceforge.net Protocol 1,2
unfortunately, that didn't help. at least not at once; things started to work again after we rebooted the computer (for other reasons). linux gremlins, most likely. thanks /F
participants (5)
-
Alex Martelli
-
barry@python.org
-
Fredrik Lundh
-
Michael Gilfix
-
Neal Norwitz