Re: CVS Login ERROR...

2003-09-29 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Narendhran K <[EMAIL PROTECTED]> writes:

> Hi,
> These are the two types of Errors that i Get when i try to install cvs on
> a LInux system and then try to run winCVS on the client system.
> 1 ) [EMAIL PROTECTED] CVSROOT]# cvs -d /raid/cvsroot commit /root/CVSROOT
> cvs [commit aborted]: 'root' is not allowed to commit files

See http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_21.html under
"'root' is not allowed to commit files"

> 2 ) cvs [login aborted]: connect to 192.168.0.3(192.168.0.3):2401 failed:
> No connection could be made because the target machine actively refused
> it.

See http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_21.html#SEC184

> Could any one help me on this status.
>  
> With regards
> Naren

-- Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/eFa73x41pRYZE/gRAhBLAKDk57ZANV4ItkkK/t7V2D4izp/C8wCgmb5B
70zxBhNvDgDRduiEkvQLKK0=
=t3mO
-END PGP SIGNATURE-


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


RE: CVS Login ERROR...

2003-09-30 Thread Gagneet Singh
Title: Message



Hi 
Naren!
 
I think you will 
have to send me the following information before I can give you any further 
help:
 
CVS 
Server:
1. What is the 
Server OS? (Distribution version details)
2. Which CVS 
Server package are you using?
3. What all 
configurations have been carried out? (Creation of the repository, scripts and 
files created)
4. 
If Linux, 
is apache and Samba installed and configured..??
 
CVS 
Client:
1. Which client 
are you using? (GUI or command line & Linux or Windows)
2. What is the 
client version?
3. What are the 
configurations done on the client?
 
Thanx
 
Gagneet
 
 

  
  -Original Message-From: Narendhran K 
  [mailto:[EMAIL PROTECTED] Sent: Tuesday, 30 September, 
  2003 12:48 PMTo: [EMAIL PROTECTED]Subject: RE: CVS Login 
  ERROR...
  hi
   
  I tried with the things u said , but again it is giving the following 
  error
  cvs [login aborted]: connect to 192.168.0.3(192.168.0.3):2401 failed: 
  Connection refused
   
  could u help me 
  naremGagneet Singh <[EMAIL PROTECTED]> 
  wrote:
  

Hi!
 
> 2 ) cvs [login aborted]: connect to 
192.168.0.3(192.168.0.3):2401 failed: No connection could be made because 
the target machine actively refused it. 
> Could any one help me on 
this status.
 
This can 
happen in the case you have not created the cvspserver file on your server. 
If you are using Red Hat systems after distribution 7.2, then you are 
required to put this file in the /etc/xinetd.d directory. The format of this 
file is..
 

service 
cvspserver
{
    
disable  = 
no
    
id 
    
= cvspserver
    
env   
= HOME=/home/cvs
    
socket_type  = 
stream
    
protocol   
= tcp
    
port  
= 2401
    
wait  
= no
    
user  
= root
    
passenv    
= PATH 
    
server   
= /usr/bin/cvs
    
server_args   = -f 
--allow-root=/cvs/versions pserver
}
 
The repository root is denoted by the 
line:
  
server_args   = -f 
--allow-root=/cvs/versions pserver
 
 in the 
above mentioned file.
 

  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  Narendhran KSent: Monday, 29 September, 2003 15:50 
  PMTo: [EMAIL PROTECTED]Subject: CVS Login 
  ERROR...
  Hi,
  These are the two types of Errors that i Get when i try to install 
  cvs on a LInux system and then try to run winCVS on the client 
  system.
  1 ) [EMAIL PROTECTED] CVSROOT]# cvs -d /raid/cvsroot commit 
  /root/CVSROOTcvs [commit aborted]: 'root' is not allowed to commit 
  files
  2 ) cvs [login aborted]: connect to 
  192.168.0.3(192.168.0.3):2401 failed: No connection could be made because 
  the target machine actively refused it. 
  Could any one help me on this status.
   
  With regardsNaren
  
  
  
  Do you Yahoo!?The 
  New Yahoo! Shopping - with improved product 
search
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: CVS LOGIN ERROR

2002-09-19 Thread Larry Jones

Ibrahim Shaik writes:
> 
> Now the main problem I am facing is , when ever I try to connect using jCVS
> , it says "I HATE YOU" . It is not authenticating any user .

Check your syslog for the DAEMON facility for messages from CVS. 
They'll give you more information about what the actual problem is.

-Larry Jones

Archaeologists have the most mind-numbing job on the planet. -- Calvin


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



Re: CVS LOGIN ERROR

2002-09-27 Thread Larry Jones

Ibrahim Shaik writes:
> 
> I checked the syslog , for messages from inetd.conf particularly for CVS ,

You want to check for messages from CVS itself, not inetd.

> Why is it giving this error. And why does winCVS or any other client show
> the error as "cvs login
> cvs [login aborted]: authorization failed: server 66.125.19.74 rejected
> access to /usr/local/cvsrepository for user cvsusergroup".

When this happens, the server should log a message under the DAEMON
facility that says either "login refused for " (which
indicates that the specified repository isn't valid) or "login failure
(for )" (which indicates that either the username or
passwordisn't valid).  In the later case, if your system has an AUTHPRIV
facility, it will also log a message there containing the username and
password.  Since it looks like the specified repository exactly matches
the --allow-root= option in inetd.conf, I'd say either the username or
password isn't right: are you using a $CVSROOT/CVSROOT/passwd file or
system authorization?

-Larry Jones

I'm crying because out there he's gone, but he's not gone inside me. -- Calvin


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



Re: CVS LOGIN ERROR

2002-09-27 Thread Larry Jones

Ibrahim Shaik writes:
> 
> I had tried both the options , I added a user ( & group called cvsusergroup)
> and added few existing Unix users (myself,sysadmin ) to this group.
> 
> I defined "cvsusergroup" user's home directory as cvsrepository. Also made
> that user as owner of that group. Gave --rwe-- permissions to the
> repository.

Try su'ing to cvsusergroup and running CVS in local mode to be sure that
works; do something innocuous like checking out CVSROOT.  That way
you'll know the permisions aren't screwing things up.

> I also have a CVS admin GUI page from where I can add cvs users. I added few
> cvs users and defined them to access the files as "cvsusergroup" ... This
> added the following lines to $CVSROOT/cvsroort/passwd file
> 
> Ibrahim::cvsusergroup
> cvsusergroup::cvsusergroup.

Those are encrypted passwords, not plain text passwords, right?

> I am really going crazy with this error. What is the "cvspserver/tcp: bind:
> Address already in use" error?

Note that that's a inetd message and has nothing to do with your login
problem.  Most likely it means that you restated inetd very shortly
after killing it so that the system still had the existing sockets
around to handle any late packets from remote systems.  Since inetd
seems to be working fine, it must have dealt with the errors
appropriately.

> How do we define cvspserver to authenticate the users againt the users in
> the passwd file or against the system users?

That's SystemAuth in the $CVSROOT/CVSROOT/config file -- it defaults to
"yes", which means CVS uses both the system passwd file and its own
passwd file. 

-Larry Jones

I think if Santa is going to judge my behavior over the last year,
I ought to be entitled to legal representation. -- Calvin


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



Re: CVS LOGIN ERROR

2002-09-27 Thread Larry Jones

Ibrahim Shaik writes:
> 
> What is the invalid argument error. Is the argument I passed for cvspserver
> in inetd.conf , wrong?

No, it's some kind of internal error in inetd -- it's not the cause of
your problem.  Again, you need to look for messages from CVS itself, not
messages from inetd.  And check to see if your system has an AUTH_PRIV
facility -- if so, the log messages for it usually go to a special log
file that only root can read since they contain security-related
information.  That's where the good log messages go.

-Larry Jones

It's either spectacular, unbelievable success, or crushing, hopeless
defeat!  There is no middle ground! -- Calvin


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



RE: CVS login error

2005-02-08 Thread Rick Genter



CVS does not talk to VSS. I don't know what you were doing 
before, but I'm pretty confident that you were not using CVS to talk to a VSS 
server. More likely you had CodeWarrior configured to use 
VSS.
 
--Rick GenterPrincipal EngineerSilverlink 
Communications(781) 
272-3080 x242This e-mail, including attachments, may include 
confidential and/or proprietary information, and may only be used by the person 
or entity to which it is addressed.  If the reader of this e-mail is not 
the intended recipient or his or her authorized agent, the reader is hereby 
notified that any dissemination, distribution or copying of this e-mail is 
prohibited.  If you have received this e-mail in error, please notify the 
sender by replying to this message and delete this e-mail 
immediately.
 


From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
Joan NordbergSent: Tuesday, February 08, 2005 8:00 
AMTo: info-cvs@gnu.orgSubject: CVS login 
error

I'm trying to find some help about the login command to CVS. Several new 
things have happened here simultaneously and we are having trouble sorting out 
why I get an error with login: 
We got a new Windows 2003 server at the same time I got a new G5, OS X 
10.3.5 and upgraded Metrowerk's Code Warrior to its latest version ( 9 ). Our 
previous server ( Windows 2000 ) had Visual Source Safe(VSS) 6.0.c, for our 
source control. VSS was just copied from the old server to the new server, and 
we have been able to still access VSS from our Windows platforms and from MAC OS 
9.2 machine which has an old version of Code Warrior that still had interface 
for login in the setup panel. 
The new Metrowerks documentation says to login to CVS with -d login command 
and then Mac projects can access VSS from with the IDE. I used the pserver 
protocol since VSS is on the server. After typing in the cvs -d command, I am 
prompted for CVS password: When I type in my password I get the following a 

cvs [login aborted]: connect to maestrolearning.com:2401 failed: Operation 
timed out. 
I have also tried using MacCvsX to login and get the same error message. 

We had another company set up the new server and they are unfamiliar with 
Macs. Although we are not using CVS for source control, should something have be 
installed on our new server to enable the 'pserver' protocol for CVS login? Any 
recommendation for resources to check? I am not having any trouble connecting 
from the OS X machine to the server directly, or accessing files/folders there. 
It's just the cvs login error that has me baffled. Thanks. 

___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs