From owner-freebsd-ports-bugs@freebsd.org Sat Nov 4 03:48:27 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23377E63492 for ; Sat, 4 Nov 2017 03:48:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1053F83317 for ; Sat, 4 Nov 2017 03:48:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vA43mQ9E094230 for ; Sat, 4 Nov 2017 03:48:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 221233] security/sshguard: version 2.0 acts like a fork bomb with syslogd pipes Date: Sat, 04 Nov 2017 03:48:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, performance, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: stenn@nwtime.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2017 03:48:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221233 --- Comment #2 from Harlan Stenn --- I added the PID_FILE option, and while it's not clear to me if/how that use= d, it helps a little. I'm now seeing the following, with a gap of a few hours' time between the r= uns: root@tiki:/homes/harlan # ps -ax | grep tail 4122 - S 0:02.26 tail -F -n 0 /var/log/auth.log /var/log/maillog 6500 - S 0:02.19 tail -F -n 0 /var/log/auth.log /var/log/maillog 6953 - S 0:01.69 tail -F -n 0 /var/log/auth.log /var/log/maillog 7124 - S 0:01.46 tail -F -n 0 /var/log/auth.log /var/log/maillog 7815 - S 0:00.59 tail -F -n 0 /var/log/auth.log /var/log/maillog 8260 0 S+ 0:00.00 grep tail root@tiki:/homes/harlan # ps -ax | grep tail 4122 - S 0:03.53 tail -F -n 0 /var/log/auth.log /var/log/maillog 6500 - S 0:03.47 tail -F -n 0 /var/log/auth.log /var/log/maillog 6953 - S 0:02.97 tail -F -n 0 /var/log/auth.log /var/log/maillog 7124 - S 0:02.73 tail -F -n 0 /var/log/auth.log /var/log/maillog 7815 - S 0:01.86 tail -F -n 0 /var/log/auth.log /var/log/maillog 8265 - S 0:01.26 tail -F -n 0 /var/log/auth.log /var/log/maillog 8598 - S 0:00.81 tail -F -n 0 /var/log/auth.log /var/log/maillog 8746 - S 0:00.63 tail -F -n 0 /var/log/auth.log /var/log/maillog 9303 0 S+ 0:00.00 grep tail --=20 You are receiving this mail because: You are the assignee for the bug.=