public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Hombourger, Cedric" <Cedric_Hombourger@mentor.com>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: "isar-users@googlegroups.com" <isar-users@googlegroups.com>
Subject: RE: [PATCH v2] isar-bootstrap: preserve environment in sudo'ed debootstrap call
Date: Thu, 13 Sep 2018 13:15:03 +0000	[thread overview]
Message-ID: <a53b96b679734c49a34e33660b7d2b98@svr-ies-mbx-02.mgc.mentorg.com> (raw)
In-Reply-To: <838acea7-e98d-6f48-8497-d3c13871a8c8@siemens.com>

Hi Jan,

Are you sure your company mirror of debian repositories wasn't used in your builds?
I will repeat the tests that I did both with and without the changes.

I was traveling to Nurnberg earlier this week and unfortunately had a very slow and unreliable internet connection at our hotel
When checking squid access logs in realtime, I noticed that no requests were received while running do_bootstrap

I however agree that we should make sure we are fixing a real problem
I will therefore collect additional data

Cedric

-----Original Message-----
From: Jan Kiszka [mailto:jan.kiszka@siemens.com] 
Sent: Thursday, September 13, 2018 3:09 PM
To: Hombourger, Cedric <Cedric_Hombourger@mentor.com>; isar-users@googlegroups.com
Subject: Re: [PATCH v2] isar-bootstrap: preserve environment in sudo'ed debootstrap call

Hi Cedric,

On 13.09.18 14:46, Cedric Hombourger wrote:
> Make bitbake add proxy environment variables and preserve them when 
> calling debootstrap under sudo. This is required to get user-defined 
> proxies used while bootstraping Isar.

Can you specify the error scenario a bit more precisely? We are building with user-defined proxies frequently, and we do not need that change. While I have no problem with saving one line of code, I would be good to understand the setup, specifically as I requested to set up a proxies test scenario in the upstream Q&A to avoid relying on the Siemens-internal Q&A here.

Thanks,
Jan

> 
> Signed-off-by: Cedric Hombourger <Cedric_Hombourger@mentor.com>
> ---
>  meta/recipes-core/isar-bootstrap/isar-bootstrap.inc | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc 
> b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
> index 4010307..cfad136 100644
> --- a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
> +++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
> @@ -171,7 +171,8 @@ isar_bootstrap() {
>          esac
>          shift
>      done
> -    sudo flock "${ISAR_BOOTSTRAP_LOCK}" -c "\
> +    E="${@bb.utils.export_proxies(d)}"
> +    sudo -E flock "${ISAR_BOOTSTRAP_LOCK}" -c "\
>          set -e
>          if [ ! -e "${DEPLOY_ISAR_BOOTSTRAP}" ]; then
>              if [ -e "${ROOTFSDIR}" ]; then @@ -179,7 +180,6 @@ 
> isar_bootstrap() {
>                 umount -l "${ROOTFSDIR}/proc" || true
>                 rm -rf "${ROOTFSDIR}"
>              fi
> -            E="${@bb.utils.export_proxies(d)}"
>              if [ ${IS_HOST} ]; then
>                  ${DEBOOTSTRAP} --verbose \
>                                 --variant=minbase \ @@ -233,7 +233,6 
> @@ isar_bootstrap() {
>              mount -t devtmpfs -o mode=0755,nosuid devtmpfs ${ROOTFSDIR}/dev
>              mount -t proc none ${ROOTFSDIR}/proc
>  
> -            E="${@bb.utils.export_proxies(d)}"
>              export DEBIAN_FRONTEND=noninteractive
>              chroot "${ROOTFSDIR}" /usr/bin/apt-get update -y
>              chroot "${ROOTFSDIR}" /usr/bin/apt-get dist-upgrade -y \
> 

--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux

  reply	other threads:[~2018-09-13 13:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-13 12:20 [PATCH] " Cedric Hombourger
2018-09-13 12:36 ` Henning Schild
2018-09-13 12:42   ` Hombourger, Cedric
2018-09-13 12:46     ` [PATCH v2] " Cedric Hombourger
2018-09-13 13:09       ` Jan Kiszka
2018-09-13 13:15         ` Hombourger, Cedric [this message]
2018-09-13 13:37           ` Henning Schild
2018-09-13 16:17             ` chombourger
2018-09-25 10:05               ` chombourger
2018-09-25 17:39       ` Maxim Yu. Osipov

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=a53b96b679734c49a34e33660b7d2b98@svr-ies-mbx-02.mgc.mentorg.com \
    --to=cedric_hombourger@mentor.com \
    --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