
[ https://ovirt-jira.atlassian.net/browse/OVIRT-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=20300#comment-20300 ] Evgheni Dereveanchin commented on OVIRT-717: -------------------------------------------- example of error log from here: http://jenkins.ovirt.org/job/ovirt-live_4.0-create-iso/2/console 12:33:59 livecd-creator -d -v -p --config=kickstart/ovirt-live-ovirt-custom.ks --fslabel=ovirt-live-4.0.3_rc1 2>&1 | tee iso.log 12:33:59 Traceback (most recent call last): 12:33:59 File "/bin/livecd-creator", line 241, in <module> 12:33:59 hack = do_nss_sss_hack() 12:33:59 File "/bin/livecd-creator", line 236, in do_nss_sss_hack 12:33:59 hack = forgettable._dlopen('libnss_sss.so.2') 12:33:59 OSError: libnss_sss.so.2: cannot open shared object file: No such file or directory Installed RPM version: $ rpm -qf /bin/livecd-creator livecd-tools-23.2-0.el7.centos.x86_64 this version is from here: http://resources.ovirt.org/repos/ci-tools/el7/x86_64/ its dependencies: $ rpm -qR livecd-tools /bin/bash /usr/bin/python /usr/sbin/extlinux dosfstools dumpet e2fsprogs hfsplus-tools isomd5sum lorax >= 18.3 mkisofs parted pyparted python-imgcreate = 1:23.2-0.el7.centos rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rsync syslinux util-linux rpmlib(PayloadIsXz) <= 5.2-1 CentOS ships version 21.4-2 and I am unsure why we need the newer version, but obviously there's some reasoning so dependencies have to be fixed there.
livecd-tools RPM from ci-tools repo is missing dependencies -----------------------------------------------------------
Key: OVIRT-717 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-717 Project: oVirt - virtualization made easy Issue Type: Bug Components: General Reporter: Evgheni Dereveanchin Assignee: infra
It was reported in OVIRT-573 that sssd-client is not installed on EL7 slaves, yet it is needed for livecd-creator. After investigating, the version of livecd-tools we have is installed from our ci-tools repo. It has a newer version so it overrides the version from CentOS, yet it's missing the sssd-client dependency. If we really need the newer version, we should rebuild the RPM to ensure a dependency for sssd-client is in place since livecd-creator may fail otherwise.
-- This message was sent by Atlassian JIRA (v1000.305.0#100011)