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 1C7C1C10DCE for ; Sun, 10 Dec 2023 22:35:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231895AbjLJW2W (ORCPT ); Sun, 10 Dec 2023 17:28:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbjLJW2U (ORCPT ); Sun, 10 Dec 2023 17:28:20 -0500 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B69A1AD for ; Sun, 10 Dec 2023 14:28:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:cc:subject:message-id:mime-version; bh=oI+PNodiOHGBWKrMYUdT+dmOI/QlUcbx+efPcBlBzUc=; b=cmpbLj4M4dlzu8IqgOmKoUtF8+6INL6cZM/AWHG4OLEjTPzpzq1OJDjo Wv5VhtYb4lCo5GUHIyC+/9oBOLN1dwbDRBDkJQlrUNPn3OpgGHEp70X+8 v/r1RoUgJnxMbKcgbX6ZTFWJ4PiiIHezhR9X9um1nwfeL8QZh3AGLVoOS Q=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=julia.lawall@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.04,266,1695679200"; d="scan'208";a="73986189" Received: from 231.85.89.92.rev.sfr.net (HELO hadrien) ([92.89.85.231]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Dec 2023 23:28:24 +0100 Date: Sun, 10 Dec 2023 23:28:22 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Ivan Vecera , "David S. Miller" cc: linux-kernel@vger.kernel.org Subject: Failed to start Raise network interfaces error Message-ID: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Starting with the commit: commit 9e479d64dc58f11792f638ea2e8eff3304edaabf Author: Ivan Vecera Date: Fri Oct 13 19:07:51 2023 +0200 i40e: Add initial devlink support I am not able to boot normally. The console shows the message Failed to start Raise network interfaces Searching for this message on th internet produces some old discussions that suggest to look at the file /etc/network/interfaces. That file on my system contains: # 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 ------------------------------- The machine in question is part of a cluster, and may be set up in a specific way. It actually does boot, in the sense that I get a login prompt, but it doesn't seem to be reachable from the outside. The above failure message is followed by a message about the inability to retrieve a file that is part of the local setup process. I can find out more about what is supposed to be done with this file. Please let me know if there is any further information I can provide. thanks, julia