-
**Describe the enhancement**
This issue is pushing forward an issue encountered in the Gentoo tracker: https://bugs.gentoo.org/920720
What's happening, is that when openrc's openrc-init is being u…
-
Thank you for taking the time to help improve OpenJDK and Corretto.
If your request concerns a security vulnerability then please report it by email to aws-security@amazon.com instead of here. (You…
catsz updated
2 months ago
-
When the health check has failed, we notice defunct zombie processes are left behind
## Expected Behavior
That the parent would clean up the process table
## Current Behavior
everytime the…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Version
Pulsar version v3.0.0
Kubernetes version:
```…
-
I've tried systemctl(not working cuz system not PID1 and its chroot), service(service unrecognized)( isn't running cuz idk whats the problem)
Please help.
-
when buiding the package, I meet the errors.
Env:
14.04.1-Ubuntu
OPENSSL 1.1.1
libmariadbclient-dev
Error Message:
src/main/tools/process-tools.cc:118: sigaction(32, &sa, nullptr) failed
src/…
-
### Submission type
- Bug report
### systemd version the issue has been seen with
v235
### Used distribution
Arch Linux
### In case of bug report: Expected behaviour you didn't see
…
-
Trying to follow this guide vmra1n but I can't seem to get past the running `sudo ./rebind.sh` step. When I run it and replace my BDF1 and and PID1 I get this error:
```
joel@joel-desktop:~/vmra1n…
-
I tried to run tomcat using the systemctl command, but I got a warning stating host down with pid1. As a result of searching and finding out to solve this error, if the --privileged option is given, t…
-
One of the features that keeps me in bash land is the quick (and dirty) process management for development, e.g.:
```
./my_service &
sleep 1
run_local_tests_against_my_service
killall my_service
…