-
`waitid(2)` would be a nice addition, mostly because it's the only way to wait on a pidfd.
-
### Describe the bug
Since 89700ef3d9dbb87fd480f9dd93c92f18ad6886f4, systemd leaks file descriptors. Those are all of similar form:
```
# ls -l /proc/1/fd
lrwx------ 1 root root 64 Nov 11 11:4…
-
Study the usage of `pidfd` to implement VM ID via API
_Originally posted by @vilvo in https://github.com/tiiuae/vmd/pull/24#discussion_r1145953192_
-
Looks like 1.7 build is failing with `-Werror=implicit-function-declaration`
```console
[tkloczko@devel-g2v x86_64-redhat-linux-gnu]$ ninja
[1/8] Compiling C object common/liblib-common.a.p/common-…
-
# Build with build.sh
```
buildroot-sdk/host-tools/gcc/riscv64-linux-musl-x86_64/bin/../lib/gcc/riscv64-unknown-linux-musl/10.2.0/lib64v0p7_xthead/lp64d/libgcc.a(trunctfdf2.o): mis-matched ISA ver…
-
Hi, I am trying to start the container on RHEL7 using the default
```
docker run -d \
-p 21:21 \
-p 21000-21010:21000-21010 \
-e USERS="one|1234" \
-e ADDRESS=ftp.site.domain \
…
-
```
bin:/bin:/opt/ltp/testcases/bin && msgctl05l/sbin:/root/bin:/usr/local/bin:/usr/b
tst_test.c:1106: TCONF: test requires struct msqid64_ds to have the time_high fields
running msgctl06
bin:/bin…
-
BPO | [38888](https://bugs.python.org/issue38888)
--- | :---
Nosy | @gpshead, @vstinner, @benjaminp, @SpecLad
*Note: these values reflect the state of the issue at the time it was migrated and might …
-
```
8月 06 05:17:09 earlyoom[1668157]: mem avail: 1506 of 6888 MiB (21.86%), swap free: 0 of 0 MiB ( 0.00%)
8月 06 05:23:41 earlyoom[1668157]: mem avail: 692 of 6947 MiB ( 9.96%), swap fr…
-
Right now, we use `SIGPROC` to wait for process events on Unix and thread pooling to wait for process events on Windows. This is a very inefficient strategy that doesn't scale for many child processes…