Okkkkkk....soo running this command:

/usr/sbin/named -u daemon    

Gave me this in the  /var/log/messages

Jan 31 16:51:52 b6hr2113y54tl named[2177]: starting BIND 9.2.2rc1 -u daemon
Jan 31 16:51:52 b6hr2113y54tl named[2177]: using 1 CPU
Jan 31 16:51:52 b6hr2113y54tl named[2179]: loading configuration from '/etc/named.conf'
Jan 31 16:51:52 b6hr2113y54tl named[2179]: no IPv6 interfaces found
Jan 31 16:51:52 b6hr2113y54tl named[2179]: listening on IPv4 interface lo, 127.0.0.1#53
Jan 31 16:51:52 b6hr2113y54tl named[2179]: binding TCP socket: address in use
Jan 31 16:51:52 b6hr2113y54tl named[2179]: listening on IPv4 interface eth1, 192.168.0.1#53
Jan 31 16:51:52 b6hr2113y54tl named[2179]: binding TCP socket: address in use
Jan 31 16:51:52 b6hr2113y54tl named[2179]: /etc/named.conf:87: couldn't add command channel 127.0.0.1#953: address in use
Jan 31 16:51:52 b6hr2113y54tl named[2179]: Jan 31 16:51:52.641general: info: zone 0.0.127.i! n-addr.arpa/IN: loaded serial 42
Jan 31 16:51:52 b6hr2113y54tl named[2179]: Jan 31 16:51:52.643general: info: running

This is a good thing i hope except maybe for:

couldn't add command channel 127.0.0.1#953: address in use.

Soo now i should i try to change the settings of my windows

 machine and set them to the ip addy of my LAN interface:

 192.168.0.1.  Or am i jumping ahead here.

 Tasha Smith <[EMAIL PROTECTED]> wrote:

Ok ...soo here is what the output is of  ' ls -lad /var/run '

drwxrwxr-x   6 root   daemon     4096 Jan 31 2:08  /var/run

I tryed to start it again by running this command:

/etc/rc.d/named start

but get the same error!

 Here is what i got in my /etc/rc.d/named  file:

#!/bin/sh


case "$1" in


start)


/usr/sbin/named -u named


;;


stop)


killall `pidof named` &>/dev/null


;;


esac

Net Llama! <[EMAIL PROTECTED]> wrote:

On Fri, 31 Jan 2003, Tasha Smith wrote:
>
> Ok UPDATE....
> I created my root.hints file from copying this file from:
> ftp://rs.internic.net/domain/named.root
> And named it root.hints in my /var/named directory. and then tryed to start named but got this error now:
> Jan 31 02:00:36 bhr2113y53tl named[1003]: starting BIND 9.2.2rc1 -u named
> Jan 31 02:00:36 bhbr2113y53tl named[1003]: using 1 CPU
> Jan 31 02:00:36 bhbr2113y53tl named[1005]: loading configuration from '/etc/named.conf'
> Jan 31 02:00:36 bhbr2113y53tl named[1005]: no IPv6 interfaces found
> Jan 31 02:00:36 bhbr2113y53tl named[1005]: listening on IPv4 interface lo, 127.0.0.1#53
> Jan 31 02:00:36 bhbr2113y53tl named[1005]: listening on IPv4 interface eth1, 192.168.0.1#53
> Jan 31 02:00:36 bhbr2113y53tl named[1005] : command channel listening on 127.0.0.1! ! #953
>
> Jan 31 02:00:36 bhbr2113y53tl named[1005] :14:1539.896general: critical: couldnt open pid file /var/run/named.pid' : Permission denied

That error is fairly explicit. Either you have a stale PID file,
/var/run/named, which should be deleted. Or you have a stale PID file
with permissions that prevent named from deleting & recreating it. Either
way, delete the PID file, and try again. And please, fix your wordwrap to
something under 80 char/line.


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Lonni J Friedman [EMAIL PROTECTED]
Linux Step-by-step & TyGeMo http://netllama.ipfox.com
_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users


Reply via email to