qus
qus copied to clipboard
qemu-user-static (qus) and containers, non-invasive minimal working setups
Hi, I am trying to compile bdwgc (for crystal lang on rpi). But it hangs on `make check` step. I was trying the same on real raspberry pi (armv7), and...
Hello, Coming here from https://github.com/multiarch/qemu-user-static/issues/77, it looks like qus works for `i386`, `x84_64` but not `arm`: ``` gitlab-runner@docker-emacs:~$ uname -a Linux docker-emacs 4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:21:09 UTC...
How do I restart a stopped container? I tried `docker restart ` but the container exits immediately with the following error in the log: ``` standard_init_linux.go:219: exec user process caused:...
# **1.HOST** ```shell # uname -m aarch64 ``` ```shell # lscpu 架构: aarch64 CPU 运行模式: 64-bit 字节序: Little Endian CPU: 8 在线 CPU 列表: 0-7 每个核的线程数: 1 每个座的核数: 1 座:...
Distros like Alpine Linux (on baremetal or a full VM), binfmt is provided by [`openrc`](https://pkgs.alpinelinux.org/contents?branch=edge&name=openrc&arch=x86_64&repo=main) package. Is it possible to support such distros to get qus?
https://github.com/dbhi/qus/tree/main/action ```yml - uses: dbhi/qus@action-v0 ``` ```yml - uses: dbhi/qus@action-v0 with: targets: > arm aarch64 ```
Wrong date?
Using Raspbian 32bit on a Pi 4, the date inside the docker does not match the system date. ``` pi@rpi:~ $ docker run --rm --privileged aptman/qus -s -- -p i386...
Hey, I'm currently trying to setup some builds for quite a complex thing I'm working on (an image optimizer which runs x86 windows applications in an ARM linux container). I...
Trying to run this docker image on this host. Details are as follows: OS details: Google Chrome: Version 81.0.4044.94 (Official Build) (32-bit) Platform: 12871.67.0 (Official Build) stable-channel elm Channel: stable-channel...
Hello, I'm running an amd64 container on Raspberry 4 (armv7l). Running a particular binary in that container raises a "Segmentation fault" which is the same running it in a native...