Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 1998 13:39:27 -0500
From:      Dan Nelson <dnelson@emsphone.com>
To:        Kris Kirby <kris@airnet.net>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Fetchmail Problem
Message-ID:  <19981003133927.A18810@emsphone.com>
In-Reply-To: <36156F6E.5694D744@airnet.net>; from "Kris Kirby" on Fri Oct  2 19:27:26 GMT 1998
References:  <36156F6E.5694D744@airnet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Oct 02), Kris Kirby said:
> This is exactly how it appeared:
> 
> reading message 90 of 298 (4231 bytes) .fetchmail: SMTP error: 451 Can't
> create transcript file xfTAA00567: Too many open files in system
> fetchmail: SMTP error: 451 Can't open /dev/null: Too many open files in
> system
> 
> Restarting fetchmail just finished the job. This has happened once or
> twice. Is this a serious misconfiguration or do I need to bump something
> a bit?   

You probably just need to bump maxusers in your kernel config.  What
does a pstat -T print?  If the current number of files is near the max,
you can adjust it on the fly by running "sysctl -w kern.maxfiles=####". 
If you don't want to rebuild your kernel, you can stick the sysctl in
rc.local so it runs every time the system is rebooted.

	-Dan Nelson
	dnelson@emsphone.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



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