I run Leap 42.2.
In boot logs on all my machines I see these messages, in “bold” in dmesg output:
dmesg | grep nss
20.430189] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
[10191.848227] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
[64798.281708] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
[64798.848149] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
[64799.090187] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
[64799.313623] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
[64799.484631] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
[64879.447127] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
[64879.732099] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
[64880.030631] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
[64880.322821] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
[64880.556757] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
[64880.762502] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
[64880.957694] systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
Trying to figure out where these are coming from
systemctl show nss-lookup.target -p Before -p After
Before=ypbind.service ntpd.service fix.service autofs.service
After=
locate nss-lookup.target
/usr/lib/systemd/system/nss-lookup.target
cat /usr/lib/systemd/system/nss-lookup.target
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
# This exists mostly for compatibility with SysV/LSB units, and
# implementations lacking socket/bus activation.
[Unit]
Description=Host and Network Name Lookups
Documentation=man:systemd.special(7)
RefuseManualStart=yes
none of that’s clear as to WHY I’m getting those msgs, or what to do about them.
Where/what to fix to clear these messages/errors?