Re: Using 2 CPUs with BIND

2009-01-02 Thread Mike Diggins
On Fri, 2 Jan 2009, Stacey Jonathan Marshall wrote: Mike Diggins wrote: Thanks. Would this imply it has detected multiple CPUs? I still don't see any mention of it in my logs. The below output does indicated that you have five threads. I'm not sure why your log is not showing the message.

Re: Using 2 CPUs with BIND

2009-01-02 Thread Stacey Jonathan Marshall
Mike Diggins wrote: Thanks. Would this imply it has detected multiple CPUs? I still don't see any mention of it in my logs. The below output does indicated that you have five threads. I'm not sure why your log is not showing the message. Double check the log configuration and check /var/adm

Re: Using 2 CPUs with BIND

2009-01-02 Thread Mike Diggins
Thanks. Would this imply it has detected multiple CPUs? I still don't see any mention of it in my logs. digg...@newblack<~># /usr/bin/ps -Lp `pgrep named` PID LWP TTYLTIME CMD 605 1 ? 0:00 named 605 2 ? 0:09 named 605 3 ? 0:06 nam

Re: Using 2 CPUs with BIND

2009-01-02 Thread Stacey Jonathan Marshall
Mike Diggins wrote: I noticed that when BIND 9.2.4 on Redhat Linux (Intel x86) starts, the log records: dns1 named[28513]: starting BIND 9.2.4 -u named -t /var/named/chroot dns1 named[28513]: using 2 CPUs When I start BIND on my Solaris 10 SPARC dual CPU (V210) system 9.4.2-P2, I don't get t

Re: Using 2 CPUs with BIND

2008-12-29 Thread Mike Diggins
On Mon, 29 Dec 2008, Jeremy C. Reed wrote: What is your syslogger configuration for /var/adm/messages, /var/log/named, and /var/log/named.info ? digg...@newblack# more /etc/syslog.conf #ident "@(#)syslog.conf1.5 98/12/14 SMI" /* SunOS 5.0 */ # # Copyright (c) 1991-1998 by Sun

Re: Using 2 CPUs with BIND

2008-12-29 Thread Jeremy C. Reed
What is your syslogger configuration for /var/adm/messages, /var/log/named, and /var/log/named.info ? ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users

Re: Using 2 CPUs with BIND

2008-12-29 Thread Mike Diggins
On Mon, 29 Dec 2008, Jeremy C. Reed wrote: On Mon, 29 Dec 2008, Mike Diggins wrote: When I start BIND on my Solaris 10 SPARC dual CPU (V210) system 9.4.2-P2, I don't get the message "using 2 CPUs", but that's what I want. I compiled it with './configure --prefix=/usr/local/bind --enable-threa

Re: Using 2 CPUs with BIND

2008-12-29 Thread Jeremy C. Reed
On Mon, 29 Dec 2008, Mike Diggins wrote: > > > When I start BIND on my Solaris 10 SPARC dual CPU (V210) system 9.4.2-P2, > > > I don't get the message "using 2 CPUs", but that's what I want. I > > > compiled it with './configure --prefix=/usr/local/bind --enable-threads' > > > and start it with '/

Re: Using 2 CPUs with BIND

2008-12-29 Thread Mike Diggins
I increased the logging to the debug level, but still no mention of it using 2 CPUs. In fact, I don't get the line "found X CPUs, using Y worker threads" at all, even mentioning one CPU. Even with the switch '-n 2", it doesn't give any error that it didn't find two CPUs. Is that Linux only? I

Re: Using 2 CPUs with BIND

2008-12-28 Thread Evan Hunt
> dns1 named[28513]: starting BIND 9.2.4 -u named -t /var/named/chroot > dns1 named[28513]: using 2 CPUs > > When I start BIND on my Solaris 10 SPARC dual CPU (V210) system 9.4.2-P2, > I don't get the message "using 2 CPUs", but that's what I want. I > compiled it with './configure --prefix=/usr/

Using 2 CPUs with BIND

2008-12-28 Thread Mike Diggins
I noticed that when BIND 9.2.4 on Redhat Linux (Intel x86) starts, the log records: dns1 named[28513]: starting BIND 9.2.4 -u named -t /var/named/chroot dns1 named[28513]: using 2 CPUs When I start BIND on my Solaris 10 SPARC dual CPU (V210) system 9.4.2-P2, I don't get the message "using 2 C