From owner-freebsd-stable Mon Oct 28 4:18:45 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3867237B401 for ; Mon, 28 Oct 2002 04:18:44 -0800 (PST) Received: from mail.ccl.ru (mail.ccl.ru [195.222.130.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C9943E75 for ; Mon, 28 Oct 2002 04:18:38 -0800 (PST) (envelope-from emz@norma.perm.ru) Received: from freedom.norma.perm.ru (norma.perm.ru [195.222.139.182]) by mail.ccl.ru (8.12.6/8.12.6) with ESMTP id g9SCHxnO042776 for ; Mon, 28 Oct 2002 17:18:00 +0500 (YEKT) Received: from emz.norma.com (emz.norma.com [192.168.0.42]) by freedom.norma.perm.ru (8.12.6/8.12.5) with ESMTP id g9SCIJ9r060698 for ; Mon, 28 Oct 2002 17:18:26 +0500 (YEKT) (envelope-from emz@norma.perm.ru) Date: Mon, 28 Oct 2002 17:18:19 +0500 From: "Eugene M. Zheganin" X-Mailer: The Bat! (v1.53d) Reply-To: "Eugene M. Zheganin" Organization: Norma, Ltd. X-Priority: 3 (Normal) Message-ID: <144738949613.20021028171819@norma.perm.ru> To: freebsd-stable@FreeBSD.ORG Subject: CVS pserver in FreeBSD 4.7-STABLE MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, all. Ater installing FreeBSD 4.7-STABLE from cvsup I niticed the follwing problem: there is an CVS-repository on one of my FreeBSD boxes, and during it's work from time to time some cvs procecces appear; they do nothing, but their summary CPU load is enough high: PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 4958 hunter 64 0 67144K 648K RUN 7:34 15.58% 15.58% cvs 4939 alex 64 0 67144K 568K RUN 7:57 15.28% 15.28% cvs 4960 hunter 64 0 67144K 10348K RUN 7:34 14.21% 14.21% cvs 4971 hunter 64 0 67144K 66400K RUN 7:34 14.11% 14.11% cvs 4919 alex 64 0 67144K 568K RUN 7:44 13.23% 13.23% cvs There is at list one zombie process among them: # ps -ax | grep cvs 4919 ?? Rs 7:50,15 cvs --allow-root=/usr/local/public/cvs pserver 4939 ?? Rs 8:02,97 cvs --allow-root=/usr/local/public/cvs pserver 4958 ?? Rs 7:40,10 cvs --allow-root=/usr/local/public/cvs pserver 4960 ?? Rs 7:39,88 cvs --allow-root=/usr/local/public/cvs pserver 4961 ?? Z 0:00,00 (cvs) 4971 ?? Rs 7:39,87 cvs --allow-root=/usr/local/public/cvs pserver 97058 p1 S+ 0:00,02 /bin/csh -c ps -ax | grep cvs 97205 p1 S+ 0:00,00 grep cvs and I think the problem is in that zombie. I can kill these procecces only by "killall -9 cvs". When I type "kill -9 " can't kill it. I use CVS-repository with password auth, all binaries are from the base system; I launch cvs from inetd.conf with string cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/usr/local/public/cvs pserver may be I should change some of its flags ? WBR Eugene. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message