commit | a670091344f473514eb059ea0824ad8ede707372 | [log] [tgz] |
---|---|---|
author | nitinkotania <gitnkotania@gmail.com> | Tue Dec 05 12:15:07 2023 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Feb 29 13:16:33 2024 +0000 |
tree | 75fa7c30c7b621c5ab4f1a572ec13cfb01fa75ce | |
parent | 07222713016bd8cf42f5ebfbec2bc05435873b59 [diff] |
dreport: Added support to collect LDAP config data LDAP related detailed data will be collected as part of BMC user initiated Dump. This commit will add 2 new file: 1. usrmgrldap.log (size: 3.1K) 2. nslcd.conf (size: 526B) Tested By: Tested by collecting BMC dump. Change-Id: I09e35379935838c6f06d8604303f16a1febc8d3a Signed-off-by: nitinkotania <gitnkotania@gmail.com>
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
One such mechanism is dreport, a script that collects debug data and packages it into an archive file.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Dtests=enabled build ninja -C build test