From cfc7ced4466950e2aeae6f11f9ab4ab6f7525917 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sun, 4 Sep 2005 05:54:28 +0000 Subject: [PATCH] STABLE14-windows-install-notes-20050904 updated install notes (cherry picked from commit e32a568a967d3a63832ac57f77032ca34fb7056d) --- doc/txt/winnotes/afs-install-notes.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/txt/winnotes/afs-install-notes.txt b/doc/txt/winnotes/afs-install-notes.txt index d18555d3d..3a2b3bdad 100644 --- a/doc/txt/winnotes/afs-install-notes.txt +++ b/doc/txt/winnotes/afs-install-notes.txt @@ -673,6 +673,13 @@ range of issues that have been discovered over the years. Execute "fs trace -on" to clear to the log and "fs trace -dump" to output the contents of the log to the file. + An alternatve option to the use of "fs trace" is to use a tool such as + Sysinternal's DbgView to capture real-time debugging output. Set Bit 2 + of the TraceOption value in the registry to activate. + + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] + REG_DWORD TraceOption = 0x04 + * Microsoft MiniDumps (fs minidump -> %WinDir%\TEMP\afsd.dmp) @@ -687,7 +694,7 @@ range of issues that have been discovered over the years. If you are having trouble with the Integrated Logon operations it is often useful to be able to obtain a log of what it is attempting - to do. The registry value: + to do. Setting Bit 0 of the registry value: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] REG_DWORD TraceOption = 0x01 -- 2.39.5