abrt 1.0.8 detected a crash. architecture: i686 cmdline: /usr/bin/python -tt /usr/bin/livecd-creator --config=ekant.ks --cache=cache --fslabel=lfy-remix component: livecd-tools executable: /usr/bin/livecd-creator kernel: 2.6.32.9-70.fc12.i686.PAE package: livecd-tools-031-1.fc12.1 reason: kickstart.py:56:read_kickstart:ValueError: need more than 1 value to unpack release: Fedora release 12 (Constantine) backtrace ----- kickstart.py:56:read_kickstart:ValueError: need more than 1 value to unpack Traceback (most recent call last): File "/usr/bin/livecd-creator", line 140, in <module> sys.exit(main()) File "/usr/bin/livecd-creator", line 112, in main ks = imgcreate.read_kickstart(options.kscfg) File "/usr/lib/python2.6/site-packages/imgcreate/kickstart.py", line 56, in read_kickstart except IOError, (err, msg): ValueError: need more than 1 value to unpack Local variables in innermost frame: ks: <pykickstart.parser.KickstartParser instance at 0xa24158c> path: 'ekant.ks' version: <f12.F12Handler object at 0xa1c336c> ksfile: '/media/disk/remix/ekant.ks'
Created attachment 401558 [details] File: backtrace
# rpm -q livecd-tools livecd-tools-031-1.fc12.1.x86_64 # /usr/bin/livecd-creator -c fedora-livecd-desktop.ks -f F14-Live-x86_64-20100420T1849 Traceback (most recent call last): File "/usr/bin/livecd-creator", line 140, in <module> sys.exit(main()) File "/usr/bin/livecd-creator", line 112, in main ks = imgcreate.read_kickstart(options.kscfg) File "/usr/lib/python2.6/site-packages/imgcreate/kickstart.py", line 56, in read_kickstart except IOError, (err, msg): ValueError: need more than 1 value to unpack Is this fixed in git or elsewhere? Note composing F12 Live spins works but not F13 or later.
Adding to blocker list in hope there may be a fix before release time. How have the current F13 live images been made?
http://alt.fedoraproject.org/pub/alt/nightly-composes/desktop/logs/ The logs for the nightly desktop compose don't appear to show this failure. The question is, are they being created on F13? Looking for this answer now.
I can't reproduce this locally, using an F13 x86_64 host to do the live creation, fedora-livecd-desktop.ks from the 'master' branch of spin-kickstarts, and a local mirror providing the current F13 tree. Jens, Ishan, are you composing on a F13 host?
Ishan was apparently composing on a F12 box. Our release images are composed on the equivalent release branch (F13 composed on F13, for example). This should probably be marked as a potential F12 bug, unless Jens has other information for us. He might be composing from a F14 tree based on the label he gave above. This may not be a release blocker, but I'd like you guys to confirm the environments in which you're building, and Ishan, if you could post your kickstart that would also be helpful.
I can't compose on F12 or F13 (admittedly i686). I will try a bit harder now that I know it is working for others. :)
(In reply to comment #7) > I can't compose on F12 or F13 (admittedly i686). To clarify: I can't compose *F13* on F12 or F13 (admittedly i686).
You're right it must be my local .ks files when I use vanilla spin-kickstarts it works ok...
Ok the problem seems to be that: "repo ... --baseurl=..." fails as above, whereas "repo ... --mirrorlist=..." works ok. So it seems one can't override with a local repo apparently which is still pretty bad IMHO.
Created attachment 411769 [details] kickstart-repo.diff Here is the one line I change locally in the standard fedora-live-base.ks kickstart file.
Doh I was missing "fedora-live-minimization.ks"!! But the error message is hardly helpful.
Spinning f13 now on F12 - so far so good. :)
OK, good to know -- I had the
Sorry about the truncated comment. Trying again.... OK, good to know -- I had the repo changed manually to a --baseurl=http:// here and things worked fine. Nice to see we've successfully removed one more bug from the blocker list. :-) I agree this error message isn't helpful -- a missing ks file should be handled more gracefully.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
This is fixed in livecd-tools 033-1 http://koji.fedoraproject.org/koji/buildinfo?buildID=187263 *** This bug has been marked as a duplicate of bug 551932 ***