<div dir="ltr">Looks like it&#39;s a dependency error that&#39;s getting swallowed by the error handler. It&#39;s definitely getting logged anywhere at this stage -- how can I patch this code to spit out the error and determine what the dependency problem is?</div>
<div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><br></div><div><u><br></u></div><div><b>Bret Wortman</b></div><div><a href="http://damascusgrp.com/" target="_blank"><img src="http://damascusgrp.com/uploads/3/2/2/6/3226794/6425940.png" width="200" height="52"></a><br>
</div><div><a href="http://bretwortman.com/" target="_blank">http://damascusgrp.com/</a><br></div><div><a href="http://twitter.com/BretWortman" target="_blank">http://twitter.com/BretWortman</a></div></div></div>
<br><br><div class="gmail_quote">On Thu, Mar 14, 2013 at 2:28 PM, Bret Wortman <span dir="ltr">&lt;<a href="mailto:bret.wortman@damascusgrp.com" target="_blank">bret.wortman@damascusgrp.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">That got me past that error. Thanks, Jim!<div><br></div><div>I&#39;m getting something new, though:</div><div><br></div><div>After all the &quot;Creating...&quot; messages about new partitions, I get this:</div>

<div><br></div><div><font face="courier new, monospace">Starting package installation process</font></div><div><font face="courier new, monospace">Traceback (most recent call last):</font></div><div><font face="courier new, monospace">  File &quot;/usr/lib/python2.7/site-packages/pyanaconda/threads.py&quot;, line 91, in run</font></div>

<div><div><font face="courier new, monospace">    threading.Thread.run(self, *args, **kwargs)</font></div><div><font face="courier new, monospace">  File &quot;/usr/lib/python2.7/threading.py&quot;, line 504, in run</font></div>

<div><font face="courier new, monospace">    self.__target(*self.__args, **self.__kwargs)</font></div><div><font face="courier new, monospace">  File &quot;/usr/lib/python2.7/site-packages/pyanaconda/install.py&quot;, line 124, in doInstall</font></div>

<div><font face="courier new, monospace">    payload.preInstall(packages=packages, groups=payload.languageGroups(ksdata.lang.lang))</font></div><div><font face="courier new, monospace">  File &quot;/usr/lib/python2.7/site-packages/pyanaconda/packaging/yumpayload.py&quot;, line 1320, in preInstall</font></div>

<div><font face="courier new, monospace">    sys.exit(1)</font></div><div><font face="courier new, monospace">SystemExit: 1</font></div><div><br></div></div><div>What could this be?</div><div><br></div></div>
<div class="gmail_extra"><div class="im"><br clear="all"><div><div dir="ltr"><div><br></div><div><u><br></u></div><div><b>Bret Wortman</b></div><div><a href="http://damascusgrp.com/" target="_blank"><img src="http://damascusgrp.com/uploads/3/2/2/6/3226794/6425940.png" width="200" height="52"></a><br>

</div><div><a href="http://bretwortman.com/" target="_blank">http://damascusgrp.com/</a><br></div><div><a href="http://twitter.com/BretWortman" target="_blank">http://twitter.com/BretWortman</a></div></div></div>
<br><br></div><div class="gmail_quote"><div><div class="h5">On Thu, Mar 14, 2013 at 1:37 PM, James Cammarata <span dir="ltr">&lt;<a href="mailto:jimi@sngx.net" target="_blank">jimi@sngx.net</a>&gt;</span> wrote:<br></div>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
<div><div>On Thu, Mar 14, 2013 at 12:31 PM, Bret Wortman <span dir="ltr">&lt;<a href="mailto:bret.wortman@damascusgrp.com" target="_blank">bret.wortman@damascusgrp.com</a>&gt;</span> wrote:<br></div>
</div><div class="gmail_quote"><div><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">I&#39;ve been trying to troubleshoot this on F18/Cobbler 2.2.3 for two days now and could use whatever input anyone might have.<div><br></div><div>I&#39;m using a modified version of the sample.ks kickstart which works great on F17 and, by copying it and changing the repo stanzas is otherwise unchagned for F18. I get the above error when booting.</div>



<div><br></div><div>Switch to Ctrl-Alt-F2 and in that console I can confirm that the file isn&#39;t there. I try the commands in the %pre section that are supposed to create it and discover that &quot;ifconfig&quot; isn&#39;t in my path. It doesn&#39;t seem to exist anywhere in the execution environment my system is sitting in at that point (or in that console, anyway).</div>



<div><br></div><div>I know the MAC is correct -- is this really a problem in that F18 just doesn&#39;t have ifconfig available, or is something else amiss?</div><div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">Thanks!</span></div>


</div></blockquote><div><br></div></div></div><div>Yes, that is the issue - ifconfig has been removed and ip is the only command available. A few months ago I patched the snippets to detect which command was available, so you&#39;ll probably want to grab those from upstream. </div>


</div>
<br></div></div>_______________________________________________<br>
cobbler mailing list<br>
<a href="mailto:cobbler@lists.fedorahosted.org" target="_blank">cobbler@lists.fedorahosted.org</a><br>
<a href="https://lists.fedorahosted.org/mailman/listinfo/cobbler" target="_blank">https://lists.fedorahosted.org/mailman/listinfo/cobbler</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>