From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 022F3C433E0 for ; Mon, 1 Mar 2021 11:36:32 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 31C6A64E37 for ; Mon, 1 Mar 2021 11:36:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 31C6A64E37 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=physik.fu-berlin.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:36194 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lGgqk-0004vn-61 for qemu-devel@archiver.kernel.org; Mon, 01 Mar 2021 06:36:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lGgpY-0003rM-Qv for qemu-devel@nongnu.org; Mon, 01 Mar 2021 06:35:16 -0500 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]:45423) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lGgpW-00042E-IJ for qemu-devel@nongnu.org; Mon, 01 Mar 2021 06:35:16 -0500 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.94) with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (envelope-from ) id 1lGgpT-0034IH-Mc; Mon, 01 Mar 2021 12:35:11 +0100 Received: from p57bd9fdc.dip0.t-ipconnect.de ([87.189.159.220] helo=[192.168.178.139]) by inpost2.zedat.fu-berlin.de (Exim 4.94) with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (envelope-from ) id 1lGgpT-001ISU-GW; Mon, 01 Mar 2021 12:35:11 +0100 Subject: Re: [PATCH] linux-user: manage binfmt-misc preserve-arg[0] flag To: Michael Tokarev , Laurent Vivier , qemu-devel@nongnu.org References: <20210222105004.1642234-1-laurent@vivier.eu> <0ee2b107-1533-3098-9797-040633964300@physik.fu-berlin.de> <09fefe8c-c3bb-1303-9e85-d207c6ec4ffc@msgid.tls.msk.ru> <1f1c6fa9-a9cc-b169-1c9a-57008752efb4@physik.fu-berlin.de> <644a53ea-852e-b60c-973d-10e37096d99e@msgid.tls.msk.ru> <6b0c8faf-98c8-29f7-a6be-7901b94deb38@physik.fu-berlin.de> <185ce154-c34e-a417-69db-3d1da5609468@msgid.tls.msk.ru> From: John Paul Adrian Glaubitz Message-ID: <582cec89-61a4-8e76-074f-f110f77c63d3@physik.fu-berlin.de> Date: Mon, 1 Mar 2021 12:35:10 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <185ce154-c34e-a417-69db-3d1da5609468@msgid.tls.msk.ru> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Original-Sender: glaubitz@physik.fu-berlin.de X-Originating-IP: 87.189.159.220 Received-SPF: pass client-ip=130.133.4.66; envelope-from=glaubitz@zedat.fu-berlin.de; helo=outpost1.zedat.fu-berlin.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Helge Deller Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 3/1/21 12:16 PM, Michael Tokarev wrote: > Oh. You tried to use qemu-user, not qemu-user-static.. > Well. I tried both packages. I also tried systemd-binfmt and binfmt-support, neither worked. > This is all about how qemu-user works, be it debian or > any other distribution, - it is basically the same. > I can only guess the wiki page you mentioned is wrong > here. There isn't really much in the wiki besides installing qemu-user-static. I was, however, able to fix it by recreating the chroot. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz@debian.org `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913