From owner-freebsd-questions@FreeBSD.ORG Wed Jan 7 17:20:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 392F916A4CE for ; Wed, 7 Jan 2004 17:20:32 -0800 (PST) Received: from tequila.4you.lt (tequila.4you.lt [212.122.68.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 1301743D39 for ; Wed, 7 Jan 2004 17:20:28 -0800 (PST) (envelope-from hugle@vkt.lt) Received: (qmail 90343 invoked by uid 0); 8 Jan 2004 01:14:33 -0000 Received: from hugle@vkt.lt by tequila by uid 82 with qmail-scanner-1.20rc1 (. Clear:RC:1:. Processed in 0.107621 secs); 08 Jan 2004 01:14:33 -0000 Received: from unknown (HELO vkt-dell) (213.252.192.162) by tequila.4you.lt with SMTP; 8 Jan 2004 01:14:32 -0000 Date: Thu, 8 Jan 2004 03:20:21 +0200 From: hugle X-Priority: 3 (Normal) Message-ID: <53598203821.20040108032021@vkt.lt> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: httpAccept: FD 10: accept failure: (53) Software caused connection abort X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hugle List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2004 01:20:32 -0000 Hello all I saw these strange messages in cache.log 2004/01/06 18:44:59| httpAccept: FD 10: accept failure: (53) Software caused connection abort 2004/01/06 18:46:25| comm_accept: FD 10: (53) Software caused connection abort 2004/01/06 18:46:25| httpAccept: FD 10: accept failure: (53) Software caused connection abort After some googling i tried decided to make some changes: kern.maxusers="0" kern.maxproc=6164 kern.maxfiles=65536 kern.maxprocperuid=9999 kern.maxfilesperproc=32768 kern.argmax=65536 kern.maxproc=12000 kern.maxprocperuid=13000 kern.ipc.maxsockbuf=262144 perl# netstat -m gives me : 1890/8560/30624 mbufs in use (current/peak/max): 1749 mbufs allocated to data 141 mbufs allocated to packet headers 1502/7842/14656 mbuf clusters in use (current/peak/max) 17824 Kbytes allocated to network (48% of mb_map in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines after makeing changes to kernel, i tried recompiling squid too. but still no luck.. could anyone help me? (53) Software caused connection abort maybe 53 means that smth is wrong with my bind9 options ? ps. server keeps giving same messages every 15min... (plus minus) 2004/01/08 01:08:25| comm_accept: FD 10: (53) Software caused connection abort 2004/01/08 01:08:25| httpAccept: FD 10: accept failure: (53) Software caused connection abort 2004/01/08 01:32:00| comm_accept: FD 10: (53) Software caused connection abort 2004/01/08 01:32:00| httpAccept: FD 10: accept failure: (53) Software caused connection abort 2004/01/08 01:46:24| comm_accept: FD 10: (53) Software caused connection abort 2004/01/08 01:46:24| httpAccept: FD 10: accept failure: (53) Software caused connection abort then it could crash with : FATAL: xcalloc: Unable to allocate 1 blocks of 4104 bytes! Squid Cache (Version 2.5.STABLE4): Terminated abnormally. At hight load: 2004/01/08 01:46:24| comm_accept: FD 10: (53) Software caused connection abort 2004/01/08 01:46:24| httpAccept: FD 10: accept failure: (53) Software caused connection abort these messages could appear about every 1 min! Any help appreciated thx -- Best regards,Hugle