Re: pserver ends with SEGV during checkout
Brought to you by:
tyranny
From: Michael K. <ka...@fi...> - 2002-04-15 12:59:56
|
Hi. >>>>> Alexey Morozov <mo...@no...> writes: AM> =F7 =F7=D3=CB, 14.04.2002, =D7 18:34, Michael Kazakov wrote: Hmm, co= uld you AM> tell how did you try to start the server when it sigsegv'ed. I AM> suspect, you tried to run it with totally wrong arguments. Could AM> you tell the [x]inetd line etc etc etc?... $ grep pserver /etc/inetd.conf 2401 stream tcp nowait root /usr/local/cvs-nserver/bin/repos1pserver = cvs-pserver $ cat /usr/local/cvs-nserver/bin/repos1pserver=20 #!/bin/sh ulimit -c unlimited CVSPASSWD=3D/usr/local/cvs-nserver/bin/cvspasswd \ exec /usr/local/cvs-nserver/bin/cvs-pserver /home/Kazakov/heap/CVSROOT --= \ /usr/local/cvs-nserver/bin/cvschkpw /usr/local/cvs-nserver/bin/cvs pserve= r $ ls -l /home/Kazakov/heap/CVSROOT =C9=D4=CF=C7=CF 3 drwxrwsr-x 17 cvsadmin cvs 1471 =E1=D0=D2 10 18:51 cvs-nserver drwxr-xr-x 3 cvsadmin cvsadmin 973 =E1=D0=D2 10 17:46 CVSROOT $ sudo find /tmp/cvs-serv19280/ -name core -ls Password: 6065 2135 -rw------- 1 cvsadmin cvsadmin 2723840 =E1=D0=D2 10 18:51 = /tmp/cvs-serv19280/cvs-nserver/windows-NT/core With this settings I tried import and checkout from directory what contai= ns cvs-nserver. At first time it falls with SIGSEGV, but second try ends successfully. --=20 WBR, Michael Kazakov. |