View previous topic :: View next topic |
Author |
Message |
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Sat Mar 21, 2009 12:12 pm Post subject: named message |
|
|
I read where this message is not that bad but I could not find how to get rid of the message.
Mar 20 18:30:18 tester named[3415]: max open files (1024) is smaller than max sockets (4096)
thanks |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Sat Mar 21, 2009 8:19 pm Post subject: |
|
|
Just add in /etc/named.conf under options {
files 4096; or 8192;
Code: | options {
directory "/var/named";
files 4096;
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
} |
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Sat Mar 21, 2009 9:31 pm Post subject: |
|
|
thank you oh Master!
1.4.2.2 seems to be chugging away. No issues for now. But then give me a minute |
|
Back to top |
|
|