Looks like it's a dependency error that's getting swallowed by the error handler. It'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?
* * *Bret Wortman* <http://damascusgrp.com/> http://damascusgrp.com/ <http://bretwortman.com/> http://twitter.com/BretWortman On Thu, Mar 14, 2013 at 2:28 PM, Bret Wortman <[email protected]>wrote: > That got me past that error. Thanks, Jim! > > I'm getting something new, though: > > After all the "Creating..." messages about new partitions, I get this: > > Starting package installation process > Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 91, > in run > threading.Thread.run(self, *args, **kwargs) > File "/usr/lib/python2.7/threading.py", line 504, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib/python2.7/site-packages/pyanaconda/install.py", line 124, > in doInstall > payload.preInstall(packages=packages, > groups=payload.languageGroups(ksdata.lang.lang)) > File > "/usr/lib/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line > 1320, in preInstall > sys.exit(1) > SystemExit: 1 > > What could this be? > > > > * > * > *Bret Wortman* > <http://damascusgrp.com/> > http://damascusgrp.com/ <http://bretwortman.com/> > http://twitter.com/BretWortman > > > On Thu, Mar 14, 2013 at 1:37 PM, James Cammarata <[email protected]> wrote: > >> On Thu, Mar 14, 2013 at 12:31 PM, Bret Wortman < >> [email protected]> wrote: >> >>> I've been trying to troubleshoot this on F18/Cobbler 2.2.3 for two days >>> now and could use whatever input anyone might have. >>> >>> I'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. >>> >>> Switch to Ctrl-Alt-F2 and in that console I can confirm that the file >>> isn't there. I try the commands in the %pre section that are supposed to >>> create it and discover that "ifconfig" isn't in my path. It doesn't seem to >>> exist anywhere in the execution environment my system is sitting in at that >>> point (or in that console, anyway). >>> >>> I know the MAC is correct -- is this really a problem in that F18 just >>> doesn't have ifconfig available, or is something else amiss? >>> >>> Thanks! >>> >> >> 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'll probably want to grab those from upstream. >> >> _______________________________________________ >> cobbler mailing list >> [email protected] >> https://lists.fedorahosted.org/mailman/listinfo/cobbler >> >> >
_______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
