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> -- [email protected] mailing list
