From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7231085468566159360 X-Received: by 2002:a17:903:33ce:b0:1ac:5b23:56a1 with SMTP id kc14-20020a17090333ce00b001ac5b2356a1mr2205507plb.13.1684731425317; Sun, 21 May 2023 21:57:05 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:903:14a:b0:1a5:13e3:7b47 with SMTP id r10-20020a170903014a00b001a513e37b47ls4072818plc.1.-pod-prod-02-us; Sun, 21 May 2023 21:57:04 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ5/mei1Rzjt7I8hx6StoeCbgE/RYmgOoHgg3Vt4wXSQeBUx9pe2NCP3DgeUufS2rKC4i8F+ X-Received: by 2002:a17:902:e80e:b0:1af:a049:45d with SMTP id u14-20020a170902e80e00b001afa049045dmr5926640plg.18.1684731424396; Sun, 21 May 2023 21:57:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1684731424; cv=none; d=google.com; s=arc-20160816; b=ckL2JAs2v8S3CKf03ywG8F6QbFmjshKaAu5DanxpQ9OABBVI6bEhvaCTgMX2KEN+hz LJ3xbBFhgochxm3IoMwzypDNNK3dBxoYb/+RV5VRwdwzpjPhMUJ1UcYA5CAXWm965qzG ZC+KS3LbZAJ32cOuZHi/svsYhyMWTX+DdOWg7ORBpEJv2kqqHoFr5QBCeUlKpZ5F1WSZ MESUaNvHDmZEbNVS8amRSTX6avWNQqDbR93vO0B6wLQRO6hZZ7MUrJEvXX0wNNNLN2F1 8LTZZniI+sw3jgK++lema9Ld47f/B9C7Q8MLUyTk/+N5bjPCU56/SGMhDlUkjnpS7PyJ d9HA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id; bh=Djo8sl2Qz5SVmWA9tS2+AdLjGWK109yhBHUd1Fo6H6k=; b=hNUiy7ArJaFS3q4/yAomUZVf/ivwv+4VUO/g/6uGtwqnKzzClo3vTA0yTVadBjEL9M YDTVWOJgHpw5xo3RUJmIDK/BLJ5DvFq73Qlz3U3APJPeAXt6kZVMz4ExEmVyhcJ77kco EmaQqLEEhGhA0NfjBx4c5io8hrVHAvidVHeAMTX7riqgf41yRn9n6fu3VcSI/z88ndzX bT1SJl0QR2BGrb2aLsxOssNbSkcVOfWxqAk8PoaQbdSVElP3U6EEoB1ZI83qzGCoDsoI 1ypMIQ3v3wfsJFlb7ZX2+nZpOsRouYOyKgL1FTiLaiIGjKmry6mHa8kvXHP1pmHFiT4E KHWw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id ld14-20020a170902face00b001a6823f2ab1si278985plb.0.2023.05.21.21.57.02 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sun, 21 May 2023 21:57:04 -0700 (PDT) Received-SPF: pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from [127.0.0.1] (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 34M4uvEq012454 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 22 May 2023 06:56:58 +0200 Message-ID: Subject: Re: [PATCH v2 0/4] Rewrite the image-account-extension in python From: Uladzimir Bely To: "T. Schaffner" , isar-users@googlegroups.com Date: Mon, 22 May 2023 07:57:01 +0300 In-Reply-To: References: <20230509074412.86392-1-tobias.schaffner@siemens.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.1 MIME-Version: 1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: ftL/F43+qKth On Mon, 2023-05-22 at 07:41 +0300, Uladzimir Bely wrote: >=20 >=20 > While testing this in CI, got the following error while building any > targets: >=20 > /usr/sbin/groupmod: unrecognized option '--system' >=20 > I didn't deeply debug why exactly this arg comes to gropmod. The > strange thing is that there are no visible errors in > do_image_postprocess log, while build in general fails. See the > attachments. >=20 P.S. It seems, `groupadd` has "--system" option, since `groupmod` doesn't have it. I guess, this should be handled in the new version of the patch.