From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.62)
	(envelope-from <gentoo-user+bounces-55407-garchives=archives.gentoo.org@gentoo.org>)
	id 1GosNJ-0000aI-LV
	for garchives@archives.gentoo.org; Tue, 28 Nov 2006 02:07:10 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kAS24qWW009906;
	Tue, 28 Nov 2006 02:04:52 GMT
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191])
	by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kAS21vcP012946
	for <gentoo-user@lists.gentoo.org>; Tue, 28 Nov 2006 02:01:57 GMT
Received: by nf-out-0910.google.com with SMTP id c31so3681781nfb
        for <gentoo-user@lists.gentoo.org>; Mon, 27 Nov 2006 18:01:57 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
        b=kWS2ZXCbgUb7gwaUmioeH2I3qDGDS9Nd9u5B1FbtjGBlYEsixPYQmpP7YnbX7Yo6+BpwPcTLAcLRY+fyg1uMdATRUW4xZTbjFv5Bf1YirAQ3cmgjoyQ31W5afjNrFie/7Jqu9f1X7UuIJ9UrI/z9KJCdpJuvIDfY9bA5mLtsCIQ=
Received: by 10.82.118.2 with SMTP id q2mr68897buc.1164679317339;
        Mon, 27 Nov 2006 18:01:57 -0800 (PST)
Received: by 10.82.106.2 with HTTP; Mon, 27 Nov 2006 18:01:57 -0800 (PST)
Message-ID: <7573e9640611271801y1c7280bfh75a3e73b3cd1339f@mail.gmail.com>
Date: Mon, 27 Nov 2006 19:01:57 -0700
From: "Richard Fish" <bigfish@asmallpond.org>
Sender: richard.j.fish@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: udev upgrade and non-working eth0
In-Reply-To: <200611280711.46325.mrugeshkarnik@gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <2b49f0c80611270558n792864dbtc209ed27423d5d6c@mail.gmail.com>
	 <200611280620.55042.mrugeshkarnik@gmail.com>
	 <7573e9640611271708q245de725v8365cc46ece6e2d6@mail.gmail.com>
	 <200611280711.46325.mrugeshkarnik@gmail.com>
X-Google-Sender-Auth: 7810d8611e15ee1e
X-Archives-Salt: fd8aae2c-5a5d-43c8-9f1f-7e85605fb6a6
X-Archives-Hash: e135735e76b5979d584661104784ef9d

On 11/27/06, Mrugesh Karnik <mrugeshkarnik@gmail.com> wrote:
> On Tuesday 28 November 2006 06:38, Richard Fish wrote:
> > On 11/27/06, Mrugesh Karnik <mrugeshkarnik@gmail.com> wrote:
> > > udevd-event[3110]: rename_netif: error changing net interface name
> > > eth0_rename to eth1: No such device.
> >
> > Hmm, haven't seen this error, but these rules (based on
> > 70-persistent-net.rules) might work better:
> >
> > SUBSYSTEM=="net", ATTRS{address}=="00:13:d3:60:4a:a5", NAME="eth0"
> > SUBSYSTEM=="net", ATTRS{address}=="00:0d:88:45:c1:c9", NAME="eth1"
>
> Stupid question perhaps.. but does it matter in which files the rules go? I

Not really.  The files are parsed in alphabetical order, so if you
have a NAME= setting in 10-file, it will override anything in a
"later" file. 10-local.rules is the normal place for your own rules to
go.

> can see a 75-persistent-net-generator.rules file in there..

Hmm, not sure how I got a 70-persistent-net.rules.  There is some
interaction between that and 75-persistent-net-generator.rules (and
the /lib/udev/write_net_rules script), but I'm a bit too tired to
figure it out ATM.  It looks like 70-... should be created by the
write_net_rules script...

-Richard
-- 
gentoo-user@gentoo.org mailing list