-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slapd-ltb service fails after server's reboot on RHEL8 #123
Comments
Thanks for the bug report. I did not face this issue before, but indeed it can be an improvement. |
Hello, after some investigations, it seems that:
Actually, OpenLDAP does not need the connectivity, it just needs the network interface to exist. As stated by systemd: (https://systemd.io/NETWORK_ONLINE/)
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, thanks for your feedback. To my knowledge we do not have any specific network settings on our RHEL8 test server. I can try to run the same test on a vanilla CentOS 8 VM to check the behavior. However I have done additional checks and :
On you side did you managed to reporduce the issue on RHEL8 ? Thanks a lot for your insights, I wish you a nice evening :) |
Hello, This one clearly can be an issue : It should work with this one: The problem with
I don't have a RHEL8 + systemd available for this test, but I never had this issue before. |
Hello, Just checked to be sure : DHCP is disabled, the IP address value is hardcoded in the interface configuration file. Duly noted for the IP="*" Regards, |
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: