From owner-freebsd-bugs Thu Feb 14 10:50:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E97137B400 for ; Thu, 14 Feb 2002 10:50:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1EIo5a73591; Thu, 14 Feb 2002 10:50:05 -0800 (PST) (envelope-from gnats) Date: Thu, 14 Feb 2002 10:50:05 -0800 (PST) Message-Id: <200202141850.g1EIo5a73591@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Alexander S. Usov" Subject: Re[2]: bin/34934: inetd under load closes socket Reply-To: "Alexander S. Usov" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/34934; it has been noted by GNATS. From: "Alexander S. Usov" To: Maxim Konovalov Cc: "Alexander S. Usov" , freebsd-gnats-submit@FreeBSD.ORG Subject: Re[2]: bin/34934: inetd under load closes socket Date: Thu, 14 Feb 2002 20:51:12 +0200 Hello Maxim, Thursday, February 14, 2002, 8:35:49 PM, you wrote: MK> I believe it is a correct behaviour. From man 8 inetd: MK> -R rate MK> Specify the maximum number of times a service can be MK> invoked in one minute; the default is 256. A rate of 0 MK> allows an unlimited number of invocations. MK> Did you change the defaults inetd startup flags? Could you please show MK> grep inetd /etc/rc.conf output? ---- /etc/rc.conf --- inetd_enable="YES" --------------------- ---- /etc/defaults/rc.conf --- inetd_enable="YES" # Run the network daemon dispatcher (YES/NO). inetd_program="/usr/sbin/inetd" # path to inetd, if you want a different one. inetd_flags="-wW" # Optional flags to inetd ------------------------------ --- ps -ax |grep inetd ------- 620 ?? Is 0:00.96 /usr/sbin/inetd -wW ------------------------------ -- Best regards, Alexander mailto:lex@itv.kiev.ua To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message