primary and secondary running different versions
Hello, will there arise any problems between primary and secondary if they run on different bind versions? The background of this question is: we are about to upgrade from Debian Lenny to Squeeze. And there will be some amount of time where they will be running on different versions. Debian Lenny has 9.6.ESV.R4+dfsg-0+lenny2 Debian Squeeze will have 9.7.3.dfsg-1~squeeze2 TIA Timo ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users
Re: why bind unable to find log files
Hi Mark , Thanks of taking intreast in my case , yes the rhel4 default bind named service is running in chroot jail , know tell we what config changes do i nedd to change. Regards, Kshitij On Sat, Jun 11, 2011 at 7:53 AM, Mark Andrews wrote: > > Are you starting named with -t ? If so you need to > look at the path relative to the . > > Mark > > In message , kshitij > mali w > rites: > > --===0107398317155429819== > > Content-Type: multipart/alternative; > boundary=20cf3033451dccf8a204a559ffe8 > > > > --20cf3033451dccf8a204a559ffe8 > > Content-Type: text/plain; charset=ISO-8859-1 > > > > why bind unable to find log files where file is present at location with > all > > permisions > > === > > tail -f /var/log/messages > > > > logging channel 'resolver_file' file '/var/log/resolver.log': file not > found > > > > == > > [root@relay virusmails]# ls -l /var/log/resolver.log > > -rwxrwxrwx 1 root root 0 Jun 10 16:52 /var/log/resolver.log > > == > > below is the named.conf loging declaration > > logging { > > channel resolver_file { file "/var/log/resolver.log" versions 3 size 5m; > > severity debug; print-time > > yes; }; > > category resolver { resolver_file; }; > > > > }; > > == > > > > Regards, > > Kshitij > > > -- > Mark Andrews, ISC > 1 Seymour St., Dundas Valley, NSW 2117, Australia > PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org > ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users
Re: primary and secondary running different versions
Timo Veith wrote: > will there arise any problems between primary and secondary if they > run on different bind versions? In general no, I wouldn't expect any problems, at least not if you're running a fairly plain setup (no DLZ database backends etc.) When that is said, there is the possibility of an more recent version of BIND being stricter with what it allows in its zonefiles, configuration file etc. If you are uncertain about this, I suggest you install BIND on a test system, and have it load a copy of you production configuration + zonefiles (or you could run those through named-checkconf / named-checkzone). Regards Eivind Olsen eiv...@aminor.no ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users
Re: why bind unable to find log files
On Jun 11, 2011, at 4:22 AM, kshitij mali wrote: > Hi Mark , > > Thanks of taking intreast in my case , yes the rhel4 default bind named > service is running in chroot jail , know tell we what config changes do i > nedd to change. > Create a directory inside the chroot jail called var/log/ -- so, if your chroot directory is called /foo/bar, create /foor/bar/var/log and make sure that bind is allowed to write there… W > Regards, > Kshitij > > On Sat, Jun 11, 2011 at 7:53 AM, Mark Andrews wrote: > > Are you starting named with -t ? If so you need to > look at the path relative to the . > > Mark > > In message , kshitij mali > w > rites: >> --===0107398317155429819== >> Content-Type: multipart/alternative; boundary=20cf3033451dccf8a204a559ffe8 >> >> --20cf3033451dccf8a204a559ffe8 >> Content-Type: text/plain; charset=ISO-8859-1 >> >> why bind unable to find log files where file is present at location with all >> permisions >> === >> tail -f /var/log/messages >> >> logging channel 'resolver_file' file '/var/log/resolver.log': file not found >> >> == >> [root@relay virusmails]# ls -l /var/log/resolver.log >> -rwxrwxrwx 1 root root 0 Jun 10 16:52 /var/log/resolver.log >> == >> below is the named.conf loging declaration >> logging { >> channel resolver_file { file "/var/log/resolver.log" versions 3 size 5m; >> severity debug; print-time >> yes; }; >> category resolver { resolver_file; }; >> >> }; >> == >> >> Regards, >> Kshitij >> > -- > Mark Andrews, ISC > 1 Seymour St., Dundas Valley, NSW 2117, Australia > PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org > > ___ > bind-users mailing list > bind-users@lists.isc.org > https://lists.isc.org/mailman/listinfo/bind-users ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users
Re: why bind unable to find log files
On Saturday 11 June 2011 09:53, the following was written: > On Jun 11, 2011, at 4:22 AM, kshitij mali wrote: > > Hi Mark , > > > > Thanks of taking intreast in my case , yes the rhel4 default bind named > > service is running in chroot jail , know tell we what config changes do > > i nedd to change. > > Create a directory inside the chroot jail called var/log/ -- so, if your > chroot directory is called /foo/bar, create /foor/bar/var/log and make sure > that bind is allowed to write there… The directory should be /var/named/chroot if you installed all defaults. Also be aware if selinux is active it will only allow bind to write to certain directories. This is good to know on your slaves. -- Regards Robert Linux The adventure of a lifetime. Linux User #296285 Get Counted http://counter.li.org/ ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users