PDA

View Full Version : kern.maxfiles limit exceeded by uid62


leyshon
November 24th, 2008, 23:30
Hi

I am running pfsense on an x86 box. Since pfsense uses FreeBSD I am posting this problem here as well as on the pfsense forum in the hopes that someone can answer my problem and the accompanying questions.

pfsense has started sending the message "kern.maxfiles limit exceeded by uid62, please see tuning (7)"

I increased the kern.maxfiles using sysctl but after a few hours the message began again

Although this does not seem to have affected the throughput of pfsense, I would rather not have this error message bugging me.

So .... what is causing this message to appear and how do I repair this?

What is uid62 ?

And what is tuning (7) ?

Thanks for any help provided

Mel_Flynn
November 25th, 2008, 04:02
$ grep 62 /usr/ports/UIDs
proxy:*:62:62::0:0:Packet Filter pseudo-user:/nonexistent:/nonexistent

tuning(7) (http://www.freebsd.org/cgi/man.cgi?query=tuning&apropos=0&sektion=7&manpath=FreeBSD+7.0-RELEASE&format=html)

marius
November 25th, 2008, 04:31
You've used up all the file descriptors on your system.

It's described in the handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-kernel-limits.html#KERN-MAXFILES)