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.43) id 1DuT7b-0001gM-NC for garchives@archives.gentoo.org; Mon, 18 Jul 2005 10:45:16 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6IAiK3b008485; Mon, 18 Jul 2005 10:44:20 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6IAiK1v019716 for <gentoo-doc-cvs@lists.gentoo.org>; Mon, 18 Jul 2005 10:44:20 GMT Message-Id: <200507181044.j6IAiK1v019716@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1DuT7S-0001ql-PN for gentoo-doc-cvs@lists.gentoo.org; Mon, 18 Jul 2005 10:45:06 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Mon, 18 Jul 2005 10:44:57 +0000 From: "Sven Vermeulen" <swift@lark.gentoo.org> Date: Mon, 18 Jul 2005 10:44:57 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: openafs.xml Precedence: bulk List-Post: <mailto:gentoo-doc-cvs@lists.gentoo.org> List-Help: <mailto:gentoo-doc-cvs+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-doc-cvs+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-doc-cvs+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-doc-cvs.gentoo.org> X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 211417a2-c6e0-40e9-bb28-48fe5c4e5034 X-Archives-Hash: a54e3336a1368412b40efedf0381406f swift 05/07/18 10:44:57 Modified: xml/htdocs/doc/en openafs.xml Log: #97481 - Add information on -syslog argument Revision Changes Path 1.20 +18 -3 xml/htdocs/doc/en/openafs.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/openafs.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/openafs.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/openafs.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo Index: openafs.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openafs.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- openafs.xml 2 Jul 2005 09:50:30 -0000 1.19 +++ openafs.xml 18 Jul 2005 10:44:57 -0000 1.20 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openafs.xml,v 1.19 2005/07/02 09:50:30 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openafs.xml,v 1.20 2005/07/18 10:44:57 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -23,10 +23,12 @@ This guide shows you how to install a openafs server and client on gentoo linux </abstract> +<!-- The content of this document is licensed under the CC-BY-SA license --> +<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.8</version> -<date>2005-07-02</date> +<version>0.9</version> +<date>2005-07-18</date> <chapter> <title>Overview</title> @@ -126,6 +128,19 @@ </body> </section> +<section> +<title>How Can I Debug Problems?</title> +<body> + +<p> +OpenAFS has great logging facilities. However, by default it logs straight into +its own logs instead of through the system logging facilities you have on your +system. To have the servers log through your system logger, use the +<c>-syslog</c> option for all <c>bos</c> commands. +</p> + +</body> +</section> </chapter> <chapter> -- gentoo-doc-cvs@gentoo.org mailing list