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 1R0Fjf-0005Zv-9Z for garchives@archives.gentoo.org; Sun, 04 Sep 2011 16:39:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D563E21C36C; Sun, 4 Sep 2011 16:39:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F1F6221C358 for ; Sun, 4 Sep 2011 16:38:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 929E11B4033 for ; Sun, 4 Sep 2011 16:38:42 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -5.003 X-Spam-Level: X-Spam-Status: No, score=-5.003 required=5.5 tests=[AWL=1.596, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l6oGs9whY635 for ; Sun, 4 Sep 2011 16:38:33 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 9DF351B4009 for ; Sun, 4 Sep 2011 16:38:32 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R0FiG-0006Vr-7R for gentoo-user@gentoo.org; Sun, 04 Sep 2011 18:38:28 +0200 Received: from adsl-69-234-189-223.dsl.irvnca.pacbell.net ([69.234.189.223]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Sep 2011 18:38:28 +0200 Received: from w41ter by adsl-69-234-189-223.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Sep 2011 18:38:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: del.uged want to start on net.eth1, only eth0 is there Date: Sun, 04 Sep 2011 09:38:14 -0700 Message-ID: References: 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-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-189-223.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20110831 Thunderbird/6.0 In-Reply-To: X-Archives-Salt: X-Archives-Hash: 8116d05018da8cccf3a0897222747cca On 09/04/2011 06:27 AM, Lars Madson wrote: > Hi, > > After upgrading world, I might have gone a bit fast on the last conf files that I update with etc-update. > Now that I restart deluged, the init script brings up eth1 but I only have eth0 correctly setup. > It should use eth0. In rc-update list I see net.eth1, no net.eth0, if it can help. > > My question is when this net.eth1 is called so that I could fix this wrong routing? If you are using only one ethernet adapter then you should remove /etc/init.d/net.eth1. If eth1 seems to exist somewhere but it really shouldn't exist, then you should delete /etc/udev/rules.d/70-persistent-net.rules and reboot. That should get rid of eth1. If you really have two ethernet adapters then my answer is probably wrong.