summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector/obmc-dump-monitor.service
AgeCommit message (Collapse)AuthorFilesLines
2019-11-11phosphor-dump-monitor- Fix failure for not finding core dump pathMarri Devender Rao1-0/+1
phosphot-dump-monitor adds watch on systemd core dump path to detect any new core files created to initiate a dump. On some systems systemd core dump package is not pulled, due to this phosphor-dump monitor service logs error and tries retry for 3 times. Modified to start phosphor-dump-monitor service only when the systed core dump path exists. Tried to add Requires on systedm core dump service but as it is a template version going with path approach. Tested: 1) Removed systemd dump folder and restarted dump-monitor service and ensured that there are no errors logged (From meta-phosphor rev: 7a99220eaae763113372477c3d25039284802ef7) Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Ibeb83cde454bf4c6fc6c6827a25705649ceaabe5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-06update upstream subtreesBrad Bishop1-1/+1
A number of corequisites exist so squashing these all into one patch. meta-ingrasys - refresh master bc513127f4..67bcaf389f meta-hxt - refresh master 86a4df514f..8fe0d38bbb meta-phosphor - refresh master 06c09d7cce..df6ddae3d2 meta-quanta - refresh master 4f126361a1..53f3025271 Change-Id: I3daeef2a0467d8ea4f1fd1c617e526f8b11258af Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop1-0/+10
Adopt a more conventional directory hierarchy. meta-phosphor is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b) Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>