bug-cvs
[Top][All Lists]
Advanced

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

Re: 1.11.1p1 CVS server SEG faulting when using "-D" command option


From: Sean Staats
Subject: Re: 1.11.1p1 CVS server SEG faulting when using "-D" command option
Date: Fri, 7 Sep 2001 10:16:03 -0500

That was a good idea.  Another admin installed a non-rpm cvs binary in
/usr/local/bin which is in the PATH before /usr/bin where the 1.11.1p1 rpm
version of cvs is.  I chastised the other admin and removed the non-rpm cvs
files.  Regardless of that, I verified that /etc/xinetd.d/cvspserver was
using /usr/bin/cvs (1.11.1p1) the whole time anyway.

cvsadmin@devcvs:> cat /etc/xinetd.d/cvspserver
# default: on
#
# description: CVS Server

service cvspserver
{
        socket_type             = stream
        wait                    = no
        user                    = root
        group                   = root
        server                  = /usr/bin/cvs
        server_args             = -f -T /home/cvs/tmp
--allow-root=/home/cvs/cvstest --allow-root=/h
ome/cvs/cvsroot --allow-root=/home/cvs/cvsqlink pserver
        disable                 = no
}


I've made sure that /usr/bin/cvs is in fact 1.11.1p1:

cvsadmin@devcvs:> which cvs
/usr/bin/cvs

cvsadmin@devcvs:> /usr/bin/cvs -v

Concurrent Versions System (CVS) 1.11.1p1 (client/server)

Copyright (c) 1989-2001 Brian Berliner, david d `zoo' zuhn,
                        Jeff Polk, and other authors

CVS may be copied only under the terms of the GNU General Public License,
a copy of which can be found with the CVS distribution kit.

Specify the --help option for further information about CVS

Unfortunately, the CVS server still SEG faults:

cvsadmin@devcvs:> cvs ex -D now javasrc
cvs export: Updating javasrc
U javasrc/NativePaste.java
U javasrc/NetscapeNativePaste.java
cvs export: Updating javasrc/DLServer
U javasrc/DLServer/startDL.ksh
U javasrc/DLServer/startDL.sh
U javasrc/DLServer/stopDL.ksh
U javasrc/DLServer/stopDL.sh
U javasrc/DLServer/weblogic.policy
cvs export: Updating javasrc/NativePaste
U javasrc/NativePaste/NativePaste.c
U javasrc/NativePaste/NativePaste.h
U javasrc/NativePaste/PasteDLL.dl
...
U javasrc/php/fastdc.php
U javasrc/php/results.php
U javasrc/php/searchutil.php
U javasrc/php/summaryconfig.php
cvs export: Updating javasrc/public_html
Terminated with fatal signal 11

What can I do to help debug this problem?


+--------------------------------------------------------+
Sean Staats
Systems Administrator
Questia Media, Inc.
http://www.questia.com
It is better to be safe a thousand times than to die once.
           -Mark Twain
+--------------------------------------------------------+



                                                                                
                        
                    "Derek R.                                                   
                        
                    Price"               To:     Sean Staats 
<SStaats@questia.com>                      
                    Sent by:             cc:     bug-cvs@gnu.org                
                        
                    dprice               Subject:     Re: 1.11.1p1 CVS server 
SEG faulting when using " 
                                         -D" command option                     
                        
                                                                                
                        
                    09/06/2001                                                  
                        
                    06:17 PM                                                    
                        
                                                                                
                        
                                                                                
                        




Sean Staats wrote:

> cvsadmin@devcvs:> uname -a
> Linux devcvs 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686 unknown
>
> cvsadmin@devcvs:> rpm -q cvs
> cvs-1.11.1p1-cvshome.7x.1
>
> cvsadmin@devcvs:> cvs -v
>
> Concurrent Versions System (CVS) 1.11 (client/server)

Does this still happen with 1.11.1p1?  It looks like you have the 1.11.1p1
RPM installed but you're catching a different CVS (version 1.11) in your
path
during testing.

Derek

--
Derek Price                      CVS Solutions Architect (
http://CVSHome.org )
mailto:dprice@collab.net         CollabNet ( http://collab.net )
--
I will not conduct my own fire drills.
I will not conduct my own fire drills.
I will not conduct my own fire drills...

          - Bart Simpson on chalkboard, _The Simpsons_










reply via email to

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