[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [atomic-devel] rpm-ostree compose tree: questions on log output



On Fri, Jun 8, 2018 at 6:22 AM, arnaud gaboury <arnaud gaboury gmail com> wrote:
> When running the command <rpm-ostree compose tree> and reading at outputs
> during the process, I can read some worrisome logs.
> Please note that the command operated successfully and the new Ostree is
> built.
>
>
> I would be happy to have some feedbacks on the following outputs and if I
> can ignore or take some actions.

Yes, this is normal. Packages during a treecompose are being installed
in a different
environment than what they're used to (i.e. in a separate rootfs
instead of on the live
/) and this can cause scriptlets to seem confused (e.g. not having
systemd running,
or SELinux active, etc...).

> 3-
> -------------------
> SELinux policy in /var, enabling workaround
> ------------------

See https://bugzilla.redhat.com/show_bug.cgi?id=1290659
and https://github.com/projectatomic/rpm-ostree/pull/479

> 4-
> ------------------
> dracut: dracut module 'busybox' will not be installed, because command
> 'busybox' could not be found!
> dracut: dracut module 'dmraid' will not be installed, because command
> 'dmraid' could not be found!
> dracut: dracut module 'multipath' will not be installed, because command
> 'multipath' could not be found!
> dracut: dracut module 'cifs' will not be installed, because command
> 'mount.cifs' could not be found!
> dracut: dracut module 'fcoe' will not be installed, because command
> 'dcbtool' could not be found!
> dracut: dracut module 'fcoe' will not be installed, because command
> 'fipvlan' could not be found!
> dracut: dracut module 'fcoe' will not be installed, because command 'lldpad'
> could not be found!
> dracut: dracut module 'fcoe' will not be installed, because command
> 'fcoemon' could not be found!
> dracut: dracut module 'fcoe' will not be installed, because command
> 'fcoeadm' could not be found!
> dracut: dracut module 'fcoe-uefi' will not be installed, because command
> 'dcbtool' could not be found!
> dracut: dracut module 'fcoe-uefi' will not be installed, because command
> 'fipvlan' could not be found!
> dracut: dracut module 'fcoe-uefi' will not be installed, because command
> 'lldpad' could not be found!
> dracut: dracut module 'nbd' will not be installed, because command
> 'nbd-client' could not be found!
> dracut: dracut module 'biosdevname' will not be installed, because command
> 'biosdevname' could not be found!
> ------------------------------------

I think this is normal dracut output AFAIK. Skips over modules which
need certain
components baked into the tree.

> 5-
> -------------------------------
> New passwd entry: dnsmasq
> New passwd entry: gluster
> New passwd entry: ntp
> Ignored user missing from new passwd file: root
> New passwd entry: setroubleshoot
> New passwd entry: systemd-coredump
> New passwd entry: systemd-journal-remote
> New passwd entry: dnsmasq
> New passwd entry: gluster
> New passwd entry: ntp
> Ignored user missing from new passwd file: root
> New passwd entry: setroubleshoot
> New passwd entry: systemd-coredump
> New passwd entry: systemd-journal-remote
> ----------------------------

rpm-ostree has special handling for passwd/group entries. See e.g.
http://ostree.readthedocs.io/en/latest/manual/adapting-existing/#usrlibpasswd
and "check-passwd" in
http://rpm-ostree.readthedocs.io/en/latest/manual/treefile/.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]