| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openafs.xml,v 1.19 2005/07/02 09:50:30 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openafs.xml,v 1.20 2005/07/18 10:44:57 swift Exp $ --> |
| 3 | |
3 | |
| 4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 5 | |
5 | |
| 6 | <guide link = "/doc/en/openafs.xml"> |
6 | <guide link = "/doc/en/openafs.xml"> |
| 7 | <title>Gentoo Linux OpenAFS Guide</title> |
7 | <title>Gentoo Linux OpenAFS Guide</title> |
| … | |
… | |
| 21 | |
21 | |
| 22 | <abstract> |
22 | <abstract> |
| 23 | This guide shows you how to install a openafs server and client on gentoo linux |
23 | This guide shows you how to install a openafs server and client on gentoo linux |
| 24 | </abstract> |
24 | </abstract> |
| 25 | |
25 | |
|
|
26 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
|
|
27 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 26 | <license/> |
28 | <license/> |
| 27 | |
29 | |
| 28 | <version>0.8</version> |
30 | <version>0.9</version> |
| 29 | <date>2005-07-02</date> |
31 | <date>2005-07-18</date> |
| 30 | |
32 | |
| 31 | <chapter> |
33 | <chapter> |
| 32 | <title>Overview</title> |
34 | <title>Overview</title> |
| 33 | <section> |
35 | <section> |
| 34 | <title>About this Document</title> |
36 | <title>About this Document</title> |
| … | |
… | |
| 124 | Webpage</uri>. |
126 | Webpage</uri>. |
| 125 | </p> |
127 | </p> |
| 126 | |
128 | |
| 127 | </body> |
129 | </body> |
| 128 | </section> |
130 | </section> |
|
|
131 | <section> |
|
|
132 | <title>How Can I Debug Problems?</title> |
|
|
133 | <body> |
|
|
134 | |
|
|
135 | <p> |
|
|
136 | OpenAFS has great logging facilities. However, by default it logs straight into |
|
|
137 | its own logs instead of through the system logging facilities you have on your |
|
|
138 | system. To have the servers log through your system logger, use the |
|
|
139 | <c>-syslog</c> option for all <c>bos</c> commands. |
|
|
140 | </p> |
|
|
141 | |
|
|
142 | </body> |
|
|
143 | </section> |
| 129 | </chapter> |
144 | </chapter> |
| 130 | |
145 | |
| 131 | <chapter> |
146 | <chapter> |
| 132 | <title>Documentation</title> |
147 | <title>Documentation</title> |
| 133 | <section> |
148 | <section> |