From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2C42313873B for ; Sun, 2 Mar 2014 16:29:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A91EE0ABD; Sun, 2 Mar 2014 16:28:50 +0000 (UTC) Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91DA2E0AAD for ; Sun, 2 Mar 2014 16:28:49 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id kq14so2801050pab.38 for ; Sun, 02 Mar 2014 08:28:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=+pP0LjiskzK9vwaWmIEKmeBVqa9jVGy3juCrZSSJwPw=; b=DiZtnC2ft2au/o/pvqpAXzgy6Wnx+t3TpMZvlgvHyvwG/RVOPSpqPwZxpvTMjM9iiA VYMiCp04R4rEUguHPo7eWZFehG2xthIBBM9xQCBguVPFVFv+chLdfKsn+m/WN8T54HEv MNt77r5RsjreisS1R6PRJEJgKivmgeYEDEf1ug7pJ8vtzfEeqWMWfDyTfMEGDrikbbb8 Odpig2qyFdojp9EHnF+FbfQcVg0nM1SmvEmFzOyhBqRVFs7AgaRZAiFHISdq4XAeCPM8 nbe1Zch0lANy7QV5JW+vre65wI4yamOenX95DInOI8dmPU97y7AMBVD1pSwQIaGbAtyA LjTA== X-Received: by 10.68.136.162 with SMTP id qb2mr14907056pbb.88.1393777728628; Sun, 02 Mar 2014 08:28:48 -0800 (PST) Received: from [192.168.247.60] (76-10-186-45.dsl.teksavvy.com. [76.10.186.45]) by mx.google.com with ESMTPSA id x5sm26858698pbw.26.2014.03.02.08.28.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Mar 2014 08:28:47 -0800 (PST) Message-ID: <53135C3D.2000304@gmail.com> Date: Sun, 02 Mar 2014 08:28:45 -0800 From: Daniel Frey User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] net.eth0 failed to start References: <531358FE.70205@204EastSouth.com> In-Reply-To: <531358FE.70205@204EastSouth.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 5605542f-0b7c-413b-81df-5e84d5079cfc X-Archives-Hash: cf019fde224b442d231abdf1e5ab5789 On 03/02/2014 08:14 AM, Skippy wrote: > Did an upgrade, prior to which all was working fine. To figure out > which packages upgraded I went to my emerge logs. I thought there might > be a clue there. Here are the logs, and thus in my mind, a list of all > the packages that were upgraded. > > -------------------------- > > sys-fs:udev-210:20140225-162321.log > > --------------------------- > > After rebooting I get this at start up > > ---------------------------- > > Bringing up interface eth0 > ERROR: Interface eth0 does not exist > Ensure you have loaded the correct kernel module for your hardware > ERROR: net.eth0 failed to start > > -------------------------- What's the output of `ifconfig -a` ? What's the output of 'lsmod' ? What's the output of `lspci -k` ? Sounds like your network devices have been renamed. Dan