problem while checking out a file

2002-11-15 Thread Jaya Kumari
Hi All,
I have created repoistory on a linux m/c.And i am tryino to acces the
repoistory
from a remote m/c through pserver.I am able to login and when i try to
checkout
a file from the repoistory it gives the following error ...cvs checkout
config.in
>cvs checkout 
Fatal error, aborting.
jaya: no such user
cvs checkout: authorization failed: server 172.16.12.152 rejected access





___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



problem while checking out a file

2002-11-15 Thread Jaya Kumari
i have created a repoistory in /opt directory the project name is
Uclinux-dist .When accessing the repoistory remotly using pserver
after connecting whne i try to checkout a file it gives me following
error :

cvs server: failed to create lock directory in repository
`/opt/uClinux-dist': Permission denied
cvs server: failed to obtain dir lock in repository `/opt/uClinux-dist'
cvs [server aborted]: read lock failed - giving up

Pls help me solve this...



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



problem while checking out a file

2002-11-19 Thread Jaya Kumari
Hi all,
I have a system user and cvs user with the same name.
And i have a group CVS with users who can access the repoistory.
I have changed the group of the repoistory folder to CVS.
When i try to checkout a file it is giving me the following error.

cvs checkout -P uClinux-dist/config.in (in directory C:\)
cvs checkout: Empty password used - try 'cvs login' with a real password

cvs [checkout aborted]: authorization failed: server 172.16.12.152 rejected
access to /opt for user ssatya

ssatya is a user in the group CVS.

the folder permissions are as follows :
drwxrwxr-x3 rtslinux CVS  4096 Nov 14 19:56 CVSROOT
drwxrwxr-x   17 rtslinux CVS  4096 Nov 14 20:10 uClinux-dist

the /etc/group file has the following entries :
rtslinux:x:501
ssatya:x:503
CVS:x:505:ssatya,rtslinux

not able to figure what is the problem.




___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



RE: problem while checking out a file

2002-11-15 Thread Jaya Kumari
Hi All,
I have created repoistory on a linux m/c.And i am tryino to acces the
repoistory
from a remote m/c through pserver.I am able to login and when i try to
checkout
a file from the repoistory it gives the following error ...cvs checkout
config.in
>cvs checkout 
cvs server: warning: cannot make directory CVS in /: Permission denied
cvs [server aborted]: cannot make directory CVS in /uClinux-dist: Permission
denied




___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



RE: problem while checking out a file

2002-11-15 Thread Shishir Singhai

Hi jaya,

This may sound foolish but you must make a entry in you
$cvsroot/CVSROOT/passwd file to be authenticated as
jaya:[encrypted password here]
there is a perl script to encrypt your passwd string you can download that
from anywhere

regards
Shishir Singhai

-Original Message-
From: [EMAIL PROTECTED] [mailto:info-cvs-admin@;gnu.org]On Behalf Of
Jaya Kumari
Sent: Friday, November 15, 2002 4:53 PM
To: Info-cvs
Subject: problem while checking out a file


Hi All,
I have created repoistory on a linux m/c.And i am tryino to acces the
repoistory
from a remote m/c through pserver.I am able to login and when i try to
checkout
a file from the repoistory it gives the following error ...cvs checkout
config.in
>cvs checkout 
Fatal error, aborting.
jaya: no such user
cvs checkout: authorization failed: server 172.16.12.152 rejected access





___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs




___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



RE: problem while checking out a file

2002-11-15 Thread Shishir Singhai


Hi than you must check the permissions of your cvs rot directory


-Original Message-
From: [EMAIL PROTECTED] [mailto:info-cvs-admin@;gnu.org]On Behalf Of
Jaya Kumari
Sent: Friday, November 15, 2002 5:10 PM
To: Info-cvs
Subject: RE: problem while checking out a file


Hi All,
I have created repoistory on a linux m/c.And i am tryino to acces the
repoistory
from a remote m/c through pserver.I am able to login and when i try to
checkout
a file from the repoistory it gives the following error ...cvs checkout
config.in
>cvs checkout 
cvs server: warning: cannot make directory CVS in /: Permission denied
cvs [server aborted]: cannot make directory CVS in /uClinux-dist: Permission
denied




___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs




___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: problem while checking out a file

2002-11-15 Thread Larry Jones
Jaya Kumari writes:
> 
> cvs server: failed to create lock directory in repository
> `/opt/uClinux-dist': Permission denied
> cvs server: failed to obtain dir lock in repository `/opt/uClinux-dist'
> cvs [server aborted]: read lock failed - giving up



-Larry Jones

Even if lives DID hang in the balance, it would depend on whose they were.
-- Calvin


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: problem while checking out a file

2002-11-15 Thread Larry Jones
Jaya Kumari writes:
>
> Fatal error, aborting.
> jaya: no such user
> cvs checkout: authorization failed: server 172.16.12.152 rejected access

That means that you've told CVS to run as the system user 'jaya', but
there's no such user in the system password file.  In the CVSROOT/passwd
file (where you must have an entry for jaya or you would have gotten a
different error), you can specify a system user to run as in the third
field; if you don't, you must have a system user with the same name as
the CVS user.

-Larry Jones

See if we can sell Mom and Dad into slavery for a star cruiser. -- Calvin


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: problem while checking out a file

2002-11-19 Thread Larry Jones
Jaya Kumari writes:
> 
> cvs checkout -P uClinux-dist/config.in (in directory C:\)
> cvs checkout: Empty password used - try 'cvs login' with a real password
> 
> cvs [checkout aborted]: authorization failed: server 172.16.12.152 rejected
> access to /opt for user ssatya

That means that either the username and password or the repository you
specified were not valid.  Since you got a message saying that you
didn't specify a password at all, my guess would be that that's the
problem.

-Larry Jones

My life needs a rewind/erase button. -- Calvin


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs