On 09/30/2011 01:56 AM, Daniel Veillard wrote:
Add informations about the handling of USR2 and fatal signals and document the default log location. diff --git a/daemon/libvirtd.pod.in b/daemon/libvirtd.pod.in index 6e699b8..269e81f 100644 --- a/daemon/libvirtd.pod.in +++ b/daemon/libvirtd.pod.in @@ -69,6 +69,10 @@ Display version information then exit. =head1 SIGNALS On receipt of B<SIGHUP> libvirtd will reload its configuration. +On receipt of B<SIGUSR2> or other fatal signals like B<SIGFPE>,
SIGUSR2 is not fatal. I'd word this: On receipt of B<SIGUSR2>, or on fatal signals like B<SIGFPE>, ...
+B<SIGSEGV>, B<SIGILL>, B<SIGABRT> or B<SIGBUS>, libvirtd will dump +its internal debug message buffer content to the default log output, +usually B<@localstatedir@/log/libvirt/libvirtd.log> =head1 FILES @@ -105,6 +109,11 @@ The TLS B<Server> private key libvirtd will use. The PID file to use, unless overridden by the B<-p>|B<--pid-file> option. +=item F<@localstatedir@/log/libvirt/libvirtd.log> + +The default file where libvirtd will save its logs, this can be overriden
s/overriden/overridden/
+from the B<@sysconfdir@/libvirtd.conf> configuration file.
ACK with nits fixed. -- Eric Blake eblake@xxxxxxxxxx +1-801-349-2682 Libvirt virtualization library http://libvirt.org -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list