CVS access denied to anonymous users?

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

CVS access denied to anonymous users?

Daniele De Francesco-2
I was wondering if anybody else was experiencing my same problem:
I can't connect to the cvs server as an anonymous user.

Is this some scheduled maintainance or is it just me ? I'm just using the
same commands I've always used:
cvs -p:pserver:[hidden email]:/cvsroot/quantlib login

Any help would be more than appreciated... :-)


Reply | Threaded
Open this post in threaded view
|

Re: CVS access denied to anonymous users?

Luigi Ballabio-2
On 2004.06.01 16:43, Daniele De Francesco wrote:
> I was wondering if anybody else was experiencing my same problem:
> I can't connect to the cvs server as an anonymous user.
>
> Is this some scheduled maintainance or is it just me ? I'm just using
> the same commands I've always used:
> cvs -p:pserver:[hidden email]:/cvsroot/quantlib login

Daniele,
        that would be cvs -d, right?
However, I just checked and I have the same problem--I can't connect  
via anonymous CVS. Moreover, a bit of investigation reveals that:
- I can connect just fine via SSH as a developer;
- I can connect just fine to other SF projects via anonymous CVS;
- The web interface to CVS is broken (but it works for other projects.)

Nando, did you change any settings lately?

Later,
        Luigi


Reply | Threaded
Open this post in threaded view
|

RE: CVS access denied to anonymous users?

Daniele De Francesco-2
In reply to this post by Daniele De Francesco-2
Yes, that was -d

The cvs repository can't even be browsed from the sourceforge website. It
seems that something is very wrong with the settings.... It's been happening
over time. I first noticed it about two hours ago. This is the history of my
errors... Over time they have changed even though I was always issuing the
same command.


cvs [diff aborted]: authorization failed: server cvs.quantlib.org rejected
access to /cvsroot/quantlib for user anonymous

cvs [diff aborted]: connect to cvs.quantlib.org:2401 failed: No connection
could be made because the target machine actively refused it.

cvs [diff aborted]: unrecognized auth response from cvs.quantlib.org: M
PserverBackend::PserverBackend() Connect (Connection refused)


Tomorrow it's a working day in the States... I suppose you and Nando will
have the day off tomorrow, but I'd really really appreciate it if you could
fix it so that I can continue working...  :-)

Thanks!

-----Original Message-----
From: Luigi Ballabio [mailto:[hidden email]]
Sent: Tuesday, June 01, 2004 11:49 AM
To: Daniele De Francesco
Cc: [hidden email]; Ferdinando Ametrano
Subject: Re: [Quantlib-users] CVS access denied to anonymous users?


On 2004.06.01 16:43, Daniele De Francesco wrote:
> I was wondering if anybody else was experiencing my same problem: I
> can't connect to the cvs server as an anonymous user.
>
> Is this some scheduled maintainance or is it just me ? I'm just using
> the same commands I've always used: cvs
> -p:pserver:[hidden email]:/cvsroot/quantlib login

Daniele,
        that would be cvs -d, right?
However, I just checked and I have the same problem--I can't connect  
via anonymous CVS. Moreover, a bit of investigation reveals that:
- I can connect just fine via SSH as a developer;
- I can connect just fine to other SF projects via anonymous CVS;
- The web interface to CVS is broken (but it works for other projects.)

Nando, did you change any settings lately?

Later,
        Luigi


Reply | Threaded
Open this post in threaded view
|

Re: CVS access denied to anonymous users?

Luigi Ballabio-2
On 2004.06.01 17:57, Daniele De Francesco wrote:
>
> cvs [diff aborted]: unrecognized auth response from cvs.quantlib.org:
> M
> PserverBackend::PserverBackend() Connect (Connection refused)

Yes, that's the same error I get.

> Tomorrow it's a working day in the States... I suppose you and Nando
> will have the day off tomorrow

True.

> but I'd really really appreciate it if you could fix it so that I can  
> continue working...  :-)

Hmm, I don't know. If you're lucky, Nando made some changes and he will  
revert them, which hopefully will take a minute. If you're not, we'll  
have to call in the SF admins, which will take a bit longer...

As an aside, how comes you're depending on the latest CVS for working?  
It's a dangerous stunt to pull--it's not even guaranteed to compile at  
all times...

Later,
        Luigi


Reply | Threaded
Open this post in threaded view
|

RE: CVS access denied to anonymous users?

Daniele De Francesco-2
In reply to this post by Daniele De Francesco-2
>> Hmm, I don't know. If you're lucky, Nando made some changes and he will  
>> revert them, which hopefully will take a minute. If you're not, we'll  
>> have to call in the SF admins, which will take a bit longer...

I'll cross my fingers...

>> As an aside, how comes you're depending on the latest CVS for working?  
>> It's a dangerous stunt to pull--it's not even guaranteed to compile at  
>> all times...

I'm not as crazy as I seem. I mostly depend on the CVS for diffs. This way I
can keep track of our local changes and when something goes wrong (like now)
I will quickly find the problem...

-Daniele


Reply | Threaded
Open this post in threaded view
|

Re: CVS access denied to anonymous users?

Ferdinando M. Ametrano-3
In reply to this post by Luigi Ballabio-2
>Nando, did you change any settings lately?
no

ciao -- Nando



Reply | Threaded
Open this post in threaded view
|

Re: CVS access denied to anonymous users?

Ferdinando M. Ametrano-3
In reply to this post by Daniele De Francesco-2
>Hi Daniele


>Is this some scheduled maintainance or is it just me ? I'm just using the
>same commands I've always used:
>cvs -p:pserver:[hidden email]:/cvsroot/quantlib login
>
>Any help would be more than appreciated... :-)


have you tried with cvs.quantlib.sourceforge.net:/cvsroot/quantlib ?
Just in case there is a problem with solving cvs.quantlib.org

ciao -- Nando



Reply | Threaded
Open this post in threaded view
|

RE: CVS access denied to anonymous users?

Daniele De Francesco-2
In reply to this post by Daniele De Francesco-2
I Tried that now that you suggested it, but I get exactly the same error.

I have tried:
cvs.quantlib.sourceforge.net
cvs.quantlib.org
cvs.sourceforge.net

Same error on all of them:

unrecognized auth response from cvs.quantlib.org: M
PserverBackend::PserverBackend() Connect (Connection refused)


:-(

-Daniele

-----Original Message-----
From: Ferdinando Ametrano [mailto:[hidden email]]
Sent: Wednesday, June 02, 2004 12:13 PM
To: Daniele De Francesco; '[hidden email]'
Subject: Re: [Quantlib-users] CVS access denied to anonymous users?



>Hi Daniele


>Is this some scheduled maintainance or is it just me ? I'm just using
>the same commands I've always used: cvs
>-p:pserver:[hidden email]:/cvsroot/quantlib login
>
>Any help would be more than appreciated... :-)


have you tried with cvs.quantlib.sourceforge.net:/cvsroot/quantlib ? Just in
case there is a problem with solving cvs.quantlib.org

ciao -- Nando


Reply | Threaded
Open this post in threaded view
|

Re: CVS access denied to anonymous users?

Luigi Ballabio-2
Hi all,
        for some mysterious reason (which I'd rather not investigate  
right now,) both anonymous CVS and web CVS started working again.

Cheers,
        Luigi