calvin2021y

Results 202 comments of calvin2021y

The crun run as rootless user id 1001, with cgroup create for that user.

Thanks for the tips. today I dos the test with master branch, it work with `--preserve-fds=3`. ```sh crun version 1.8.4.0.0.0.31-1af4-dirty commit: 1af41edc92cdff644fd49f261222c842adc586b0 ```

after upgrade from 1.7.2 into 1.8.4.0.0.0.31-1af4-dirty commit 1af41edc92cdff644fd49f261222c842adc586b0. I can boot the container. but podman inside podman not work anymore. with 1.7.2 I can start a child podman without problem,...

```sh ls -alFh /sys/fs//sys/fs/cgroup/libpod_parent/libpod-28ca17c7efe66a30fd7175a9429879faace549296c6cb22c1ad89276af1db769/cgroup.procs -rw-r--r-- 1 root root 0 May 16 20:38 /sys/fs/cgroup/libpod_parent/libpod-28ca17c7efe66a30fd7175a9429879faace549296c6cb22c1ad89276af1db769/cgroup.procs ```

with patch https://patch-diff.githubusercontent.com/raw/containers/crun/pull/1216.diff not fix the problem. the outer side is use `https://gist.github.com/calvin2021y/4e684c87cf08c29da7d217a87e262ebe` and `/usr/bin/crun --cgroup-manager=cgroupfs --root=/vm/root run --pid-file=/vm/run/test.pid --preserve-fds=3 test`. the inside I use docker-compose with [podman-static ](https://github.com/mgoltzsche/podman-static), create...

the new crun master with patch give the same error like 1.7.2. `podman --log-level info system service --time=0` process give this error: ```sh @ - - [16/May/2023:21:03:26 +0800] "GET /v1.41/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.oneoff%3DFalse%22%3Atrue%2C%22com.docker.compose.project%3Ds3%22%3Atrue%7D%7D...

here I try debug around the problem, try without `--preserve-fds=3` and change the init command into: ```json "args": [ "podman", "--log-level", "info","system","service","--time=0" ] ``` some how I get the problem...

change `--enable-sp=small,asm` into `--enable-sp=small` fix the problem.

hi @embhorn Thanks for explain. I find one more problem with wolfssl for windows x86 with LTO . ```sh --enable-shared=no --enable-harden --enable-filesystem=no --enable-pwdbased=no --enable-ip-alt-name --enable-sni --enable-alpn --enable-truncatedhmac --enable-earlydata --enable-tlsv10=no --enable-oldtls=yes...

There is one more problem for android x86, same build option like android aarch64. Curl report: ```sh ALPN: offers h2,http/1.1 SSL_connect failed with error -155: ASN sig error, confirm failure...