D-Bus System Message Bus fails to start
This document (000022053) is provided subject to the disclaimer at the end of this document.
Environment
SUSE Linux Enterprise Server 15 SP7
Situation
After a server reboot, the D-Bus System Message Bus fails to start, causing network service disruptions. The system was not able to activate network connection therefore ssh connectivity was not possible. Logging into the system via console, the following issues can be seen:
[FAILED] Failed to start D-Bus System Message Bus.
[FAILED] Failed to start wicked managed network interfaces.
[FAILED] Failed to start User Login Managment.
Checking the dbus.service status, the following error can be seen:
dbus-daemon[810]: dbus[810]: Failed to start message bus: Error in file /usr/share/dbus-1/system.conf, line 1, column 0: (null)
Looking into above file ( /usr/share/dbus-1/system.conf ), it has the same md5sum from other working system.
Resolution
- Comment out the line
/opt/IBM/HTTPServer/lib
in the file/etc/ld.so.conf.d/httpd-lib.conf
. - Run the command
ldconfig
to update the dynamic linker cache. - Check the output of
ldd
to ensure all libraries are loading from the OS side. - Reboot the system to verify the fix.
Cause
The issue is caused by the system using a non-standard libexpat.so.1
library, which leads to D-Bus failing to read the main configuration file. This can be checked by using ldd command:
# ldd /usr/bin/dbus-daemon
....
libexpat.so.1 => /opt/IBM/HTTPServer/lib/libexpat.so.1 (0x00007f1d1ff3e000)
....
Above showing that system is loading libraries from /opt/IBM/HTTPServer/lib
instead of the standard OS library /usr/lib64/ .
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:000022053
- Creation Date: 22-Sep-2025
- Modified Date:22-Sep-2025
-
- SUSE Linux Enterprise Server
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com