diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
| commit | d0c85e36e4de67af628d54e9ab577cc3fad7796a (patch) | |
| tree | f8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/deepseek-2-tmp/output/hypervisor/1829459 | |
| parent | 7f4364274750eb8cb39a3e7493132fca1c01232e (diff) | |
| download | qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip | |
add deepseek and gemma results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/1829459')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/hypervisor/1829459 | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/1829459 b/results/classifier/deepseek-2-tmp/output/hypervisor/1829459 deleted file mode 100644 index 9c46fd31c..000000000 --- a/results/classifier/deepseek-2-tmp/output/hypervisor/1829459 +++ /dev/null @@ -1,36 +0,0 @@ - -qemu seems to lack support for pid namespace. - -# Version - -qemu-4.0.0 - -# commands used to launch qemu-aarch64 in user mode. - -printf '%s\n' ':qemu-aarch64:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xb7\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-aarch64:'"${QEMU_BINFMT_FLAGS}" >/proc/sys/fs/binfmt_misc/register - -> sudo cp /usr/bin/qemu-aarch64 $RPI/usr/bin -> sudo chroot $RPI /bin/ksh -l - -# host - -Gentoo Linux amd64 - -# Guest - -Gentoo Linux aarch64 - -# The problem that I have - -"emerge" program fails due to the error, "qemu: qemu_thread_create: Invalid argument". -"emerge" is Gentoo's package manager that compiles and installs packages. - -# How to reproduce the issue - -Execute - -unshare --pid -- echo hello world - -or - -python -c "import portage.process; portage.process.spawn(['echo', 'hello', 'world'], unshare_pid=True)" \ No newline at end of file |