From owner-freebsd-questions Sat Sep 27 18:13:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA24910 for questions-outgoing; Sat, 27 Sep 1997 18:13:19 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA24902 for ; Sat, 27 Sep 1997 18:13:11 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id DAA13736; Sun, 28 Sep 1997 03:13:04 +0200 (MET DST) Date: Sun, 28 Sep 1997 03:13:04 +0200 (MET DST) Message-Id: <199709280113.DAA13736@bitbox.follo.net> From: Eivind Eklund To: Steve Hovey CC: freebsd-questions@FreeBSD.ORG In-reply-to: Steve Hovey's message of Thu, 25 Sep 1997 16:00:47 -0400 (EDT) Subject: Re: Weird smtp/port problem References: Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > I use SMAP on a freebsd 2.2.2R - and a couple of times a day, smap will be > running, but it wont accept new connections - sometimes there will be 5 > instances running, sometimes 25 will be running. > > Anyone have any ideas of where to look for whats doing it? It almost > seems like Im running out of sockets or something, but I dont see any > errors anywhere. If you haven't already, try increasing maxusers in your kernel config file. This can limit the number of FDs available. The same goes for /etc/login.conf - look at this and increase the limits if they look like that's where they are coming from. Eivind.