generate: events.tex status.tex ver.tex
-doc: LBUG.pdf LBAG.pdf LBDG.pdf LBTP.pdf
+doc: LBUG.pdf LBAG.pdf LBDG.pdf LBTP.pdf LBTG.pdf
# %.dvi: %.tex
# $(LATEX) $<
${INSTALL} -m 644 LBUG.pdf ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version}
${INSTALL} -m 644 LBAG.pdf ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version}
${INSTALL} -m 644 LBDG.pdf ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version}
+ ${INSTALL} -m 644 LBTG.pdf ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version}
# install DG example sources
for p in ${top_srcdir}/examples/*; do \
if [ "$$p" == "${top_srcdir}/examples/CVS" ]; then continue; fi; \
LBUG-Introduction.tex components.tex \
LBUG-Tools.tex logevent.tex notify.tex log_usertag.tex change_acl.tex \
LBUG-Troubleshooting.tex \
- LBUG-Appendix.tex events.tex status.tex
+ LBUG-Appendix.tex events.tex status.tex faq.tex
LBAG.pdf: ${COMMON} \
LBAG.tex \
LBAG-Introduction.tex components.tex \
LBAG-Installation.tex \
LBAG-Running.tex \
- LBAG-Troubleshooting.tex
+ LBAG-Troubleshooting.tex faq.tex
LBDG.pdf: ${COMMON} \
LBDG.tex \
LBTP-PerfTests.tex \
LBTP-InterTests.tex
+LBTG.pdf: ${COMMON} \
+ LBTG.tex \
+ LBTG-Abstract.tex \
+ LBAG-Troubleshooting.tex \
+ faq.tex
+
.PHONY: all clean doc
--- /dev/null
+%
+%% Copyright (c) Members of the EGEE Collaboration. 2004-2010.
+%% See http://www.eu-egee.org/partners for details on the copyright holders.
+%%
+%% Licensed under the Apache License, Version 2.0 (the "License");
+%% you may not use this file except in compliance with the License.
+%% You may obtain a copy of the License at
+%%
+%% http://www.apache.org/licenses/LICENSE-2.0
+%%
+%% Unless required by applicable law or agreed to in writing, software
+%% distributed under the License is distributed on an "AS IS" BASIS,
+%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+%% See the License for the specific language governing permissions and
+%% limitations under the License.
+%
+% when changed, update also http://egee.cesnet.cz/en/JRA1/LB/lb.html
+% (in CVSROOT=:gserver:lindir.ics.muni.cz:/cvs/edg, cvsweb/lb.html)
+This is a guide for user-side troubleshooting of the Logging and Bookkeeping
+(\LB) service. It is based on previous experience with problems frequently
+ encountered by users.
--- /dev/null
+%
+%% Copyright (c) Members of the EGEE Collaboration. 2004-2010.
+%% See http://www.eu-egee.org/partners for details on the copyright holders.
+%%
+%% Licensed under the Apache License, Version 2.0 (the "License");
+%% you may not use this file except in compliance with the License.
+%% You may obtain a copy of the License at
+%%
+%% http://www.apache.org/licenses/LICENSE-2.0
+%%
+%% Unless required by applicable law or agreed to in writing, software
+%% distributed under the License is distributed on an "AS IS" BASIS,
+%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+%% See the License for the specific language governing permissions and
+%% limitations under the License.
+%
+\documentclass{egee}
+\def\insideUG{}
+
+\input{definitions}
+
+\title{Logging and Bookkeeping}
+\Subtitle{Troubleshooting Guide}
+\author{CESNET EMI LB Product Team}
+\DocIdentifier{glite-lb-doc-tg-\version}
+\DeliverableId{}
+\Date{\today}
+\Activity{JRA1: Middleware Engineering}
+\DocStatus{FINAL, version \version}
+\Dissemination{PUBLIC}
+\DocumentLink{\url{http://egee.cesnet.cz/cvsweb/LB/LBTG.pdf}}
+\Abstract{\input{LBTG-Abstract}}
+
+\begin{document}
+
+\input{frontmatter}
+\tableofcontents
+
+\newpage
+\input{versions}
+
+\newpage
+\input{LBUG-Troubleshooting}
+
+\newpage
+\input{faq}
+
+\newpage
+\bibliographystyle{unsrt}
+\bibliography{lbjp}
+
+\end{document}
+