-
To debug error 143 , the python worker process should handle SIGTERM signal and log the current memory usage before exiting.
We need this until we have some other way of getting memory status from…
-
snort3 is running as a daemon on a live network interface in passive mode with daq module "pcap":
```daq = {
module_dirs = {
'/usr/lib/x86_64-linux-gnu/daq3'
},
modules = {
…
-
### Please check that this issue hasn't been reported before.
- [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports.
…
-
Hi,
how can one get the quoting and escaping right, when one wants to issue complex command-lines?
Here are examples:
a)
```bash
/bin/bash -c 'set -Eeuo pipefail ; trap "trap - SIGTERM && e…
-
I've added a pull request for the desktop file with NSM keys, but before you merge it, please check first if qseq66 is actually working in NSM, otherwise it would be better to leave it out for the tim…
-
Seen the same problem as https://github.com/hypermedia-app/generic.hypermedia.app/issues/46.
Refs https://github.com/libero/article-store/pull/104#issuecomment-564021656.
-
Using tail -f /dev/null as the main process in a container seems inadvisable because tail doesn't respond to signals like SIGHUP, SIGINT, or SIGTERM in a meaningful way.
It also seems redundant, beca…
-
Presto should be able to handle signals and perform the appropriate shutdown tasks as needed.
From what I can tell, if you had separate initialization/run for https://github.com/prestosql/presto/b…
-
Would be lovely to have an option which signal to use.
For example holding CTRL would kill app harder.
SIGTERM gracefully kills the process whereas SIGKILL kills the process immediately
-
We have an mfserv plugin that responds to HTTP requests using data fetched from a database, and we want to control database connections closures.
Normally, this plugin is configured so that circus …