On Sun, Mar 04, 2007 at 11:24:11PM -0500, Jim Cornette wrote: > It failed with the error in the log on bug below: > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230952 Ah, that "mkisofs: Volume ID string too long" again. Sigh! I already had some email exchange with Jesse about that at the time when pungi was not yet a "component" in bugzilla. There are up to 32 characters allowed by a standard in that space and if you are over that limit then no images will be created. The way pungi generates this ID it is awfully easy to make it too long and without hacking a pungi code there is no good way around it save using very short, and possibly weird, names. There are two places in the code where this string is created; one for CDs and one for DVDs. At this moment likely the easiest thing to get around that would be to make that ID into some "hardwired" constant. Clearly this is not an option in a real code. Regardless of future changes a length check is missing. Michal -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list