From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by passt.top (Postfix) with ESMTP id 05B935A026F for ; Wed, 27 Dec 2023 21:26:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1703708761; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TZlc9JoUKMhUXtCKR1TSkBeZ8hQJF4NMY2H/glY8xw8=; b=Qo2B0LOlnuXxNoDb6fFcqENQmdREcWfZjbdkA4GuIjAgBxeFstNsNQelhpjobgG3hCUr+Q IwzfeiGRaTuYLFuWcMjk33188kbXJRxC/aud0XvJD5Jo79oR1zDYRMIDWMMefXtBY8shIq Rr/ZaHU0qlbT37QIBLzNEY3vrjwIYfo= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-648-pP4ldKzJNWyW161nv0SsjQ-1; Wed, 27 Dec 2023 15:25:59 -0500 X-MC-Unique: pP4ldKzJNWyW161nv0SsjQ-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 948F1836F85 for ; Wed, 27 Dec 2023 20:25:59 +0000 (UTC) Received: from elisabeth (unknown [10.39.208.24]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6A92C492BC6; Wed, 27 Dec 2023 20:25:58 +0000 (UTC) Date: Wed, 27 Dec 2023 21:25:55 +0100 From: Stefano Brivio To: Jon Maloy Subject: Re: [PATCH v2] test: make passt.mbuto script more robust Message-ID: <20231227212555.1249f820@elisabeth> In-Reply-To: <20231214211219.127144-1-jmaloy@redhat.com> References: <20231214211219.127144-1-jmaloy@redhat.com> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: OXSAH4BBDSL2EJ6RP4DQRKF3WCTIY47R X-Message-ID-Hash: OXSAH4BBDSL2EJ6RP4DQRKF3WCTIY47R X-MailFrom: sbrivio@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: passt-dev@passt.top, lvivier@redhat.com, dgibson@redhat.com X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Thu, 14 Dec 2023 16:12:19 -0500 Jon Maloy wrote: > From: Jon Paul Maloy > > Creation of a symbolic link from /sbin to /usr/sbin fails if /sbin > exists and is non-empty. This is the case on Ubuntu-23.04. > > We fix this by removing /sbin before creating the link. > > Signed-off-by: Jon Maloy Applied. By the way, proposal announced last week: https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin#Benefit_to_Fedora -- Stefano