Bug 1318660

Summary: segfault of livecd-creator and python
Product: [Fedora] Fedora EPEL Reporter: Jozef Mlich <jmlich83>
Component: livecd-toolsAssignee: Brian Lane <bcl>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel7CC: bcl, katzj, metherid, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-03 22:43:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
backtrace none

Description Jozef Mlich 2016-03-17 13:13:35 UTC
Created attachment 1137387 [details]
backtrace

Steps to reproduce:
$ /usr/bin/livecd-creator -v --config=./kickstart-ti.ks --fslabel=TI --cache=/var/www/html/ti

Unfortunately, I am not allowed to share the kickstart-ti.ks

Please take a look on attached backtrace.

[root@ti3 ~]# yum info livecd-tools
Loaded plugins: auto-update-debuginfo, fastestmirror, langpacks, priorities
Loading mirror speeds from cached hostfile
 * base: mirror.karneval.cz
 * epel: mirror.karneval.cz
 * epel-debuginfo: mirror.karneval.cz
 * extras: mirror.karneval.cz
 * updates: mirror.karneval.cz
Installed Packages
Name        : livecd-tools
Arch        : x86_64
Epoch       : 1
Version     : 21.4
Release     : 2.el7
Size        : 168 k
Repo        : installed
From repo   : extras
Summary     : Tools for building live CDs
URL         : http://git.fedorahosted.org/git/livecd
License     : GPLv2
Description : Tools for generating live CDs on Fedora based systems including
            : derived distributions such as RHEL, CentOS and others. See
            : http://fedoraproject.org/wiki/FedoraLiveCD for more details.

Feel free to close a bug if you aren't able to reproduce it.

Comment 1 Brian Lane 2016-03-17 16:59:37 UTC
Yeah, that's pretty hard to tell what happened. Looks like it blew up in rpm though. There's also this:

Skipping missing group 'core'

which may mean there is something wrong with the comps file in your repo.

If you could reproduce this with a minimal kickstart that you can share it would be helpful.

Alternatively the recommended way to create live images (iso, disk images, etc.) on RHEL7 is to use livemedia-creator from the lorax package.

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/chap-disk-image-installation.html

Comment 2 Jozef Mlich 2016-03-17 17:24:08 UTC
I was not using comps file during that test at all. The livemedia-creator seems to fit my needs better than livecd-creator.