On 07/11/11 22:30, Andreas Stempfhuber wrote:

Maybe it's related to a change between dnsmasq 2.55 in Squeeze and 2.59 in
SID?

Indeed: from the 2.56 changelog:

            Ensure that dnsmasq terminates cleanly when using
            --syslog-async even if it cannot make a connection to the
            syslogd.

I only write this stuff, I can't be expected to remember it too :-)

The patch changes

      if (!entries)
        {
          close(log_fd);        
          break;
        }       


to

      if (!entries || !connection_good)
        {
          close(log_fd);        
          break;
        }

in flush_log()

I think that's probably a better fix for the problem you're seeing than the runlevel change.

Cheers,

Simon.


        






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to