[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error in ssh remote access to cvs when UNIX facl
From: |
Marc Frappier |
Subject: |
error in ssh remote access to cvs when UNIX facl |
Date: |
Sat, 27 Nov 2004 15:09:39 -0500 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 |
Hi
I'am using a cvs repository on a Sun server. I use file access control
list (setfacl) to restrict access to a few users. I can properly access
the repository using the Eclipse client (using extssh); I can checkout,
import, update etc. But, with my windows cvs client using SSH and with
JCVS, I cannot access the repository to import or checkout. I get the
error message
cvs [import aborted]: cannot getwd in /home/carouge/aut18/zeteg00/newrepos:
Permission denied
Here is my setup:
cvs server version
Concurrent Versions System (CVS) 1.11.16 (client/server)
cvs client version on windows
Concurrent Versions System (CVS) 1.12.9 (client)
JCVS version 5.4.2
Eclipse version
Version: 3.0.1
Build id: 200409081421
SSH2 client on windows
version 3.2.9 build 283,
Here is on I set access to the repository:
setfacl -s u::rwx,g::---,mask:rwx,o:---,d:u::rwx,
d:g::---,d:mask:rwx,d:o:--- newrepos
setfacl -m u:zeteg00:rwx newrepos
setfacl -m u:cvs2871:rwx newrepos
setfacl -m u:frappier:rwx newrepos
setfacl -m d:u:zeteg00:rwx newrepos
setfacl -m d:u:cvs2871:rwx newrepos
setfacl -m d:u:frappier:rwx newrepos
setfacl -s u::rwx,g::---,mask:rwx,o:---,d:u::rwx,d:g::---,
d:mask:rwx,d:o:--- newrepos/CVSROOT
setfacl -m u:zeteg00:rwx newrepos/CVSROOT
setfacl -m u:cvs2871:rwx newrepos/CVSROOT
setfacl -m u:frappier:rwx newrepos/CVSROOT
setfacl -m d:u:zeteg00:rwx newrepos/CVSROOT
setfacl -m d:u:cvs2871:rwx newrepos/CVSROOT
setfacl -m d:u:frappier:rwx newrepos/CVSROOT
Thanks in advance for your help.
--
Marc Frappier, Ph.D., professeur | tel: 819-821-8000x2096
Département d'informatique | fax: 819-821-8200
Université de Sherbrooke | marc.frappier@usherbrooke.ca
Sherbrooke (Québec) Canada J1K 2R1 | http://www.dmi.usherb.ca/~frappier
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- error in ssh remote access to cvs when UNIX facl,
Marc Frappier <=