Advertisement
CristianCantoro

docker_dns_bind_EINVAL

Dec 14th, 2014
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.15 KB | None | 0 0
  1. $ docker-dns --config $PWD/config.js                                                                                                                                                                                          
  2. [DD] info Loading config from /home/cristian/.docker-dns/config.js
  3. [DD] info debuging enabled
  4. [DD] debug public.dockerA new Dinspect for docker public.dockerA
  5. [DD] debug public.dockerA getting containers for docker public.dockerA
  6. [DD] debug public.dockerA inspecting 1 containers
  7. [DD] debug 7e20400c57a4 new containter object with uuid12: 7e20400c57a4
  8. [DD] debug ip  { internal: '172.17.0.18', exposed: null }
  9. [DD] debug 7e20400c57a4 imgname: ambari-singlenode
  10. [DD] debug 7e20400c57a4 hostname: amb0
  11. [DD] debug 7e20400c57a4 ports:  8080/tcp [ { HostIp: '', HostPort: '' } ]
  12. [DD] debug 7e20400c57a4 services:  [ { port: '',
  13.     boundip: '',
  14.     portproto: '8080/tcp',
  15.     lookup:
  16.      { name: 'http-alt',
  17.        port: 8080,
  18.        proto: 'tcp',
  19.        portproto: '8080/tcp' } } ]
  20. [DD] debug back from inspection, off to build
  21. [DD] debug 7e20400c57a4 starting _buildAnCNAMERecords
  22. [DD] debug 7e20400c57a4 done with A and CNAME records for local ip 172.17.0.18
  23. [DD] debug 7e20400c57a4 starting _buildAnCNAMERecords
  24. [DD] debug 7e20400c57a4 no ip, calling back
  25. [DD] debug 7e20400c57a4 done with A and CNAME records for exposed ip null
  26. [DD] debug service port or bound ip missing:  { port: '',
  27.   boundip: '',
  28.   portproto: '8080/tcp',
  29.   lookup:
  30.    { name: 'http-alt',
  31.      port: 8080,
  32.      proto: 'tcp',
  33.      portproto: '8080/tcp' } }
  34. [DD] debug 7e20400c57a4 calling back from _buildSRVRecords
  35. [DD] debug 7e20400c57a4 done with SRVrecords
  36. [DD] debug 7e20400c57a4 all records built, calling back
  37. [DD] debug public.dockerA _.union of records finished
  38. [DD] info public.dockerA built records
  39. [DD] debug back from build, deliver recs to dns server
  40. [DD] info loading new dns records
  41. [DD] info docker-dns initialized
  42. events.js:85
  43.       throw er; // Unhandled 'error' event
  44.             ^
  45. Error: bind EINVAL
  46.     at exports._errnoException (util.js:742:11)
  47.     at dgram.js:222:28
  48.     at dns.js:82:18
  49.     at process._tickCallback (node.js:372:11)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement