info-cvs
[Top][All Lists]
Advanced

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

Moved Repository, now no access


From: vvor
Subject: Moved Repository, now no access
Date: Wed, 6 Mar 2002 03:42:02 -0500

I am in trouble.

I noticed my file system dying, so I backed everything up to another disk,
reformated, reinstalled, then copied everything back. I changed my CVSROOT
env variable to point to where I restored my repository , /cvs .

Now, I cannot access the repository using pserver, ssh, from anywhere but
the server. The server can do a normal local co, but now from a client
machine, access is denied everywhere for users with system accounts.

I noticed that the permissions were user:root group:root. I opened them way
up, still no luck. I changed my cvs pserver config to point to the new
CVSROOT, no luck. I did cvs -d /cvs init. No luck.

All my samba, printer, masquerading, etc, work fine after the reformat. Just
cvs, and of course that is the most critical :(

I need help! Please!

#####
service cvspserver
{
        disable = no
        socket_type = stream
        port    = 2401
        wait    = no
        user    = root
        server= /usr/bin/cvs
        log_type=FILE /var/log/cvslog
        root    = /cvs/CVSROOT
        server_args     = -f --allow-root=/cvs/CVSROOT pserver
        log_on_success  += DURATION USERID
        log_on_failure  += USERID
}





reply via email to

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