Bug 1318660 - segfault of livecd-creator and python
Summary: segfault of livecd-creator and python
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: livecd-tools
Version: epel7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-17 13:13 UTC by Jozef Mlich
Modified: 2018-10-03 22:43 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-03 22:43:07 UTC
Type: Bug


Attachments (Terms of Use)
backtrace (37.27 KB, text/plain)
2016-03-17 13:13 UTC, Jozef Mlich
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.