On 2015-09-17 13:58, Mark Montague wrote:
I use pungi under Fedora 23 Alpha (fully updated) to build DVD images containing repositories for use with Kickstart. This was working until a "dnf upgrade" sometime between September 9th and September 14th, when pungi started failing due to lorax encountering an error saying "no files matched etc/systemd/logind.conf".
I've opened Bugzilla #1266170 for this problem: https://bugzilla.redhat.com/show_bug.cgi?id=1266170
It's still occurring under Fedora 23 Beta. The problem seems to be that the dnf transaction in the /usr/share/lorax/runtime-install.tmpl is failing to install the systemd RPM at all due to:
Error in PREIN scriptlet in rpm package systemd
...which later results in
ERROR:pylorax.ltmpl: replace #ReserveVT=6 ReserveVT=2
etc/systemd/logind.conf
2015-09-17 15:24:16,589: OSError: no files matched
etc/systemd/logind.conf
I've attempted to get additional details about the PREIN scriptlets that are failing by setting the following in /usr/sbin/lorax without success ("conf" is a member of the dnf Base class):
conf.debuglevel = 10 conf.errorlevel = 10 conf.rpmverbosity = "info"
Does anyone have any suggestions for getting lorax and dnf to show the error that is occurring in the systemd PREIN scriptlet?