From owner-freebsd-hackers Mon Aug 23 4:48:23 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from proxy.unpar.ac.id (star-5.unpar.ac.id [203.109.5.5]) by hub.freebsd.org (Postfix) with ESMTP id 39EFF156D0 for ; Mon, 23 Aug 1999 04:48:05 -0700 (PDT) (envelope-from thomas@home.unpar.ac.id) Received: from home.unpar.ac.id (root@home.unpar.ac.id [167.205.206.60]) by proxy.unpar.ac.id (8.9.2/8.9.2) with ESMTP id SAA33477 for ; Mon, 23 Aug 1999 18:49:49 +0700 (JAVT) (envelope-from thomas@home.unpar.ac.id) Received: from siomay (celerie-01.unpar.ac.id [10.100.103.101] (may be forged)) by home.unpar.ac.id (8.9.3/8.8.8) with SMTP id SAA00369 for ; Mon, 23 Aug 1999 18:54:21 +0700 (JAVT) (envelope-from thomas@home.unpar.ac.id) Message-ID: <000601beed5e$52403180$6567640a@siomay.unpar.ac.id> From: "Thomas Wahyudi" To: Subject: call system function in logout.c ceate zombie process Date: Mon, 23 Aug 1999 18:54:55 +0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, if I put command like "system(/usr/local/bin/radacct)" in logout.c everything goes normal but _if_ user logout normally that is, at prompt user type logout the problem is when user login using ssh and connection terminated by accident such as the client hang and have reboot, utmp wasn't clear and sshd become a zombie process is there any suggestion to avoid this problem ? thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message