mainSavannah Administration - Support: sr #109638, cannot access CVS via SSH

 
 

sr #109638: cannot access CVS via SSH

Submitter:  Alexei Malinin <alexei_malinin>
Submitted:  Tue 29 Jan 2019 05:40:12 PM UTC
Votes: 100
 
Category:  Source code repositories - developer access Priority:  5 - Normal
Severity:  4 - Important Status:  Done
Privacy:  Public Assigned to:  ineiev
Operating System:  None Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Thu 07 Feb 2019 04:17:18 PM UTC, comment #8: 

Everything seems OK now.

$ cvs commit ; echo $?
cvs commit: Examining .

/web/imbr/imbr/index.html,v  <--  index.html
new revision: 1.2; previous revision: 1.1
Triggering webpages update...
0
...
$ cvs update ; echo $?
cvs update: Updating .
M index.html
0
$ cvs commit -m "one more test for the CVS write permissions" ; echo $?
cvs commit: Examining .
/web/imbr/imbr/index.html,v  <--  index.html
new revision: 1.3; previous revision: 1.2
Triggering webpages update...
0
$

Thank you.


PS. If I have problems with publishing my project source code on the CVS, I will register a new problem request.

Alexei Malinin <alexei_malinin>
Thu 07 Feb 2019 03:23:16 PM UTC, comment #7: 

Please try again, we fixed some more permissions.

Ineiev <ineiev>
Site Administrator
Thu 07 Feb 2019 01:23:53 PM UTC, comment #6: 

There is some problem with write permissions.

$ cvs commit -m "project web page" ; echo $?
cvs commit: Examining .
/web/imbr/imbr/index.html,v  <--  index.html
initial revision: 1.1
cvs commit: warning: cannot open history file `/web/imbr/CVSROOT/history' for write: Permission denied
Triggering webpages update...
0


Alexei Malinin <alexei_malinin>
Thu 07 Feb 2019 07:42:45 AM UTC, comment #5: 

I've fixed the permissions; please try again.

Ineiev <ineiev>
Site Administrator
Tue 05 Feb 2019 11:46:37 AM UTC, comment #4: 

Hello.

Now I cannot upload my project web page.

$ pwd
/home/am
$ cd tmp
$ cvs -z3 -d:ext:alexei_malinin@cvs.sv.nongnu.org:/web/imbr checkout imbr ; echo $?
cvs checkout: Updating imbr
0
$ pwd
/home/am/tmp
$ ls -l
total 1
drwxr-x---  3 am  am  512 Feb  5 14:34 imbr
$ cd imbr
$ ls -l
total 1
drwxr-x---  2 am  am  512 Feb  5 14:34 CVS
$ cp /home/am/www/iMBR-1.7.html index.html ; echo $?
0
$ ls -l
total 1
drwxr-x---  2 am  am   512 Feb  5 14:34 CVS
-rw-r-----  1 am  am  3679 Feb  5 14:36 index.html
$ cvs add index.html ; echo $?
cvs add: scheduling file `index.html' for addition
cvs add: use `cvs commit' to add this file permanently
0
$ cvs commit -m "project web page" ; echo $?
cvs commit: Examining .
cvs commit: ERROR: cannot write file /web/imbr/imbr/index.html,v: Permission denied
1
$

What am I doing wrong?

Alexei Malinin <alexei_malinin>
Fri 01 Feb 2019 08:09:56 AM UTC, comment #3: 

OK. I'm waiting for finishing of the work.


Alexei Malinin <alexei_malinin>
Thu 31 Jan 2019 09:42:14 PM UTC, comment #2: 

It appears that another Savannah Hacker is already working on the problem.  I recreated the problem.  And then before I could do anything the problem was magically fixed already!

/tmp/junk$ cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/imbr co imbr
Fatal error, aborting.
anonymous: no such user

/tmp/junk$ cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/imbr co imbr
cvs2 checkout: Updating imbr

I'll let the other person doing this work finish. :-)

Bob Proulx <rwp>
Site Administrator
Thu 31 Jan 2019 09:34:15 PM UTC, comment #1: 

This seems to have been broken since the recent subnet move. I am not sure which process has broken. I'll go chase it down.

Bob Proulx <rwp>
Site Administrator
Tue 29 Jan 2019 05:40:12 PM UTC, original submission:  

Hello.

I tried to browse CVS repositories (http://cvs.savannah.nongnu.org/viewvc/?root=imbr and web.cvs.savannah.nongnu.org/viewvc/?root=imbr) without success - the site says: "The root "imbr" is unknown."

Also I tried to get copies of CVS repositories (according to instructions at https://savannah.nongnu.org/cvs/?group=imbr) without success.

$ cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/imbr co imbr
Fatal error, aborting.
anonymous: no such user
$
$ cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/web/imbr co imbr
Fatal error, aborting.
anonymous: no such user
$
$ cvs -z3 -d:ext:alexei_malinin@cvs.savannah.nongnu.org:/sources/imbr co imbr
Cannot access /sources/imbr/CVSROOT
No such file or directory
$
$ cvs -z3 -d:ext:alexei_malinin@cvs.savannah.nongnu.org:/web/imbr co imbr
Cannot access /web/imbr/CVSROOT
No such file or directory
$
$ cvs -z3 -d:ext:alexei_malinin@cvs.savannah.nongnu.org:/sources/imbr init
cvs [init aborted]: cannot make directory /sources/imbr: Permission denied
$
$ cvs -z3 -d:ext:alexei_malinin@cvs.savannah.nongnu.org:/web/imbr init
cvs [init aborted]: cannot make directory /web/imbr: Permission denied
$

Please write what should I do to resolve the above problems.


--
Alexei Malinin

Alexei Malinin <alexei_malinin>

 

(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 ineiev (Posted a comment)
  • -email is unavailable- added by alexei_malinin (Voted in favor of this item)
  • -email is unavailable- added by rwp (Posted a comment)
  • -email is unavailable- added by alexei_malinin (Submitted the item)
  •  

    There are 100 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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-02-07 ineiev StatusIn Progress Done
        Open/ClosedOpen Closed
    2019-02-07 ineiev StatusNone In Progress
        Assigned toNone ineiev
    2019-02-05 alexei_malinin Carbon-Copy- Added alexei_malinin

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code