Re: anoncvs asking for password

2008-02-25 Thread Duncan Patton a Campbell
On Sun, 24 Feb 2008 14:18:15 -0500
Chris Smith [EMAIL PROTECTED] wrote:

 On Sunday 24 February 2008, Constantine A. Murenin wrote:
  anoncvs.ca.openbsd.org is being rebuild, and currently asks for
  password.
 
 Also tried anoncvs1.usa.openbsd.org and anoncvs1.ca.openbsd.org (which 
 apparently is the same host as anoncvs.ca.openbsd.org).
 
 Looks like waiting is the right idea.
 
 -- 
 Chris
 
 
Might this have something to do with it:?

Begin forwarded message:

Date: Sun, 24 Feb 2008 01:34:51 -0700
From: Theo de Raadt [EMAIL PROTECTED]
To: Rumen Yotov [EMAIL PROTECTED]
Cc: misc@openbsd.org
Subject: Re: anoncvs.ca.openbsd.org - RSA host key has just been changed 


 Anybody knows if the key really changed or not ?
 The fingerprint for the RSA key sent by the remote host is
 e0:9d:c4:c0:31:7d:84:ec:67:9c:a3:7a:70:54:eb:20.

It did change.  The machine was reinstalled from scratch, in fact.



anoncvs asking for password

2008-02-24 Thread Chris Smith
All of a sudden when using cvs (via ssh) to update the src tree 
(following the instructions on http://openbsd.org/faq/faq5.html#Bld) I 
am prompted for a password. Several different mirrors same issue.

What to do?

-- 
Chris



Re: anoncvs asking for password

2008-02-24 Thread Constantine A. Murenin
On 24/02/2008, Chris Smith [EMAIL PROTECTED] wrote:
 All of a sudden when using cvs (via ssh) to update the src tree
  (following the instructions on http://openbsd.org/faq/faq5.html#Bld) I
  am prompted for a password. Several different mirrors same issue.

anoncvs.ca.openbsd.org is being rebuild, and currently asks for password.

You probably have it hardcoded into CVS/Root files, and so it may be
used regardless of the server you specify in CVSROOT.

  What to do?

find /usr/src -path */CVS/Root -exec rm {} \;

C.



Re: anoncvs asking for password

2008-02-24 Thread Chris Smith
On Sunday 24 February 2008, Constantine A. Murenin wrote:
 anoncvs.ca.openbsd.org is being rebuild, and currently asks for
 password.

Also tried anoncvs1.usa.openbsd.org and anoncvs1.ca.openbsd.org (which 
apparently is the same host as anoncvs.ca.openbsd.org).

Looks like waiting is the right idea.

-- 
Chris



Re: anoncvs asking for password

2008-02-24 Thread Chris Smith
On Sunday 24 February 2008, Alexander Hall wrote:
 Let the list readers know what you did so they can help you?

 I'll start:

 $ cd /usr/src
 ...

 You fill in the rest. :)

# cd /usr/src
# export [EMAIL PROTECTED]:/cvs
# cvs -d$CVSROOT up -Pd

Tree was previously checked out, and updates worked until yesterday when 
it (and anoncvs.usa.openbsd.org) started asking for a password. Thought 
to give a day and posted when the problem still existed today.

-- 
Chris



Re: anoncvs asking for password

2008-02-24 Thread Alexander Hall

Chris Smith wrote:
All of a sudden when using cvs (via ssh) to update the src tree 
(following the instructions on http://openbsd.org/faq/faq5.html#Bld) I 
am prompted for a password. Several different mirrors same issue.


What to do?


Let the list readers know what you did so they can help you?

I'll start:

$ cd /usr/src
...

You fill in the rest. :)

/alexander