From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 40D16C4332F for ; Tue, 12 Dec 2023 16:44:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346583AbjLLQoC (ORCPT ); Tue, 12 Dec 2023 11:44:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232222AbjLLQoA (ORCPT ); Tue, 12 Dec 2023 11:44:00 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0EA30A8 for ; Tue, 12 Dec 2023 08:44:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1702399446; 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=ySoNw8vEdXTg7E8ZJq7ueigpTixV3dy0V72vf7J6xk8=; b=gPHGrZfyguAYB5QtARssbHMAJTfZTCeAkDDBGx0xmX6A1XoQjg5n6PV+ge7zRyBokoiABg w4FK2Qt3aU4Gy4XH0KsCnnO3cjzPy7SeoVZU81Cb0zx/NPgboBgt02r021vPswsegkoxNv iBBG6mQaNzVFiaXtZgUtPdlvQyonp6U= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-232-Snvm0x-rPr-_QG5-pJQSXA-1; Tue, 12 Dec 2023 11:44:02 -0500 X-MC-Unique: Snvm0x-rPr-_QG5-pJQSXA-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (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 63B1D1C0BA4E; Tue, 12 Dec 2023 16:44:02 +0000 (UTC) Received: from [10.45.225.77] (unknown [10.45.225.77]) by smtp.corp.redhat.com (Postfix) with ESMTP id BBABB492BE6; Tue, 12 Dec 2023 16:44:01 +0000 (UTC) Message-ID: <88a7a623-ad80-406c-a63b-3136df963888@redhat.com> Date: Tue, 12 Dec 2023 17:44:00 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Failed to start Raise network interfaces error Content-Language: en-US To: Julia Lawall Cc: "David S. Miller" , linux-kernel@vger.kernel.org References: <21977757-3a63-4586-ae03-e6630c1f009d@redhat.com> <4c707e3e-a324-a5e6-dc21-833b6d40324d@inria.fr> From: Ivan Vecera In-Reply-To: <4c707e3e-a324-a5e6-dc21-833b6d40324d@inria.fr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12. 12. 23 17:33, Julia Lawall wrote: >> Look at 'systemd.net-naming-scheme' man page for details how the interface >> names are composed. > After booting into 6.7.0-rc4, I have the following in > /etc/network/interfaces: > > # This file describes the network interfaces available on your system > # and how to activate them. For more information, see interfaces(5). > > source/etc/network/interfaces.d/* > > # The loopback network interface > auto lo > iface lo inet loopback > > auto enp24s0f0 > iface enp24s0f0 inet dhcp Just change 'enp24s0f0' in /etc/network/interfaces to 'enp24s0f0np0' Ivan