jayson3

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: error: [Global] Error: No such oldDNSMethod: NATIVE_DNS #875

    Unfortunately that didnt seem to work.  I Uninstalled and re-installed coffee and dnschain and used the new conf file.  The error is still there but is not exactly the same as you show.  I have pasted the entire redundant list of errors below… all of it 🙂

    I tried removing the dnschain.conf file completely, and the error is the same.  It feels like dnschain is not reading the dnschain.conf file.  Not sure iif it is supposed to create one if it is missing, but none nothing seems to be created.

    As a cross check, i tried installing dnschain on another device (a Cubieboard running debian) and it seemed to install and run without errors.  I dont have namecoin on that device, but i may try adding it and use that as my platform for now.  In any case, the problem seems related to my Linux Mint 17 64 bit 386 environment…

    Thanks for the help.  It looks like it will be a really useful tool for using namecoin once I get it up and running!

    entire error output



    jay@neon1 /etc/dnschain $ dnschain
    2014-11-22T07:05:40.291Z – info: [NMC] connected to namecoind: 127.0.0.1:8336
    2014-11-22T07:05:40.442Z – error: [Global] Error: No such oldDNSMethod: NATIVE_DNS
      at _.assign.gErr (/usr/local/lib/node_modules/dnschain/src/lib/globals.coffee:93:21)
      at new DNSServer (/usr/local/lib/node_modules/dnschain/src/lib/dns.coffee:50:23)
      at new DNSChain (/usr/local/lib/node_modules/dnschain/src/lib/dnschain.coffee:68:24)
      at /usr/local/lib/node_modules/dnschain/src/lib/dnschain.coffee:57:38
      at Object.exports.createServer (/usr/local/lib/node_modules/dnschain/src/lib/dnschain.coffee:66:7)
      at Object. (/usr/local/lib/node_modules/dnschain/bin/dnschain:2:76)
      at Object.
    (/usr/local/lib/node_modules/dnschain/bin/dnschain:4:4)
      at Module._compile (module.js:456:26)

    2014-11-22T07:05:40.442Z – error: [DNSChain] DNSChain failed to start:  Error: No such oldDNSMethod: NATIVE_DNS
      at _.assign.gErr (/usr/local/lib/node_modules/dnschain/src/lib/globals.coffee:93:21)
      at new DNSServer (/usr/local/lib/node_modules/dnschain/src/lib/dns.coffee:50:23)
      at new DNSChain (/usr/local/lib/node_modules/dnschain/src/lib/dnschain.coffee:68:24)
      at /usr/local/lib/node_modules/dnschain/src/lib/dnschain.coffee:57:38
      at Object.exports.createServer (/usr/local/lib/node_modules/dnschain/src/lib/dnschain.coffee:66:7)
      at Object. (/usr/local/lib/node_modules/dnschain/bin/dnschain:2:76)
      at Object.
    (/usr/local/lib/node_modules/dnschain/bin/dnschain:4:4)
      at Module._compile (module.js:456:26)

    Error: No such oldDNSMethod: NATIVE_DNS
      at _.assign.gErr (/usr/local/lib/node_modules/dnschain/src/lib/globals.coffee:93:21)
      at new DNSServer (/usr/local/lib/node_modules/dnschain/src/lib/dns.coffee:50:23)
      at new DNSChain (/usr/local/lib/node_modules/dnschain/src/lib/dnschain.coffee:68:24)
      at /usr/local/lib/node_modules/dnschain/src/lib/dnschain.coffee:57:38
      at Object.exports.createServer (/usr/local/lib/node_modules/dnschain/src/lib/dnschain.coffee:66:7)
      at Object. (/usr/local/lib/node_modules/dnschain/bin/dnschain:2:76)
      at Object.
    (/usr/local/lib/node_modules/dnschain/bin/dnschain:4:4)
      at Module._compile (module.js:456:26)


    dnschain.conf file at /etc/dnschain/dnschain.conf  (also tried at $HOME/.dnschain.conf and $HOME/.dnschain/dnschain.conf and with no dnschain.conf at all)



    [log]
    level=info

    [dns]
    port = 5333
    # don't put quotes around IP
    oldDNS.address = 8.8.8.8

    # disable traditional DNS resolution (default is NATIVE_DNS)
    # (don't put quotes around this either)
    oldDNSMethod = NO_OLD_DNS

    [http]
    port=8088
    tlsPort=4443


    in reply to: error: [Global] Error: No such oldDNSMethod: NATIVE_DNS #873

    Here is the conf file.  I played around with the value of oldDNSMethod, but it didnt seem to have any effect.



    jay@neon1 ~ $ cat /etc/dnschain/dnschain.conf
    [log]
    level=info

    [dns]
    port = 5333
    oldDNS.address = 8.8.8.8  # no quotes around IP

    # disable traditional DNS resolution
    oldDNSMethod = NO_OLD_DNS # no quotes around this either

    [http]
    port=8088
    tlsPort=4443


    Thanks

    Jay

Viewing 2 posts - 1 through 2 (of 2 total)