Running a Live ISO build, during the package installation phase I see the following warnings: warning: %posttrans(dbus-1.13.8-4.mga7.x86_64) scriptlet failed, exit status 73 warning: %post(cryptsetup-2.1.0-1.mga7.x86_64) scriptlet failed, exit status 73 warning: %post(davfs2-1.5.4-2.mga7.x86_64) scriptlet failed, exit status 73 warning: %post(ppp-2.4.7-13.mga7.x86_64) scriptlet failed, exit status 73 warning: %post(dhcp-client-3:4.4.1-2.mga7.x86_64) scriptlet failed, exit status 73 warning: %post(wpa_supplicant-2.7-1.mga7.x86_64) scriptlet failed, exit status 73 warning: %post(hplip-3.19.1-2.mga7.x86_64) scriptlet failed, exit status 73 Checking a few of the packages, the common factor is that the scriptlets are calling 'systemd-tmpfiles --create'
Created attachment 10865 [details] installer install.log
Created attachment 10866 [details] installer ddebug.log
As noted by Jani on dev@ml: $ man systemd-tmpfiles If the configuration was syntactically valid, but could not be executed (lack of permissions, creation of files in missing directories, invalid contents when writing to /sys/ values, ...), 73 is returned (EX_CANTCREAT from /usr/include/sysexits.h).
Assigning to the Base System maintainers. CC'ing the registered maintainer and a bunch of committers.
CC: (none) => mageia, mageia, marja11, ngompa13, pterjan, smelror, thierry.vignaud, tmbSource RPM: (none) => systemd (?)Assignee: bugsquad => basesystem
systemd 240 introduced a new check on the ownership of directories, which wasn't met by the dummy root directory created by draklive2. Fixed in drakiso.
Status: NEW => RESOLVEDResolution: (none) => FIXED