mainSavannah Administration - Support: sr #105782, libcdio developer CVS access gives...

 
 

sr #105782: libcdio developer CVS access gives an error

Submitter:  Rocky Bernstein <rocky>
Submitted:  Sun 25 Feb 2007 03:50:47 PM UTC
   
 
Category:  Source code repositories - developer access Priority:  5 - Normal
Severity:  3 - Normal Status:  None
Privacy:  Public Assigned to:  Beuc
Operating System:  GNU/Linux Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 09 Mar 2007 07:48:49 PM UTC, comment #2: 

I added your solution and a couple others at:
http://savannah.gnu.org/maintenance/SshAccess

Thanks!

Sylvain Beucler <Beuc>
Sun 25 Feb 2007 04:07:16 PM UTC, comment #1: 

I figured out my problem. It has nothing to do with Savannah.

My ~/.ssh/id_dsa is not the one needed by Savannah. I need to use ~/.ssh/id_dsa_savannah. So In order to fix this I created this shell script called ~/bin/ssh_savannah with these lines:

#!/bin/bash
/usr/bin/ssh -i ~/.ssh/id_dsa_savannah $*

And then I set my CVS_RSH to point to this:
EXPORT CVS_RSH=~/bin/ssh_savannah

And everything works. Sorry for the ticket which I can't figure out how to cancel.

It might be good a good thing to note on
   https://savannah.gnu.org/cvs/?group=libcdio
in case others run across the same problem.

Rocky Bernstein <rocky>
Sun 25 Feb 2007 03:50:47 PM UTC, original submission:  

I am getting an error when I tried to commit some changes to libcdio. First I tried cvs update:

cvs update
Permission denied (publickey).
cvs [update aborted]: end of file from server (consult above messages if any)

Then following the instructions for checking out a new copy found at
https://savannah.gnu.org/cvs/?group=libcdio

I get about the same thing.
 
cvs -z3 -d:ext:rocky@cvs.savannah.gnu.org:/sources/libcdio co libcdio
Permission denied (publickey).

Thanks.

Rocky Bernstein <rocky>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by Beuc (Posted a comment)
  • -email is unavailable- added by rocky (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-03-09 Beuc Assigned toNone Beuc
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code