From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6551644404061306880 X-Received: by 2002:aa7:d40f:: with SMTP id z15-v6mr2016588edq.9.1526052876169; Fri, 11 May 2018 08:34:36 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:aa7:d281:: with SMTP id w1-v6ls5268903edq.5.gmail; Fri, 11 May 2018 08:34:35 -0700 (PDT) X-Google-Smtp-Source: AB8JxZolM/F7YGSbEn+ZqDgRyQdi6f4U0qpJspwacRzRtiWsF48bgdvFNlRM2oz5Vk/6gQDplZs8 X-Received: by 2002:aa7:c611:: with SMTP id h17-v6mr2013973edq.7.1526052875735; Fri, 11 May 2018 08:34:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526052875; cv=none; d=google.com; s=arc-20160816; b=nTXGQch3j86pmIJvcbkrUIe6H/I9Zm4Tx9JtBQZQclxFnrcgrC1xKhnckeMSx8X/iK 2IbyH4dvyMoC56LXTlMYcy1y9g00a4kztaBGW800i9AAufv5JcSR95BbzqqGMlfkXyUS FvAuWjlUfScBF/8iA9M2m4p7h4MwL6KrBlAhMW7YUhpgpQjGVd97RnjfqB4Q6hPG3Enm IN8kgLZFjhZcHLVw6cXo05SZ3m5cwJp+s1ByjsUwUUl6cOy9B7xy+FoAuzFEh9+UkoiI iV8F5gnumHMH08AqsrDQa3fnosrE3a37peWUMMIdIO04bKLNqFI/ThxcEE3MSNNmTBev vF7A== 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:from:references:cc:to:subject :arc-authentication-results; bh=j1C9byNDUZfwjHdIIqlx5eTzH2QQ7ZIKKQR8a0dHwfY=; b=JQlXr71UaBvTiwUuBPxJlaiPGjZlkq8dKcnPz0mPbaFZ8w42s8h0s9rMvloBwYTLJW fGZQBURoZyKNCAAZ2vAJjhrpBsAbcSGhrmxM/RzaKUHhuHQsXCLlfvmgZKzxYxtq3g3L 93CDQ2+dGlKowWBMAzjmu/aBVnS7Ck1EbJyNzJUBhBZvEGPaqDTUCsB252yV+zlu6XZD jvhe2kIlZM6CkZOlSIFloAbbF8PYDKxVd+BfYGdXiAtUtA//eAOmbdF7SaHgRpeTOCZR w0tGvyOKlkk4IeCZ/7FHv70or+BtAxJDGeQwhkdaWBeVrDFWhjrIH7fa9DP4xbgj1x0Z yLPQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id u9-v6si155162edp.3.2018.05.11.08.34.35 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 May 2018 08:34:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@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 asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w4BFYOBd002206 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 11 May 2018 17:34:26 +0200 Subject: Re: [PATCH] doc: Update sudo configuration in the manual. To: Henning Schild , isar-users@googlegroups.com Cc: Francesco References: <20180504084619.13253-1-henning.schild@siemens.com> From: Alexander Smirnov Message-ID: Date: Fri, 11 May 2018 18:34:19 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20180504084619.13253-1-henning.schild@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: cIWK56Lj/ZjL On 05/04/2018 11:46 AM, Henning Schild wrote: > Francesco reported build problems with the suggested sudo configuration. > The issue might be that somewhere along the way a user or group other > than root is used, or that there are problems with (NO)SETENV. > > Update the manual to include an entry that should prevent such problems, > also add a line to deal with proxies. > Applied to next, thanks! Alex