DJBDNS bug

Discussion in 'Installation/Configuration' started by madhavi, Jan 3, 2013.

  1. madhavi

    madhavi New Member

    Hi,

    DJBDNS on ubuntu 12.04 LTS bug......
    i have install, configured, but when i check
    tail -f /......./dnscache/log/main/current i am getting...
    @4000000050e3fa1813070e3c starting.....

    tinydns works fine....

    I have installed dnsmasq, when i restart this service it gives....
    $ sudo /etc/init.d/dnsmasq restart
    /etc/resolvconf/update.d/dnscache: 94: /etc/resolvconf/update.d/dnscache: cannot create /etc/resolvconf/run/dnscache_new.10619: Directory nonexistent
    run-parts: /etc/resolvconf/update.d/dnscache exited with return code 2
    * Restarting DNS forwarder and DHCP server dnsmasq
    /etc/resolvconf/update.d/dnscache: 94: /etc/resolvconf/update.d/dnscache: cannot create /etc/resolvconf/run/dnscache_new.10681: Directory nonexistent
    run-parts: /etc/resolvconf/update.d/dnscache exited with return code 2
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This looks like a config issue and not a bug. Does the directory /etc/resolvconf/run/ exist?
     
  3. madhavi

    madhavi New Member

    No, but this directory should have been created by debian....
     
  4. madhavi

    madhavi New Member

    No, but this directory should i have created by debian while installing....
     
  5. falko

    falko Super Moderator Howtoforge Staff

    Try this:

    Code:
    mkdir /etc/resolvconf/run
     
  6. madhavi

    madhavi New Member

    This happen after i install djbdns,

    after making that directory, errror is not coming but my resolv.conf changes after restart of dnmasq service.

    dnscache and tinydns are also not resolving, infact it gives message when i check tail -f /.../dnscache/log/main/current

    @40000000050e65f133524f524 starting
     

Share This Page