[Discussion] OO204 startup problem with LVM

Steven Levine steve53 at earthlink.net
Fri Jun 8 19:30:54 PDT 2007


In <courier.4669E4F4.000049E0 at mail.abiliba.net>, on 06/08/07
   at 06:19 PM, mwizard99 at comcast.net said:

Hi,

Before it forget

 <http://home.earthlink.net/~steve53/os2diags/TrcTools.zip>

These scripts run under 4os2, and I don't think I bother to check this at
runtime.

Steven

-- 
----------------------------------------------------------------------
"Steven Levine" <steve53 at earthlink.net>  MR2/ICE 3.00 beta 05 #10183 eCS/Warp/DIY/14.103a_W4 etc.
www.scoug.com irc.ca.webbnet.info #scoug (Wed 7pm PST)
----------------------------------------------------------------------
-------------- next part --------------

; DLLTrc.cfg Trace dll/exe load/exec activity
; 26 Nov 2004 SHL
; 12 May 2005 SHL

; Use with http://home.earthlink.net/~steve53/os2diags/TrcTools.zip

; Executable to trace
; Exe = mozilla
; Exe = httpd
; Exe = java.exe
Exe = seamonkey.exe

; Die on errors (yes/no, default = yes)
; DIEONERROR = no

; Find PID for exe (yes/no, default = no)
; FINDPID = yes

; PID to trace (overrides exe)
; PID = 666

; === KernelR (Major 5, 0x5) ====
; 63      (0X003F)          DosFreeModule Post-Invocation
; 220     (0X00DC)          DosFreeModule Pre-Invocation
; 85      (0X0055)          DosLoadModule Post-Invocation
; 242     (0X00F2)          DosLoadModule Pre-Invocation

Cmd = trace on os2krnlr(63,220,85,242)

; === DOSCALL1 (Major 16, 0x10) ===
;   DOS32LOADMODULE                   338   LDR   PRE,API     32-bit EP to KERNEL API
;   DOS32FREEMODULE                   339   LDR   PRE,API     32-bit EP to KERNEL API
;   DOS32QUERYMODULEHANDLE            340   LDR   PRE,API     32-bit EP to KERNEL API
;   DOS32QUERYMODULENAME              341   LDR   PRE,API     32-bit EP to KERNEL API

Cmd = trace on doscall1(338,339,340,341)
Cmd = trace on doscall1(338,339,341)

; === KernelR (Major 5, 0x5) ====
; 80      (0X0050)          DosIExecPgm Post-Invocation
; 237     (0X00ED)          DosIExecPgm Pre-Invocation

Cmd = trace on os2krnlr(80,237)

; === DOSCALL1 (Major 16, 0x10) ===
;   DOS32EXECPGM                      271   TIM   PRE,API     32-bit EP to KERNEL API

Cmd = trace on doscall1(271)

; === KernelR (Major 5, 0x5) ====
; 488     (0X01E8)          Dos32QueryExtLIBPATH Post-Invocation
; 487     (0X01E7)          Dos32QueryExtLIBPATH Pre-Invocation
; 490     (0X01EA)          Dos32SetExtLIBPATH Post-Invocation
; 489     (0X01E9)          Dos32SetExtLIBPATH Pre-Invocation
; 409     (0X0199)          DosISetPathInfo Post-Invocation
; 408     (0X0198)          DosISetPathInfo Pre-Invocation
; 118     (0X0076)          DosQPathInfo Post-Invocation
; 275     (0X0113)          DosQPathInfo Pre-Invocation
; 145     (0X0091)          DosSetPathInfo Post-Invocation
; 302     (0X012E)          DosSetPathInfo Pre-Invocation

; Cmd = trace on os2krnlr(488,487,490,489,409,408,118,275,145,302)
Cmd = trace on os2krnlr(488,487,490,489)

;  49      (0X0031)          Dos32Exit Dos Post-Invocation
;  206     (0X00CE)          DosExit Dos Pre-Invocation

; Cmd = trace on os2krnlr(49,206)

; === DOSCALL1 (Major 16, 0x10) ===
; 32784   (0X8010)          DosSearchPath Post-Invocation
; 16      (0X0010)          DosSearchPath Pre-Invocation

; Cmd = trace on doscall1(32784,16)

; === DOSCALL1 (Major 16, 0x10) ===
;   DOS32SEARCHPATH                   328   FS    PRE,API     32-bit EP to KERNEL API

; Cmd = trace on doscall1(328)

;   DOS32EXIT                         274   TK    PRE,API     32-bit EP to KERNEL API

; Cmd = trace on doscall1(274)




More information about the Discussion mailing list