info-cvs
[Top][All Lists]
Advanced

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

RE: Failied to access the CVS repository


From: Matt Doar
Subject: RE: Failied to access the CVS repository
Date: Tue, 8 Mar 2005 15:22:25 -0800

Find the pid with 

ps auxww | grep inetd 

Then as root

kill -HUP pid

~Matt

> -----Original Message-----
> From: address@hidden 
> [mailto:address@hidden 
> On Behalf Of MEI-XING ZHAO
> Sent: Tuesday, March 08, 2005 2:47 PM
> To: Larry Jones
> Cc: address@hidden
> Subject: Re: Failied to access the CVS repository
> 
> Thanks! I made it working by adding ``-T /tmp'' before ``pserver'' to 
> the CVS command in [x]inetd.conf.
> 
> BTW, any way to reinitilize the changes made in inetd.conf without 
> rebooting the machine?
> 
> Thanks,
> Mei
> 
> 
> Larry Jones wrote:
> > MEI-XING ZHAO writes:
> > 
> >>Thanks for your reply Larry. You are correct about the 
> problem. I found 
> >>I can access the CVS repository locally(on the same server) 
> OK. But run 
> >>cvs command remotely still not working. I am not sure where the 
> >>/tmp/root set set. It use to be just create the temp files on /tmp.
> > 
> > 
> > What has most likely happened is that someone has changed 
> $TMPDIR for
> > root to be /tmp/root and that setting is getting inherited 
> by everything
> > that root starts, including [x]inetd and then CVS.  Check 
> your [x]inetd
> > config file against what's shown in the CVS manual:
> >     
> >     
> <https://www.cvshome.org/docs/manual/cvs-1.11.19/cvs_2.html#SEC30>
> > 
> > If that doesn't help, add an explicit ``-T /tmp'' before 
> ``pserver'' to
> > the CVS command in [x]inetd.conf.
> > 
> > -Larry Jones
> > 
> > Life's a lot more fun when you're not responsible for your 
> actions. -- Calvin
> 
> 
> -- 
> ********
> Mei-Xing Zhao
> Enterprise Messaging & Integration, CSSIT
> Sun Microsystems, Inc.
> (510) 936-3520
> x13520 (internal)
> 
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> NOTICE:  This email message is for the sole use of the intended
> recipient(s) and may contain confidential and privileged
> information.  Any unauthorized review, use, disclosure or
> distribution is prohibited.  If you are not the intended
> recipient, please contact the sender by reply email and destroy
> all copies of the original message.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> 
> 
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/info-cvs
> 




reply via email to

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