Subject: Re: Can't CVS for the recent security announcements
To: Paul Hoffman <phoffman@proper.com>
From: Lubomir Sedlacik <salo@Xtrmntr.org>
List: tech-security
Date: 10/08/2002 20:13:18
--y9PDtDHaFrXNoMPU
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Oct 08, 2002 at 12:03:55PM -0600, Paul Hoffman wrote:
>
> OK, now I have done:
>
> # export CVSROOT=3D":pserver:anoncvs@anoncvs.netbsd.org/cvsroot"
                                                      ^^^
                                               missing :

> # export CVS_RSH=3D/usr/bin/ssh

you want either use pserver or ssh, don't mix them up.

1) /usr/src# export CVSROOT=3D:pserver:anoncvs@anoncvs.netbsd.org:/cvsroot
   /usr/src# cvs login
   /usr/src# cvs update -Pd -r netbsd-1-6 libexec/talkd

you will need to 'cvs login' in this case unless you already have
password stored in ~/.cvspass

or

2) /usr/src# export CVS_RSH=3Dssh
   /usr/src# cvs -d anoncvs@anoncvs.netbsd.org:/cvsroot update -Pd -r netbs=
d-1-6 libexec/talkd

> I'm getting closer, but it wants a password. It doesn't like
> "anoncvs" as a password.  What am I supposed to enter for:
>
> anoncvs@cvs.netbsd.org's password:

you have wrong host here again..


regards,

--=20
-- Lubomir Sedlacik <salo@Xtrmntr.org>   ASCII Ribbon campaign against  /"\=
 --
--                  <salo@silcnet.org>   e-mail in gratuitous HTML and  \ /=
 --
--                                       Microsoft proprietary formats   X =
 --
-- PGPkey: http://Xtrmntr.org/salo.pgp                                  / \=
 --
-- Key Fingerprint: 75B2 2B96 CD75 0385 1C49  39B8 8B08 C30E 54BC 7263     =
 --

--y9PDtDHaFrXNoMPU
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (NetBSD)

iD8DBQE9oyA+iwjDDlS8cmMRAuwzAJ9EcPcyTdgwzmRviMnUHIir0nguMACePl4A
Omuwzio+I3+biqyiTdSC6z8=
=HzcA
-----END PGP SIGNATURE-----

--y9PDtDHaFrXNoMPU--