diff --git a/manuals/en/main/client-initiated-connection.tex b/manuals/en/main/client-initiated-connection.tex index a74442af455..b7efbb9c842 100644 --- a/manuals/en/main/client-initiated-connection.tex +++ b/manuals/en/main/client-initiated-connection.tex @@ -54,4 +54,19 @@ \section{Client Initiated Connection} If none of this worked, the job fails. When a waiting connection is used for a job, the \bareosFd will detect this and creates an additional connection. -This is required, to keep the client responsive for additional commands, like \bcommand{cancel}. +This is required, to keep the client responsive for additional commands, like \bcommand{cancel}{}. + +To get feedback in case the \bareosFd fails to connect to the \bareosDir, consider configuring \bareosFd to log in a local file. +This can be archived by adding the line + +\configline{Append = "/var/log/bareos/bareos-fd.log" = all, !skipped, !restored} + +to the default message resource \resourcename{Fd}{Messages}{Standard}: + +\begin{bareosConfigResource}{bareos-fd}{messages}{Standard} +Messages { + Name = Standard + Director = bareos-dir = all, !skipped, !restored + Append = "/var/log/bareos/bareos-fd.log" = all, !skipped, !restored +} +\end{bareosConfigResource} diff --git a/manuals/en/main/messagesres.tex b/manuals/en/main/messagesres.tex index b0d1f611592..969bccd2636 100644 --- a/manuals/en/main/messagesres.tex +++ b/manuals/en/main/messagesres.tex @@ -136,7 +136,7 @@ \section{Message Types} \item [volmgmt] \hfill \\ \index[general]{Messages!type!volmgmt} -Volume management messages. Currently there are no volume mangement +Volume management messages. Currently there are no volume management messages generated. \item [audit] \hfill \\