You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is strongly recommended not to make use of this target (network-online.target) too liberally: for example network server software should generally not pull this in (since server software generally is happy to accept local connections even before any routable network interface is up). Its primary purpose is network client software that cannot operate without network.
If you check your network configuration, maybe you have a special configuration somewhere that prevent the needed network interfaces to show up? If you give more information or arguments, we can reconsider, but else I prefer not to change the current systemd configuration.
Hello,
I recently noticed something strange after installing the latest 2.5.18 slapd-ltb rpms on a RHEL8 server.
Even if the slapd-ltb service is enabled in systemctl, the startup fails when the server starts up with the following error in slapd logs:
daemon: bind(7) failed errno=99 (Cannot assign requested address)
A simple attempt to start the slapd-ltb service (either with
systemctl
or withslapd-cli start
) works perfectly.It seems the process is starting too soon while the network services are not fully ready yet.
I've tuned a little bit the
/usr/lib/systemd/system/slapd-ltb.service
service file replacingby
And now it works as expected.
Thanks a lot for your insights.
Have a nice weekend
Regards,
The text was updated successfully, but these errors were encountered: