Re: CVS pserver problems

2002-08-13 Thread Derek Robert Price

Norberto Meijome wrote:

 Hi Irfan,
 can you tell us some more information? What is the error that you 
 receive?
 is inetd really listening on that port? have you restarted/kill -1  
 inetd after changing the conf file?

 Beto

 irfan ali wrote:

 Hello,
 I am trying to connect to my remote CVS Repository on my linux 
 machine under /home/cvs/repository using winCVS which is setup on my 
 windows machine. I have taken care of /etc/services and 
 /etc/inetd.conf files. I have also created passwd file under 
 /home/cvs/repository/CVSROOT folder. Still I am not able to connect 
 through winCVS.
 Can anyone tell me what could be wrong? Any help in this regard is 
 highly appreciated.
 Thanks,
 Irfan


http://www.cvshome.org/docs/manual/cvs_21.html#SEC184

Derek

-- 
*8^)

Email: [EMAIL PROTECTED]

Get CVS support at http://ximbiot.com
-- 
Man [is] a rational animal, endowed by nature with rights and with an innate
sense of justice.
- Thomas Jefferson to W. Johnson, 1823





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



CVS pserver problems

2002-08-12 Thread irfan ali

Hello, 

I am trying to connect to my remote CVS Repository on my linux machine under 
/home/cvs/repository using winCVS which is setup on my windows machine. I have taken 
care of /etc/services and /etc/inetd.conf files. I have also created passwd file under 
/home/cvs/repository/CVSROOT folder. Still I am not able to connect through winCVS. 

Can anyone tell me what could be wrong? Any help in this regard is highly appreciated. 

Thanks,
Irfan
-- 
===

Another FREE service from Jayde Online http://www.jayde.com
Private, Web-based email accounts at http://www.jaydemail.com

Powered by Outblaze



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



Re: CVS pserver problems

2002-08-12 Thread Norberto Meijome

Hi Irfan,
can you tell us some more information? What is the error that you receive?
is inetd really listening on that port? have you restarted/kill -1  
inetd after changing the conf file?

Beto

irfan ali wrote:

Hello, 

I am trying to connect to my remote CVS Repository on my linux machine under 
/home/cvs/repository using winCVS which is setup on my windows machine. I have taken 
care of /etc/services and /etc/inetd.conf files. I have also created passwd file 
under /home/cvs/repository/CVSROOT folder. Still I am not able to connect through 
winCVS. 

Can anyone tell me what could be wrong? Any help in this regard is highly 
appreciated. 

Thanks,
Irfan
  





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



Re: CVS pserver problems

2000-06-09 Thread Larry Jones

[EMAIL PROTECTED] writes:
 
 Why is it running OK on RedHat but not on Caldera ??

See "Trouble making a connection to a CVS server" in the Cederqvist
manual for some troubleshooting advice.

-Larry Jones

Geez, I gotta have a REASON for everything? -- Calvin




CVS pserver problems

2000-06-08 Thread robert . castley

Hi,

I have been through this list with a fine toothpick and comb, but it
has not solved my problem.

I have one RedHat 6.1 box and cvs-1.10.6 I am running pserver from
inetd.conf and every thing is cool.  cvspserver is on port 2401/tcp.

I have one Caldera eServer 2.3 box that had cvs-1.10.6 but I could
not get it working, so I compiled and installed cvs-1.10.8 as per
one of the postings here.
Now when I try and log in I cvs hangs on the server side.  Below
is a snippet from inetd -d.

ADD : cvspserver proto=tcp, wait.max=0.40, user.group=root.(null)
builtin=0 server=/usr/bin/cvs
someone wants cvspserver
accept, ctrl 3
24874 execl /usr/bin/cvs

Why is it running OK on RedHat but not on Caldera ??

Any suggestions, as usual gratefully recieved.


Robert





Cvs pserver problems

2000-03-23 Thread Christopher Kohnert

Howdy, I've had a nice repository and pserver setup going for a while
now, but then my server was upgraded and it doesn't work anymore. 
Whenever I try to do any checkouts of any kind it give me one of two
errors (depending on how I set the inetd.conf line).
1) can't setuid: operation not permitted
2) can't open /root/.cvsignore: Not permitted
   can't chdir(/root): Not permitted

I don't run cvs pserver as root (and don't want to) (and didn't in the
past).  So I assume I'm not setting something right and it's still
thinking it's running as whatever user I tell it to (in inetd.conf) but
for some reason it doesn't recognize the home directory correctly...

I'm stumped, and any help would be appreciated.  I can get more specific
as to settings and whatnot if it's necessary.

Thanks,
Chris




Re: Cvs pserver problems

2000-03-23 Thread Larry Jones

Christopher Kohnert writes:
 
 Howdy, I've had a nice repository and pserver setup going for a while
 now, but then my server was upgraded and it doesn't work anymore. 
 Whenever I try to do any checkouts of any kind it give me one of two
 errors (depending on how I set the inetd.conf line).
 1) can't setuid: operation not permitted
 2) can't open /root/.cvsignore: Not permitted
can't chdir(/root): Not permitted
 
 I don't run cvs pserver as root (and don't want to) (and didn't in the
 past).  So I assume I'm not setting something right and it's still
 thinking it's running as whatever user I tell it to (in inetd.conf) but
 for some reason it doesn't recognize the home directory correctly...

If you don't run pserver as root, then it can't change user to the
actual cvs user (that's why you get "can't setuid: operation not
permitted").  If that's really the way you want to run, then you have to
have a CVSROOT/cvspasswd file that maps all your users to the user
you're running pserver as from inetd (and you can't use the system
password file).  

The second problem can be fixed by adding a -f global option to the
pserver command in inetd.conf unless you're running on a Linux system
that has $HOME set in the environment of things run from inetd -- in
that case, you have to arrange to unset $HOME: you can change inetd.conf
to run a shell script that unsets the variable and then runs cvs, or you
can use env to run cvs with a pristene environment.

-Larry Jones

Mom must've put my cape in the wrong drawer. -- Calvin