Upgrade

Discussion in 'General' started by SamTzu, Sep 3, 2010.

  1. SamTzu

    SamTzu Active Member

    Any expiriances on upgrading the mydns (mydns) 1.2.8.25 (MySQL 5.0.51a)
    I'm having some problems with it when I try to use it as a recursive nameserver. (Huge syslog and daemon files with same error over and over.)
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    mydns is not a resolver, so it can not do recursive lookups. If you want to use the server that runs mydns also as resolver, then you might have to install a resolver like dnsmask on the same server and configure mydns to redirect all recursive queries to dnsmasq.

    Here is a exmaple for such a configuration:

    http://www.howtoforge.com/mydns_mydnsconfig_dnsmasp_on_ubuntu_edgy
     
  3. SamTzu

    SamTzu Active Member

    Actually there is an place in the configuration file for recursive server ip address. /etc/mydns.conf
    All you have to do is enter the IP address and restart the service. Works ok for my test server. Problem is every now and then it goes crazy and starts to log insane amounts of errors. I'm trying to create a very small OpenVZ DNS server for LAN environment.

    # ESOTERICA

    log = LOG_DAEMON # Facility to use for program output (LOG_*/stdout/stderr)
    pidfile = /var/run/mydns.pid # Path to PID file
    timeout = 120 # Number of seconds after which queries time out
    multicpu = 1 # Number of CPUs installed on your system
    recursive = 8.8.8.8 # Location of recursive resolver
     
    Last edited: Sep 3, 2010
  4. falko

    falko Super Moderator Howtoforge Staff

    Did you check
    Code:
    cat /proc/user_beancounters
    if there's anything on the failcnt column? Maybe it's a problem with the resources of the VM.
     
  5. SamTzu

    SamTzu Active Member

    I'll try that. It would be pity though since I planned to have a 'small' VM.
     

Share This Page