Hello, I've tried to check out slime from cvs, but it fails with: Logging in to :pserver:anonymous@common-lisp.net:2401/project/slime/cvsroot CVS password: PAM start error: Critical error - immediate abort Fatal error, aborting. cvs [login aborted]: unrecognized auth response from common-lisp.net: pam failed to release authenticator
As far as I understand it, this should be a problem on server side. What am I missing? Thanks Petr
Petr Šimon sim@klubko.net writes:
Hello, I've tried to check out slime from cvs, but it fails with: Logging in to :pserver:anonymous@common-lisp.net:2401/project/slime/cvsroot CVS password: PAM start error: Critical error - immediate abort Fatal error, aborting. cvs [login aborted]: unrecognized auth response from common-lisp.net: pam failed to release authenticator
did you input the right password? (anonymous)
On Monday 14 May 2007 05:00:42 Marco Baringer wrote:
Petr Šimon sim@klubko.net writes:
Hello, I've tried to check out slime from cvs, but it fails with: Logging in to :pserver:anonymous@common-lisp.net:2401/project/slime/cvsroot CVS password: PAM start error: Critical error - immediate abort Fatal error, aborting. cvs [login aborted]: unrecognized auth response from common-lisp.net: pam failed to release authenticator
did you input the right password? (anonymous)
Ah sorry :) (hiding) Petr
Petr Šimon <sim <at> klubko.net> writes:
On Monday 14 May 2007 05:00:42 Marco Baringer wrote:
Petr Šimon <sim <at> klubko.net> writes:
Hello, I've tried to check out slime from cvs, but it fails with: Logging in to :pserver:anonymous <at> common-lisp.net:2401/project/slime/cvsroot CVS password: PAM start error: Critical error - immediate abort Fatal error, aborting. cvs [login aborted]: unrecognized auth response from common-lisp.net: pam failed to release authenticator
did you input the right password? (anonymous)
Ah sorry :) (hiding) Petr
Don't be ashamed. I think this has bitten a lot of people in the past (yeah I'm one of them). For me the word `anonymous' is really difficult to type, and in the password prompt with echo disable I often type it wrong (I'm a really bad touch typist).
It would be great if you guys can replace the CVS checkout instruction in the slime homepage with this one-liner
cvs -z3 -d :pserver:anonymous:anonymous@common-lisp.net:/project/slime/cvsroot checkout slime
This way people can just copy with the mouse and paste it into the terminal.
$0.02 -- Mac
On Mon, 14 May 2007 19:07:45 +0000 (UTC), Mac Chan emailmac@gmail.com wrote:
Don't be ashamed. I think this has bitten a lot of people in the past (yeah I'm one of them). For me the word `anonymous' is really difficult to type, and in the password prompt with echo disable I often type it wrong (I'm a really bad touch typist).
It would be great if you guys can replace the CVS checkout instruction in the slime homepage with this one-liner
cvs -z3 -d :pserver:anonymous:anonymous@common-lisp.net:/project/slime/cvsroot checkout slime
This way people can just copy with the mouse and paste it into the terminal.
Or use Nikodemus' "Upstream" package - it's very convenient.
Cheers, Edi.
On Tuesday 15 May 2007 03:07:45 Mac Chan wrote:
Petr Šimon <sim <at> klubko.net> writes:
On Monday 14 May 2007 05:00:42 Marco Baringer wrote:
Petr Šimon <sim <at> klubko.net> writes:
Hello, I've tried to check out slime from cvs, but it fails with: Logging in to
:pserver:anonymous <at> common-lisp.net:2401/project/slime/cvsroot : CVS
password: PAM start error: Critical error - immediate abort Fatal error, aborting. cvs [login aborted]: unrecognized auth response from common-lisp.net: pam failed to release authenticator
did you input the right password? (anonymous)
Ah sorry :) (hiding) Petr
Don't be ashamed. I think this has bitten a lot of people in the past (yeah I'm one of them). For me the word `anonymous' is really difficult to type, and in the password prompt with echo disable I often type it wrong (I'm a really bad touch typist).
thanks, I feel the better now :), but in fact it saved me a little since I needed to run it with ecl, which only works with slime-2.0
It would be great if you guys can replace the CVS checkout instruction in the slime homepage with this one-liner
cvs -z3 -d :pserver:anonymous:anonymous@common-lisp.net:/project/slime/cvsroot checkout slime
This way people can just copy with the mouse and paste it into the terminal.
yes, my vote for copy and paste Petr
$0.02 -- Mac
slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel
Mac Chan wrote:
It would be great if you guys can replace the CVS checkout instruction in the slime homepage with this one-liner
cvs -z3 -d :pserver:anonymous:anonymous@common-lisp.net:/project/slime/cvsroot checkout slime
This way people can just copy with the mouse and paste it into the terminal.
I'll take this as an opportunity to advertise "upstream":
http://random-state.net/files/upstream-1.1.tar.gz
That gives you shell commands
sfnet clnet savannah gna
which fetch CVS projects from the respective upstream repos. (No subversion, darcs, etc. support at the moment.)
There are no manpages, but the usage info should be pretty clear:
clnet --help
usage: clnet [--help | --version] project [module] [directory] [username]
Check out a Common-lisp.net project from developer or anonymous CVS.
Options: --help Prints this message and exits. --version Prints version string and exits.
Arguments: project Name of the project to check out. module Name of the CVS module the check out. Defaults to project. directory Local directory to check out to. Defaults to module. username Common-lisp.net username to use for developer checkout.
Uses the developer CVS if username is given, otherwise uses anonymous CVS. Aborts if a file or directory with the same name as the local checkout directory already exists.
Cheers,
-- Nikodemus