From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KpkF5-0000Uk-AC for garchives@archives.gentoo.org; Tue, 14 Oct 2008 13:47:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C440CE04B7; Tue, 14 Oct 2008 13:47:17 +0000 (UTC) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 80162E04B7 for ; Tue, 14 Oct 2008 13:47:17 +0000 (UTC) Received: by ik-out-1112.google.com with SMTP id c21so1716234ika.2 for ; Tue, 14 Oct 2008 06:47:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=m63sefZ+PKPfk9ajPR1kdfbhF95VSEFTtzi3YTxSFcc=; b=r9S4L4G/a0zOfCmO+CZS/lszqIYrdqHm554yAP47/nYNazlCGl5RIclVYvaSbFdc+A Xe8qyWKofH7b/mRQ6wdDJ/bswTxT6r8hMm5nEhyJSyxK5ohNrqAj4+sXcF18zAHdLYnx arpLGTz3D3qrwRd4BLq2PiTLGHzc32j6RZNjY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=TKGNGu+atKt8BoiuOJflriEPf97a6RxU0MTw9w+dY14gZ7e64TF/Cn0q9YJpGAqtJZ 2bUJfI6/bTYWw/5bsjFNFJZtxsIgjxbmLPAIR43c6gR3hGS7WJG1NqkFeZdjf/fqlpM5 8zwh2GmjrZkpOZ2A/J3Ip8faP41xa2Ekkp24U= Received: by 10.210.27.20 with SMTP id a20mr7311305eba.23.1223992035759; Tue, 14 Oct 2008 06:47:15 -0700 (PDT) Received: from ?10.1.245.102? (dustpuppy.is.co.za [196.14.169.11]) by mx.google.com with ESMTPS id j8sm10868658gvb.1.2008.10.14.06.47.10 (version=SSLv3 cipher=RC4-MD5); Tue, 14 Oct 2008 06:47:12 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Networking broke after update: We only hotplug for ethernet interfaces Date: Tue, 14 Oct 2008 15:47:07 +0200 User-Agent: KMail/1.9.10 References: In-Reply-To: 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 Content-Disposition: inline Message-Id: <200810141547.07387.alan.mckinnon@gmail.com> X-Archives-Salt: 18789af3-17d1-400c-99c0-9d1207b366aa X-Archives-Hash: 898e631e0cadd6f59668ef1899670c7c On Tuesday 14 October 2008 15:28:20 Grant Edwards wrote: > My last "emerge -auvND world" appears to have broken the > networking setup on my machine. > > I use tun/tap networking in order to allow Qemu virtual > machines to show up on the network, so my /etc/conf.d/net looks > like this: > > bridge_br0="eth0" > > config_br0=( "dhcp" ) > dhcpcd_br0=( "-L" ) > config_eth0=( "null" ) > > # To be able to access internet on current machine > depend_br0() { > need net.eth0 > } > > That has worked fine for ages, but now when my system starts up > it says: > > rc.scripts: rc-scripts: We only hotplug for ethernet interfaces. > > And then the br0 interface is disabled (leaving the machine > disconnected from the network). > > Is hotplug now broken so that it can't be used the way it used > to? from 'cat /etc/rc.conf' # Some people want a finer grain over hotplug/coldplug. rc_plug_services is a # list of services that are matched in order, either allowing or not. By # default we allow services through as rc_coldplug/rc_hotplug has to be YES # anyway. # Example - rc_plug_services="net.wlan !net.*" # This allows net.wlan and any service not matching net.* to be plugged. rc_plug_services="" -- alan dot mckinnon at gmail dot com