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.60) (envelope-from ) id 1GF6xz-00085u-Ei for garchives@archives.gentoo.org; Mon, 21 Aug 2006 10:25:11 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k7LAOxAH008570; Mon, 21 Aug 2006 10:24:59 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k7LAOZeF025713 for ; Mon, 21 Aug 2006 10:24:52 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id CABDD64AB8 for ; Mon, 21 Aug 2006 10:21:57 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Mon, 21 Aug 2006 10:21:57 +0000 From: "vapier" Date: Mon, 21 Aug 2006 10:21:57 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: home-router-howto.xml Message-Id: <20060821102157.CABDD64AB8@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: b0380163-ebe8-47ce-9a6a-be8f72c23e82 X-Archives-Hash: d1faf4a365b3386a1e1cd25b18c6f76b vapier 06/08/21 10:21:57 Modified: home-router-howto.xml Log: add missing spaces Revision Changes Path 1.49 xml/htdocs/doc/en/home-router-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?rev=1.49&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?r1=1.48&r2=1.49 Index: home-router-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- home-router-howto.xml 12 Aug 2006 12:18:55 -0000 1.48 +++ home-router-howto.xml 21 Aug 2006 10:21:57 -0000 1.49 @@ -1,6 +1,6 @@ - + Home Router Guide @@ -104,9 +104,9 @@

If you do not see your two cards showing up and you're not sure what kind of -cards you have, try running lspci | grep Ethernet. You can get that from -emerge pciutils. Once you have this information, go into your kernel and -add support for the correct drivers. +cards you have, try running lspci | grep Ethernet. You can get that +from emerge pciutils. Once you have this information, go into your +kernel and add support for the correct drivers.

@@ -965,11 +965,11 @@

-The trick is to know where dhcpd is sending its output. Simply browse to -/var/log and read the log files. Since the exact log file depends +The trick is to know where dhcpd is sending its output. Simply browse to +/var/log and read the log files. Since the exact log file depends on the package you are using as a syslog, try running grep -Rl dhcpd -/var/log to narrow down the possibilities. Chances are you made a typo in -your config file. You could also try running dhcpd -d -f (short for +/var/log to narrow down the possibilities. Chances are you made a typo in +your config file. You could also try running dhcpd -d -f (short for debug / foreground) and debug the error based upon the output.

-- gentoo-doc-cvs@gentoo.org mailing list