info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs pserver problems


From: ramesh
Subject: Re: cvs pserver problems
Date: 13 Jan 2006 09:21:23 -0800
User-agent: G2/0.2

my config file has this:
SystemAuth=no
#no passwd file, I want it to use the /etc/passwd for auth.

This is what I see for:
"strace -f -o /tmp/zzz -p 12999"

13012 mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f9c000
13012 read(0, "BEGIN VERIFICATION REQUEST\n/home"..., 1024) = 92
13012 open("/home/cvs/cvsroot/CVSROOT/config", O_RDONLY) = -1 EACCES
(Permission denied)
13012 write(2, "cvs", 3)                = 3
13012 write(2, " ", 1)                  = 1
13012 write(2, "pserver", 7)            = 7
13012 write(2, ": ", 2)                 = 2
13012 write(2, "cannot open ", 12)      = 12
13012 write(2, "/home/cvs/cvsroot/CVSROOT/config", 32) = 32
13012 write(2, ": ", 2)                 = 2
13012 write(2, "Permission denied", 17) = 17
13012 write(2, "\n", 1)                 = 1
13012 open("/home/cvs/cvsroot/CVSROOT/passwd", O_RDONLY) = -1 EACCES
(Permission denied)
13012 write(2, "cvs", 3)                = 3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]