From: Claudius Heine <claudius.heine.ext@siemens.com>
To: Jan Kiszka <jan.kiszka@siemens.com>,
Alexander Smirnov <asmirnov@ilbers.de>,
isar-users <isar-users@googlegroups.com>
Subject: Re: Overview over my outstanding patches
Date: Thu, 24 May 2018 17:20:43 +0200 [thread overview]
Message-ID: <dda579c2-3bd5-69c0-6663-e02238eeb71f@siemens.com> (raw)
In-Reply-To: <af1e79d4-c39d-4bd9-3582-b1a6c21ec8b0@siemens.com>
On 2018-05-24 17:02, [ext] Claudius Heine wrote:
> On 2018-05-24 16:52, Jan Kiszka wrote:
>> On 2018-05-24 16:50, Claudius Heine wrote:
>>> Hi Jan,
>>>
>>> On 2018-05-24 15:38, Jan Kiszka wrote:
>>>> On 2018-05-24 15:34, [ext] Claudius Heine wrote:
>>>>> Hi,
>>>>>
>>>>> On 2018-05-24 11:21, [ext] Claudius Heine wrote:
>>>>>> Hi Alex,
>>>>>>
>>>>>> On 2018-05-14 15:47, Alexander Smirnov wrote:
>>>>>>> Remaining:
>>>>>>> ==========
>>>>>>> - meta-isar/isar-image-base: added removal of qemu-*-static
>>>>>>> binaries:
>>>>>>>
>>>>>>> Here is the question about case, when user wants to install
>>>>>>> qemu-user-static package to target rootfs.
>>>>>>
>>>>>> If the user wants to install qemu-user-static to the image, apt
>>>>>> overwrites the one already there and then the linux kernel complains
>>>>>> about infinite symlink since it wants to execute the new foreign
>>>>>> 'qemu-*-static' binary with the foreign 'qemu-*-static' binary on
>>>>>> and on.
>>>>>>
>>>>>> Installing qemu-user-static is simply forbidden until
>>>>>> qemu-debootstrap
>>>>>> changes the deployment path and binfmt settings to avoid this
>>>>>> conflict.
>>>>>
>>>>> With Hennings help we further investigated this. The binfmt_misc flag
>>>>> 'F' would prevent this issue [1]. So installing qemu-user-static could
>>>>> be possible if that flag is used.
>>>>
>>>> Do we have that under our control, or would we have to patch the
>>>> upstream binfmt debian package to tune that flag?
>>>
>>> I have to investigate that. On my sid debian host that flag was set.
>>> I think I can see this in the diff between the /var/lib/binfmts/qemu-arm
>>> from the kas container and my host:
>>>
>>> --- kas-qemu-arm 2018-05-24 16:48:31.998958282 +0200
>>> +++ /var/lib/binfmts/qemu-arm 2018-05-22 15:02:13.580660019 +0200
>>> @@ -7,3 +7,4 @@
>>>
>>> yes
>>>
>>> +yes
>>>
>>> I suppose this yes is were the 'F' flag is set. Currently I don't know
>>> how those files are generated. I can take a look into it.
>>
>> There is the binfmt-support package, and its update-binfmts seems to set
>> that stuff.
>
> This I know. But were are those qemu configurations defined? Is there a
> way to overwrite them in order to update those flags? I will have to
> investigate how to do that. Maybe we can patch this into those kas
> containers.
Ok I got it. Its done in the postinst of the binfmt-support package.
There those /var/lib/binfmts/qemu-* files are created.
So if we like to do this in the container as well, we might just change
those files directly ourselves. They won't be overwritten.
Claudius
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-54 Fax: (+49)-8142-66989-80 Email: ch@denx.de
prev parent reply other threads:[~2018-05-24 15:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-26 10:52 Claudius Heine
2018-04-26 13:57 ` Claudius Heine
2018-05-14 13:47 ` Alexander Smirnov
2018-05-24 9:21 ` Claudius Heine
2018-05-24 13:34 ` Claudius Heine
2018-05-24 13:38 ` Jan Kiszka
2018-05-24 14:50 ` Claudius Heine
2018-05-24 14:52 ` Jan Kiszka
2018-05-24 15:02 ` Claudius Heine
2018-05-24 15:10 ` Henning Schild
2018-05-24 15:20 ` Claudius Heine [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=dda579c2-3bd5-69c0-6663-e02238eeb71f@siemens.com \
--to=claudius.heine.ext@siemens.com \
--cc=asmirnov@ilbers.de \
--cc=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox