Bad FQDN: ";; connection timed out; no servers could be reached.master"

Bug #1284964 reported by Jeroen T. Vermeulen
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
MAAS
Triaged
High
Unassigned

Bug Description

Lord_Set reports seeing a node with this strange FQDN:

;; connection timed out; no servers could be reached.master

That looks like the output from a failed "dig" invocation, combined with the nodegroup name. The dig tool has the annoying habit of printing its errors to stdout instead of stderr.

The enlist_userdata invokes dig without checking for errors:

   ip=$(ifconfig eth0 | awk '$1 == "inet" { sub("addr:","",$2); print $2; }') &&
     [ -n "${ip}" ] && host=$(dig +short -x $ip) && host=${host%.}
   # load ipmi modules
   load_modules

—which looks like it would explain the problem.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.