Displaying 1 result from an estimated 1 matches for "create_adm_p".
2006 Jul 14
2
Problems accessing CVS repository
Hi,
I have persistent problems to access the OpenSSH CVS repository as
anonymous user, once it has been checked out:
$ cvs -d anoncvs at anoncvs.mindrot.org:/cvs co openssh
[...works fine...]
$ cd openssh
$ cvs up
cannot create_adm_p /tmp/cvs-serv5471/contrib
Permission denied
The same happens when trying to use the second repository:
$ cvs -d anoncvs at anoncvs2.at.openbsd.org:/openssh co openssh_cvs
[...works fine...]
$ cd openssh_cvs
$ cvs up
cannot create_adm_p /tmp/cvs-serv6828/contrib
Permission denied
Th...