From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qjt6Z-0007zw-BQ for garchives@archives.gentoo.org; Thu, 21 Jul 2011 13:15:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FB7B21C40A; Thu, 21 Jul 2011 13:15:30 +0000 (UTC) Received: from smtpq4.tb.mail.iss.as9143.net (smtpq4.tb.mail.iss.as9143.net [212.54.42.167]) by pigeon.gentoo.org (Postfix) with ESMTP id 21DD521C3DB for ; Thu, 21 Jul 2011 13:11:43 +0000 (UTC) Received: from [212.54.42.132] (helo=smtp1.tb.mail.iss.as9143.net) by smtpq4.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qjt2U-00044W-IF for gentoo-user@lists.gentoo.org; Thu, 21 Jul 2011 15:11:42 +0200 Received: from 5ed027a1.cm-7-1a.dynamic.ziggo.nl ([94.208.39.161] helo=data.antarean.org) by smtp1.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qjt2T-00029f-Rb for gentoo-user@lists.gentoo.org; Thu, 21 Jul 2011 15:11:41 +0200 Received: from localhost (localhost [127.0.0.1]) by data.antarean.org (Postfix) with ESMTP id 556A72A14 for ; Thu, 21 Jul 2011 15:13:33 +0200 (CEST) X-Virus-Scanned: amavisd-new at antarean.org Received: from data.antarean.org ([127.0.0.1]) by localhost (data.antarean.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t9LAuZFAv0ag for ; Thu, 21 Jul 2011 15:13:32 +0200 (CEST) Received: from eve.localnet (eve.lan.antarean.org [10.20.13.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by data.antarean.org (Postfix) with ESMTPS id DFA7FDF2 for ; Thu, 21 Jul 2011 15:13:32 +0200 (CEST) From: Joost Roeleveld To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Upgrade query Date: Thu, 21 Jul 2011 15:11:40 +0200 Message-ID: <2027398.O3V3xHUv8t@eve> User-Agent: KMail/4.6 beta5 (Linux/2.6.36-gentoo-r5; KDE/4.6.3; x86_64; ; ) In-Reply-To: <4E27FD6E.3020508@binarywings.net> References: <425067986-1311242498-cardhu_decombobulator_blackberry.rim.net-798183566-@b11.c20.bise7.blackberry> <4E27FD6E.3020508@binarywings.net> 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 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1Qjt2T-00029f-Rb X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-0.711, vereist 5, autolearn=not spam, BAYES_05 -0.50, RDNS_DYNAMIC 0.98, RP_MATCHES_RCVD -1.19) X-ZiggoSMTP-MailScanner-From: joost@antarean.org X-Spam-Status: No X-Archives-Salt: X-Archives-Hash: 672514937f67c9ee36456a8c74f6a712 On Thursday 21 July 2011 12:20:30 Florian Philipp wrote: > Also, udev will usually detect your network interfaces as new interfaces > and give them different numbers (eth1 instead of eth0 and so on). You can "solve" this by deleting the respective entries in the udev config: ****** $ cat /etc/udev/rules.d/70-persistent-net.rules # This file was automatically generated by the /lib64/udev/write_net_rules # program run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single line. # PCI device 0x1234:0x1234 (eth-device) SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:11:22:33:44:55", KERNEL=="eth*", NAME="eth0" ******* Removing this file or just the entries should force udev to reuse the network- device-names. -- Joost