----- Original Message -----
> The tests are failing for the latest Fedora 23 atomic images:
>
> https://pagure.io/atomic-images/issue/36
>
> There seems to be no rpm db inside the image:
>
> -bash-4.3# rpm -qa
> -bash-4.3# echo $?
> 0
Seems like /usr/share/rpm does indeed have the rpmdb:
# mv /var/lib/rpm{,.bak}
# ln -s /usr/share/rpm /var/lib
# rpm -qa | wc -l
358
For some reason, the compose didn't clean up /var/lib/rpm and thus we didn't
create the compat symlink on boot. The journal says this:
Jun 13 20:13:16 localhost.localdomain systemd-tmpfiles[753]:
[/usr/lib/tmpfiles.d/tmpfiles-ostree-integration.conf:18] Duplicate line for
path "/var/lib/rpm", ignoring.
(Not sure if that's tmpfiles' way of saying EEXIST).
_______________________________________________
cloud mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]