Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2002 10:50:05 -0800 (PST)
From:      "Alexander S. Usov" <lex@itv.kiev.ua>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re[2]: bin/34934: inetd under load closes socket
Message-ID:  <200202141850.g1EIo5a73591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

The following reply was made to PR bin/34934; it has been noted by GNATS.

From: "Alexander S. Usov" <lex@itv.kiev.ua>
To: Maxim Konovalov <maxim@macomnet.ru>
Cc: "Alexander S. Usov" <usov@itv.kiev.ua>,
	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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202141850.g1EIo5a73591>