summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/dump/phosphor-debug-collector/obmc-dump-monitor.service
AgeCommit message (Collapse)AuthorFilesLines
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop1-10/+0
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>
2017-09-15Revert "phosphor-debug-collector: Create /var/lib/systemd/coredump mount point"Jayanth Othayoth1-2/+0
This reverts commit c9fe4cb40e025998a7b90743b29f31b3eaf0d821. Change-Id: I8bd588c00605a5c38f668f33505d03884500e1eb Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
2017-09-13phosphor-debug-collector: Create /var/lib/systemd/coredump mount pointJayanth Othayoth1-0/+2
Mount /var/lib/systemd/coredump as a tmpfs to be used as a file location for systemd-coredump generated core dumps. Proposed fix is a workarround for core file missing in the BMC dump. Core manager watches for inotify event IN_CLOSE_WRITE on core file to initiate application core type BMC dump. ubfi based core path triggers incorrect inotify events, which eventually fails to collect actual core file. Resolves openbmc/openbmc#2240 Change-Id: Ia70ea7ea34a05596e5609efca880887884a78387 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
2017-08-25Enable BMC patching from the /usr/local pathMichael Tritz1-1/+2
This commit enables patches from the /usr/local path by replacing absolute paths to /usr/sbin or /usr/bin in every service file with "/usr/bin/env ". Additionally, SyslogIdentifier is added to each file to ensure that journal entries are still distinct. In two cases, service files also had to change due to references to ${{PATH}}, which doesn't work with /usr/bin/env. These references - and the corresponding definitions - were changed to ${{DEVPATH}}. Resolves openbmc/openbmc#2149 Change-Id: I12c5c6e5101eef6820b985a563313836250ff2c7 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
2017-06-12Create a new package for the phosphor-dump-monitor.Jayanth Othayoth1-0/+9
Change-Id: I7f61a48b31d2997c1710c7d0bdde387e5c41a598 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>