Re: [CentOS] bind issue on centos 5 (SOLVED)

2007-07-09 Thread Indunil Jayasooriya
Hi everyone, Finally, I got it solved. The issue was my named.conf file. pls see below. zone "example77.com " IN { type master; file "master/example77.com.zone"; }; The below error happened Jul 5 15:50:32 gateway named[3548]: master/example77.com.zone:11: example77.com\032: b

Re: [CentOS] bind issue on centos 5

2007-07-06 Thread Robert Spangler
On Thu July 5 2007 06:29, Indunil Jayasooriya wrote: > [EMAIL PROTECTED] master]# cat example77.com.zone > $TTL86400 > @ IN SOA gateway.example77.com. root.example77.com. ( > 2006101604 ; Serial > 1800 ; Refresh >

Re: [CentOS] bind issue on centos 5

2007-07-05 Thread Ralph Angenendt
Indunil Jayasooriya wrote: > > > >Jul 5 15:50:32 gateway named[3548]: > master/example77.com.zone:11: > >example77.com\032: bad owner name (check-names) > ^^^ > Now what might 032 be in ascii? > > Interesting pon

Re: [CentOS] bind issue on centos 5

2007-07-05 Thread Indunil Jayasooriya
>Jul 5 15:50:32 gateway named[3548]: master/example77.com.zone:11: >example77.com\032: bad owner name (check-names) ^^^ Now what might 032 be in ascii? Interesting ponit. How to get to know it? Have you guys got such a error with bind 9.3.3 where Have I g

Re: [CentOS] bind issue on centos 5

2007-07-05 Thread Ralph Angenendt
Indunil Jayasooriya wrote: >NS [8]gateway.example77.com . ^ >Jul 5 15:50:32 gateway named[3548]: master/example77.com.zone:11: >example77.com\032: bad own

Re: [CentOS] bind issue on centos 5

2007-07-05 Thread Indunil Jayasooriya
Hi, Thanks. > Is something wrong witn below line. > IN NS gateway.example77.com You don't want the 'IN' - the zone files should start something like this: $TTL 3D @ IN SOA magpie.stevesearle.com. steve.stevesearle.com. ( 20060

Re: [CentOS] bind issue on centos 5

2007-07-05 Thread Indunil Jayasooriya
Hi, Thanks. > Is something wrong witn below line. > IN NS gateway.example77.com You don't want the 'IN' - the zone files should start something like this: $TTL 3D @ IN SOA magpie.stevesearle.com. steve.stevesearle.com. ( 20060

Re: [CentOS] bind issue on centos 5

2007-07-05 Thread Steve Searle
Around 10:55am on Thursday, July 05, 2007 (UK time), Indunil Jayasooriya scrawled: > > > >>IN NS gateway.example77.com . > > ^ > > > >Ralph > > > >PS: named-checkzone is a great utility to check your zone files

Re: [CentOS] bind issue on centos 5

2007-07-05 Thread Indunil Jayasooriya
>IN NS gateway.example77.com . ^ Ralph PS: named-checkzone is a great utility to check your zone files. Hey, thanks, something new to me. I tried as follows. pls see below. [EMAIL PROTECTED] master]# p

Re: [CentOS] bind issue on centos 5

2007-07-05 Thread Ralph Angenendt
Indunil Jayasooriya wrote: >IN NS gateway.example77.com . ^ Ralph PS: named-checkzone is a great utility to check your zone files. pgpnIk9W60PHB.pgp Description: PGP signature ___

Re: [CentOS] bind issue on centos 5

2007-07-05 Thread Indunil Jayasooriya
/var/named/chroot/etc named.conf rndc.conf rndc.key YES, I copied named.conf rndc.conf rndc.key to /var/named/chroot/etc. [EMAIL PROTECTED] ~]# cd /var/named/chroot/etc/ [EMAIL PROTECTED] etc]# pwd /var/named/chroot/etc [EMAIL PROTECTED] etc]# ls -al total 56 drwxr-x--- 2 root named 4096 Ju

Re: [CentOS] bind issue on centos 5

2007-07-04 Thread Robert Spangler
On Wed July 4 2007 08:47, Indunil Jayasooriya wrote: > i ma trying to setup bind-chroot on centos 5. > its named.comf file is confused to me. I can not get it up and running. > How can I fix it? I'm sure that nothing has changed from 4.5 to 5 so my thoughts are you are not placing the files in

[CentOS] bind issue on centos 5

2007-07-04 Thread Indunil Jayasooriya
Hi all, i ma trying to setup bind-chroot on centos 5. its named.comf file is confused to me. I can not get it up and running. How can I fix it? It is very urgent. Can I run bind without chrootjail.if so, What is the pkg I should use? Pls note that this is a primary name server. I updated it to