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.54) id 1FPVO1-0003ia-Im for garchives@archives.gentoo.org; Sat, 01 Apr 2006 01:58:46 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k311wRSj009762; Sat, 1 Apr 2006 01:58:27 GMT Received: from tomts25-srv.bellnexxia.net (tomts25.bellnexxia.net [209.226.175.188]) by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k311udtg025314 for ; Sat, 1 Apr 2006 01:56:39 GMT Received: from sympatico.ca ([70.49.182.241]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with SMTP id <20060401015638.HCCC28586.tomts25-srv.bellnexxia.net@sympatico.ca> for ; Fri, 31 Mar 2006 20:56:38 -0500 Received: by sympatico.ca (sSMTP sendmail emulation); Fri, 31 Mar 2006 20:56:37 -0500 Date: Fri, 31 Mar 2006 20:56:37 -0500 From: Philip Webb To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: who renamed adsl-start to pppoe-start and why Message-ID: <20060401015637.GA5964@sympatico.ca> Mail-Followup-To: gentoo-dev@lists.gentoo.org References: <26086.213.70.107.122.1143804410.squirrel@www.homie.homelinux.net> <442D59A4.1040204@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <442D59A4.1040204@gentoo.org> User-Agent: Mutt/1.5.11 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id k311wRUQ009762 X-Archives-Salt: 0001fcbc-316f-4b76-b0f2-25be73ca90a0 X-Archives-Hash: 6dcfb3e3efe8564b9f0afd9123d238fd 060331 Jakub Moc wrote: > Sven K=F6hler wrote: >> I don't when the init.d-script disappeared from the ebuilds: >> i still used it and didn't know about the baselayout-support for pppoe. > May I suggest reading the fine handbook? > http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3D4&chap=3D= 3#doc_chap4 Yes, it's beautiful, but it doesn't tell you in which file to enter the lines : config_eth0=3D( "adsl" ) adsl_user_eth0=3D"username" Where do you put them ? And yes, I have had a look in /etc/ppp & all I can see is pppoe.conf , which doesn't look like that. I handled the change by editing /etc/init.d/rp-pppoe , which now says : depend() { use net before ntpd after domainname } start() { ebegin "Starting pppoe (adsl)" start-stop-daemon --start --quiet --exec /usr/sbin/pppoe-start eend $? } stop() { ebegin "Stopping pppoe (adsl)" start-stop-daemon --start --quiet --exec /usr/sbin/pppoe-stop eend $? } and my machine connects to the Internet correctly at every boot. Really, this change has not been adequately documented or publicised: that does happen sometimes, but when it does, it needs attention. Thanks as always to the devs for their volunteer work. --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D,= ,=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D SUPPORT ___________//___, Philip Webb : purslow@chass.utoronto.ca ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies TRANSIT `-O----------O---' University of Toronto --=20 gentoo-dev@gentoo.org mailing list