[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [condor-users] Unexplained status=128



> Any body has any ideas on why this happens and how to tackle this 
> problem? Or is there any way I could know that the GUI is running on the 
> node? or that the user is actively logged in even though the keyboard 
> and mouse are not moving?

This has been a reoccuring problem. Have you tried running depends as a
Condor job to profile the executable in the problematic environment? I've
found running

depends /c /pa:1 /ot:profile_output.txt my_prog.exe 

Gives a nice (and quite verbose) listing of dll loads and other
information. Perhaps it could give you some additional clues?

Also, keep in mind that since the condor-reuse-vmX user is created
as a non-interactive user, it has no user profile or customized
HKEY_CURRENT_USER registry hive (just the defaults). An application
like RegMon (see http://www.sysinternals.com/ntw2k/source/regmon.shtml)
might expose these dependencies.

Colin
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>