| commit | 124d31f09cbb0eebd0f14aceade5c2fd290520fe | [log] [tgz] |
|---|---|---|
| author | Marri Devender Rao <devenrao@in.ibm.com> | Mon Apr 11 08:09:40 2022 -0500 |
| committer | Marri Devender Rao <devenrao@in.ibm.com> | Tue Apr 12 23:41:17 2022 -0500 |
| tree | 594823caab92f785f972fc581e1f36958b68ab35 | |
| parent | 33700c7cd60f8abe5b040d6b994d0910f056af45 [diff] |
dreport: Fix network and timedate plugin failures during BMC dump generation
1) Due to some script errors network and timedate plugins
are failing during BMC dump generation fixed the same.
Failures:
/usr/share/dreport.d/pl_user.d/E30network: line 12: add_cmd_output: command not
found
/usr/share/dreport.d/pl_user.d/E30timedate: line 12: [: missing `]'
Tested:
timedate.log
timedatectl]
Local time: Mon 2022-04-11 12:41:19 UTC
Universal time: Mon 2022-04-11 12:41:19 UTC
RTC time: Mon 2022-04-11 12:41:19
Time zone: UTC (UTC, +0000)
System clock synchronized: no
NTP service: active
RTC in local TZ: no
network.log
[netstat]
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 9.3.23.1 0.0.0.0 UG 0 0 0 eth1
0.0.0.0 9.3.23.1 0.0.0.0 UG 0 0 0 eth0
9.3.23.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Change-Id: Id60b3238657af7edb3100319bfa57ab6503bad13
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
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