Please fill out the sections below.
Be kind and objective when writing in text.
Thanks for the report! :)
Brief description of the bug:
The state of the sbot is PROCESS QUERY FAILED and the memory is 0, even when the process is ACTIVE and using memory.
Steps to reproduce the bug:
Visit the Status page with peach-web running on a computer that does not have systemctl at /usr/bin/systemctl (ie. it's at some other path, such as /bin/systemctl).
Expected behaviour:
Accurate reporting of service state and memory consumption.
Fix:
Replace absolute paths with relative paths when invoking system commands from peach-web. For example, systemctl instead of /usr/bin/systemctl.
> Please fill out the sections below.
> Be kind and objective when writing in text.
> Thanks for the report! :)
**Brief description of the bug:**
The state of the sbot is `PROCESS QUERY FAILED` and the memory is 0, even when the process is `ACTIVE` and using memory.
**Steps to reproduce the bug:**
Visit the Status page with peach-web running on a computer that does not have `systemctl` at `/usr/bin/systemctl` (ie. it's at some other path, such as `/bin/systemctl`).
**Expected behaviour:**
Accurate reporting of service state and memory consumption.
**Fix:**
Replace absolute paths with relative paths when invoking system commands from peach-web. For example, `systemctl` instead of `/usr/bin/systemctl`.
glyph
added the bug label 2022-03-28 08:56:10 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Brief description of the bug:
The state of the sbot is
PROCESS QUERY FAILEDand the memory is 0, even when the process isACTIVEand using memory.Steps to reproduce the bug:
Visit the Status page with peach-web running on a computer that does not have
systemctlat/usr/bin/systemctl(ie. it's at some other path, such as/bin/systemctl).Expected behaviour:
Accurate reporting of service state and memory consumption.
Fix:
Replace absolute paths with relative paths when invoking system commands from peach-web. For example,
systemctlinstead of/usr/bin/systemctl.Fixed by PR #100.