From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6563188160178683904 X-Received: by 2002:a19:d783:: with SMTP id q3-v6mr514556lfi.33.1528202325436; Tue, 05 Jun 2018 05:38:45 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:7e0b:: with SMTP id z11-v6ls5791114ljc.0.gmail; Tue, 05 Jun 2018 05:38:44 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIceLIlODU2VzFgFDtD2NLSO1TKk4iogWwD4WQu1QjI9ih26Bq9CkztZ9DEflg6ds6kX2ej X-Received: by 2002:a2e:9c09:: with SMTP id s9-v6mr1435144lji.20.1528202324922; Tue, 05 Jun 2018 05:38:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528202324; cv=none; d=google.com; s=arc-20160816; b=Oj3tn7/IgnQByt1Fv/xnr4Xp6v1YeP8DA2XJxawLgQHkbRZY1rs+SVXyay83Q74wLr qClknlG+SMhSUh9TiPc5Pxo/s9lPL08ZnCuF8pS5PK1WijqharuOOHjKI8Q7Ezakg6Z+ P9N9uFUnDele0OakJV/G4eTzdSWiQ8txq5eYVJAI2QT4flNd/QVdXkFoP7uC7Dv+Jvj3 xhT4i430dq+pHBi6ARPeJXHwBfWOlRXjsdR8GgSkQfXsyW25C5omLORbZn9M9ec3L9ec 58Oo7CH3ZDnn9LDYMEgjdO4spMv2ua9TY9/SI6cArAUSwoVbOyjRtlNhtuzOLFPKl4v5 nHEA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:organization:from:references:cc:to :subject:arc-authentication-results; bh=6R7oAMEP/D0zl7kEqOBEwGer+KEwNSm0PJOLYxeIlYw=; b=NET6sDcNtdD7K0hg3ZOVIAqApESyZhA7D5h2AVhzc2MzdXaeYRHM8lgmIqxKS9XmDp a7YgT/7LE9UQ/dvp6JtZUGUoEnaxLousPnNOYxEOhNsFmCEUsW7fan5oASLhAeSLd0Ft nQhkxlvHZ8Ix8JIUhAp8s93leuN1/l1I43gx/8jUqhoAQZOwch2Vg2bwy4WJflxod9T7 8BjnVuCNEiYEN8NLO8Tu7ie+ji2o6T6IFTmGEa7T0bCGjsEbOycv7XIF1YnX5WP+8Iwk sBdxFMTQ/JycLRCWJHYsfLGVklpFdxoueNYJGT+zt70E2Hv+0H6DZE857WpRLQGFVh8C M6JQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id c20-v6si49417ljk.0.2018.06.05.05.38.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Jun 2018 05:38:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Received: from [192.168.50.163] (d51A48A80.access.telenet.be [81.164.138.128]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w55Cce4C032437 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 5 Jun 2018 14:38:41 +0200 Subject: Re: [PATCH 0/1] Disable daemon activation To: Claudius Heine , isar-users@googlegroups.com Cc: Claudius Heine References: <20180604112159.18605-1-claudius.heine.ext@siemens.com> <3b6ac11c-e71c-cda5-a32d-ff9ff7f207f8@ilbers.de> <316337bd-c504-99c9-4e79-2af47df326da@siemens.com> From: "Maxim Yu. Osipov" Organization: ilbers GmbH Message-ID: Date: Tue, 5 Jun 2018 14:38:39 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <316337bd-c504-99c9-4e79-2af47df326da@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-TUID: DvQUNFQDBxDe Hi Claudius, On 06/05/2018 01:52 PM, Claudius Heine wrote: > Hi Maxim, > > On 2018-06-05 10:42, Maxim Yu. Osipov wrote: >> Hi Claudius, >> >> On 06/04/2018 01:21 PM, claudius.heine.ext@siemens.com wrote: >>> From: Claudius Heine >>> >>> Hi, >>> >>> this patch disables the daemon activation in the chroot environment. >>> >>> Since I could not reproduce the problem this patch handles, please test >> >> When Alex reported this problem he mentioned that to reproduce the >> problem run './scripts/ci_build.sh -q': > > I was sort of interested in a minimal test setup with just one target. > Running a build that takes hours on my system is not something I like to > do just to investigate it. I have to run it twice just to see if that > problem occurs here and if this patch fixes it. > > I tried using just one target with my current setup, but I could not > reproduce it, so now its up to reporter to see if that fix resolves this > issue. > > But what I did, to prevent back and forth sending of patches and > reports, was just to copy most of the code from the debian installer > project and see if that code runs correctly in isar. And as far as I see > it does. I've tested your patch (first version) by running ci_build.sh script (it takes one hour to run on my laptop) - I don't see anymore running daemons after the build is complete. Now I'm testing the second version (it applied smoothly except one whitespace warning) and, hopefully, your patch will appear soon in 'next'. Thanks, Maxim. > Claudius > >> >> <----> >> >> -------- Forwarded Message -------- >> Subject: Daemons and deboostrap >> Date: Sun, 27 May 2018 19:00:28 +0300 >> From: Alexander Smirnov >> To: isar-users >> >> Hi all, >> >> testing patches from mailing list I've found the problem with the >> current next: there are lots of daemons remain running after build is >> complete (./scripts/ci_build.sh -q). >> >> <----> >> >> >> Kind regards, >> Maxim. >> >> >>> if this fixes it, if the code looks fine. >>> >>> Cheers, >>> Claudius >>> >>> Claudius Heine (1): >>>    meta/isar-bootstrap: deactivate daemon activation in chroot >>>      environment >>> >>>   meta/classes/isar-bootstrap-helper.bbclass    |   2 + >>>   .../isar-bootstrap/files/chroot-setup.sh      | 133 ++++++++++++++++++ >>>   .../isar-bootstrap/isar-bootstrap.bb          |  11 +- >>>   3 files changed, 144 insertions(+), 2 deletions(-) >>>   create mode 100644 >>> meta/recipes-core/isar-bootstrap/files/chroot-setup.sh >>> >> >> > -- Maxim Osipov ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn Germany +49 (151) 6517 6917 mosipov@ilbers.de http://ilbers.de/ Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov