Re: BIND9 doesn't seem to do anything

2005-02-03 Thread Loren M. Lang
On Sat, Jan 29, 2005 at 05:57:50PM -0700, Pat Maddox wrote:
 The named process is always in the kserel state.  I've got no idea
 what that is, and all I can find on Google is that programs hang in
 that state.  So I don't know what to do.  There's no output, I can't
 find any logs, there's just no way for me to tell what's wrong.
 
 

I can't remember for sure, but I think that it's a threaded application
that's waiting for something to do, though I didn't think BIND uses
threads.  grep -r kserel /usr/src/sys/ may reveal more info.

  
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: BIND9 doesn't seem to do anything

2005-01-30 Thread J65nko BSD
On Sat, 29 Jan 2005 17:57:50 -0700, Pat Maddox [EMAIL PROTECTED] wrote:
 The named process is always in the kserel state.  I've got no idea
 what that is, and all I can find on Google is that programs hang in
 that state.  So I don't know what to do.  There's no output, I can't
 find any logs, there's just no way for me to tell what's wrong.
 
 
 On Sat, 29 Jan 2005 15:59:46 -0800, Thomas Foster [EMAIL PROTECTED] wrote:
  you might want to add named_enable=YES in your /etc/rc.conf
 
  check out the following tutorial on setting up Bind9
 
  http://www.section6.net/help/bind.php
 
  Hope this helps..
 
  T
  - Original Message -
  From: Pat Maddox [EMAIL PROTECTED]
  To: freebsd-questions@freebsd.org
  Sent: Saturday, January 29, 2005 3:54 PM
  Subject: BIND9 doesn't seem to do anything
 
  I installed BIND9 from the ports earlier, edited the config files a
   bit, but I can't get it to run at all.  When I type named, or
   /etc/rc.d/named start, there's no output at all, and then I find that
   named isn't running.  I've tried this again with the default install
   as well, without touching and files, but same thing.  There also isn't
   anything in the logs folder, so I guess it's not creating an error log
   of anything.  Any ideas?
  
   Thanks,
   Pat
netstat -an -f inet should show something like this. A nameserver
LISTENing on port 53 for  TCP and another line for for UDP.

tcp0  0  192.168.222.10.53  *.*LISTEN

udp0  0  192.168.222.10.53  *.* 

=Adriaan=
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: BIND9 doesn't seem to do anything

2005-01-30 Thread Thomas Foster
Which version of FreeBSD are you running..?
How many named binaries do you find on your system?
When you run sockstat |grep named, what are your results?
Paste your conf and your zone files, or read the article again, along with 
the DNS section in the handbook.

T
- Original Message - 
From: Pat Maddox [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Saturday, January 29, 2005 4:57 PM
Subject: Re: BIND9 doesn't seem to do anything


The named process is always in the kserel state.  I've got no idea
what that is, and all I can find on Google is that programs hang in
that state.  So I don't know what to do.  There's no output, I can't
find any logs, there's just no way for me to tell what's wrong.
On Sat, 29 Jan 2005 15:59:46 -0800, Thomas Foster [EMAIL PROTECTED] 
wrote:
you might want to add named_enable=YES in your /etc/rc.conf
check out the following tutorial on setting up Bind9
http://www.section6.net/help/bind.php
Hope this helps..
T
- Original Message -
From: Pat Maddox [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Saturday, January 29, 2005 3:54 PM
Subject: BIND9 doesn't seem to do anything
I installed BIND9 from the ports earlier, edited the config files a
 bit, but I can't get it to run at all.  When I type named, or
 /etc/rc.d/named start, there's no output at all, and then I find that
 named isn't running.  I've tried this again with the default install
 as well, without touching and files, but same thing.  There also isn't
 anything in the logs folder, so I guess it's not creating an error log
 of anything.  Any ideas?

 Thanks,
 Pat
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: BIND9 doesn't seem to do anything

2005-01-30 Thread Pat Maddox
I got everything working.  Not quite sure why, really...but I did. 
Thanks for the help guys




On Sun, 30 Jan 2005 20:08:14 -0800, Thomas Foster [EMAIL PROTECTED] wrote:
 Which version of FreeBSD are you running..?
 
 How many named binaries do you find on your system?
 
 When you run sockstat |grep named, what are your results?
 
 Paste your conf and your zone files, or read the article again, along with
 the DNS section in the handbook.
 
 T
 - Original Message -
 From: Pat Maddox [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 
 Sent: Saturday, January 29, 2005 4:57 PM
 Subject: Re: BIND9 doesn't seem to do anything
 
  The named process is always in the kserel state.  I've got no idea
  what that is, and all I can find on Google is that programs hang in
  that state.  So I don't know what to do.  There's no output, I can't
  find any logs, there's just no way for me to tell what's wrong.
 
 
  On Sat, 29 Jan 2005 15:59:46 -0800, Thomas Foster [EMAIL PROTECTED]
  wrote:
  you might want to add named_enable=YES in your /etc/rc.conf
 
  check out the following tutorial on setting up Bind9
 
  http://www.section6.net/help/bind.php
 
  Hope this helps..
 
  T
  - Original Message -
  From: Pat Maddox [EMAIL PROTECTED]
  To: freebsd-questions@freebsd.org
  Sent: Saturday, January 29, 2005 3:54 PM
  Subject: BIND9 doesn't seem to do anything
 
  I installed BIND9 from the ports earlier, edited the config files a
   bit, but I can't get it to run at all.  When I type named, or
   /etc/rc.d/named start, there's no output at all, and then I find that
   named isn't running.  I've tried this again with the default install
   as well, without touching and files, but same thing.  There also isn't
   anything in the logs folder, so I guess it's not creating an error log
   of anything.  Any ideas?
  
   Thanks,
   Pat
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
  
 
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


BIND9 doesn't seem to do anything

2005-01-29 Thread Pat Maddox
I installed BIND9 from the ports earlier, edited the config files a
bit, but I can't get it to run at all.  When I type named, or
/etc/rc.d/named start, there's no output at all, and then I find that
named isn't running.  I've tried this again with the default install
as well, without touching and files, but same thing.  There also isn't
anything in the logs folder, so I guess it's not creating an error log
of anything.  Any ideas?

Thanks,
Pat
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: BIND9 doesn't seem to do anything

2005-01-29 Thread Thomas Foster
you might want to add named_enable=YES in your /etc/rc.conf
check out the following tutorial on setting up Bind9
http://www.section6.net/help/bind.php
Hope this helps..
T
- Original Message - 
From: Pat Maddox [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Saturday, January 29, 2005 3:54 PM
Subject: BIND9 doesn't seem to do anything


I installed BIND9 from the ports earlier, edited the config files a
bit, but I can't get it to run at all.  When I type named, or
/etc/rc.d/named start, there's no output at all, and then I find that
named isn't running.  I've tried this again with the default install
as well, without touching and files, but same thing.  There also isn't
anything in the logs folder, so I guess it's not creating an error log
of anything.  Any ideas?
Thanks,
Pat
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: BIND9 doesn't seem to do anything

2005-01-29 Thread GRF .
I believe the executable for the default install of BIND 8 is 
/usr/sbin/named   Try ./namedthat should start it up.

From: Pat Maddox [EMAIL PROTECTED]
Reply-To: Pat Maddox [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Subject: BIND9 doesn't seem to do anything
Date: Sat, 29 Jan 2005 16:54:53 -0700
I installed BIND9 from the ports earlier, edited the config files a
bit, but I can't get it to run at all.  When I type named, or
/etc/rc.d/named start, there's no output at all, and then I find that
named isn't running.  I've tried this again with the default install
as well, without touching and files, but same thing.  There also isn't
anything in the logs folder, so I guess it's not creating an error log
of anything.  Any ideas?
Thanks,
Pat
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: BIND9 doesn't seem to do anything

2005-01-29 Thread Pat Maddox
I followed that tutorial, there's no difference.  When I run top I see
that there is a named process that's owned by the bind user, but it
doesn't open a port and I then obviously can't query the server.




On Sat, 29 Jan 2005 15:59:46 -0800, Thomas Foster [EMAIL PROTECTED] wrote:
 you might want to add named_enable=YES in your /etc/rc.conf
 
 check out the following tutorial on setting up Bind9
 
 http://www.section6.net/help/bind.php
 
 Hope this helps..
 
 T
 - Original Message -
 From: Pat Maddox [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 Sent: Saturday, January 29, 2005 3:54 PM
 Subject: BIND9 doesn't seem to do anything
 
 I installed BIND9 from the ports earlier, edited the config files a
  bit, but I can't get it to run at all.  When I type named, or
  /etc/rc.d/named start, there's no output at all, and then I find that
  named isn't running.  I've tried this again with the default install
  as well, without touching and files, but same thing.  There also isn't
  anything in the logs folder, so I guess it's not creating an error log
  of anything.  Any ideas?
 
  Thanks,
  Pat
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: BIND9 doesn't seem to do anything

2005-01-29 Thread Pat Maddox
The named process is always in the kserel state.  I've got no idea
what that is, and all I can find on Google is that programs hang in
that state.  So I don't know what to do.  There's no output, I can't
find any logs, there's just no way for me to tell what's wrong.


On Sat, 29 Jan 2005 15:59:46 -0800, Thomas Foster [EMAIL PROTECTED] wrote:
 you might want to add named_enable=YES in your /etc/rc.conf
 
 check out the following tutorial on setting up Bind9
 
 http://www.section6.net/help/bind.php
 
 Hope this helps..
 
 T
 - Original Message -
 From: Pat Maddox [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 Sent: Saturday, January 29, 2005 3:54 PM
 Subject: BIND9 doesn't seem to do anything
 
 I installed BIND9 from the ports earlier, edited the config files a
  bit, but I can't get it to run at all.  When I type named, or
  /etc/rc.d/named start, there's no output at all, and then I find that
  named isn't running.  I've tried this again with the default install
  as well, without touching and files, but same thing.  There also isn't
  anything in the logs folder, so I guess it's not creating an error log
  of anything.  Any ideas?
 
  Thanks,
  Pat
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]