<div dir="ltr">Yeah, it's definitely an issue with dhclient. I patched the init script to use dhcpcd instead and everything is working as expected now.<div><br></div><div>I've attached a log containing the strace of dhclient if that helps you or someone else in the future.</div><div><br></div><div>Thanks for all your help Rich.</div><div><br></div><div>Shawn</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 30, 2015 at 9:53 AM, Richard W.M. Jones <span dir="ltr"><<a href="mailto:rjones@redhat.com" target="_blank">rjones@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Jun 30, 2015 at 09:41:45AM -0600, Shawn Greig wrote:<br>
> Rich you're right, I forgot to run make. I added 'set -x' and reran make<br>
> and then ran 'virt-builder -v -x' and it seems to hang at dhclient (see<br>
> attached log).<br>
<br>
</span>> + dhclient --version<br>
> + dhclient<br>
<span class="">> /sbin/dhclient-script: line 31: /etc/fstab: No such file or directory<br>
<br>
</span>Yup, dhclient has been an ongoing problem.  Most recently:<br>
<br>
  <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775514" rel="noreferrer" target="_blank">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775514</a><br>
  <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1224795" rel="noreferrer" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1224795</a><br>
<br>
It may help to run dhclient in the appliance under strace to see where<br>
exactly it has stopped.  The appliance should contain strace (check<br>
for it in appliance/<a href="http://packagelist.in" rel="noreferrer" target="_blank">packagelist.in</a> and appliance/supermin.d/packages),<br>
and if it does you can just edit the appliance/init script like this:<br>
<br>
-     dhclient<br>
+     strace dhclient<br>
<br>
The other option is to use dhcpcd, but that also requires patching the<br>
init script.<br>
<span class=""><br>
Rich.<br>
<br>
--<br>
Richard Jones, Virtualization Group, Red Hat <a href="http://people.redhat.com/~rjones" rel="noreferrer" target="_blank">http://people.redhat.com/~rjones</a><br>
Read my programming and virtualization blog: <a href="http://rwmj.wordpress.com" rel="noreferrer" target="_blank">http://rwmj.wordpress.com</a><br>
</span>Fedora Windows cross-compiler. Compile Windows programs, test, and<br>
build Windows installers. Over 100 libraries supported.<br>
<a href="http://fedoraproject.org/wiki/MinGW" rel="noreferrer" target="_blank">http://fedoraproject.org/wiki/MinGW</a><br>
</blockquote></div><br></div>