| |||||||||||||||||||||||||||||||
|
>I found the culprit: bind9 causes postfix to reload. That is not normally the case. I have run BIND 9 and Postfix together on the same machine on a variety of OS's and never have seen them interact as you describe. >The whole problem is a combination with a watchdog that checks whether >bind is running correctly. It uses "rndc status" which seems to have >a bug in Debian 4.0: > # rndc status > rndc: symbol lookup error: /usr/lib/libbind9.so.0: undefined >symbol: isc_net_pton > >As this test fails, it kills and restarts bind. >This happens every minute. That sounds like a broken "watchdog" and a broken installation of BIND. >The only part that I still don't understand (but doesn't matter anymore): > > How are bind and postfix connected??? They normally are not. I'm just guessing, but I'd say that whatever that broken watchdog is doing when it "restarts bind" is also restarting Postfix, which is a pointless and likely harmful behavior. You probably need to do 3 things: 1. Fix your BIND installation so that you have a working rndc 2. Fix your watchdog so that it can tell the difference between a test that cannot run and a test that runs but gets a bad result. 3. Fix your watchdog so that it responds to detected failures with specific corrective actions narrowly focused on the actually detected failure. -- Bill Cole bill
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com