Yes, Condor is installed under C:\condor, and all binaries are under C:\Condor\bin From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Ziliang Guo Under HKLM\Software\Microsoft\Windows\CurrentVersion\Run do you see a registry key called condor_kbdd? If so, what is its value? And if you do, does the path match the install location of Condor? On Mon, Apr 25, 2011 at 8:54 AM, Natarajan, Senthil <senthil@xxxxxxxx> wrote: Hi, After uninstalling 7.4.2, I installed 7.6.0 using the below script. I see just one condor_kbdd.exe running under user “SYSTEM” @echo on set ARGS= set ARGS=NEWPOOL="N" set ARGS=%ARGS% POOLNAME="" set ARGS=%ARGS% RUNJOBS="C" set ARGS=%ARGS% VACATEJOBS="Y" set ARGS=%ARGS% SUBMITJOBS="N" set ARGS=%ARGS% CONDOREMAIL="xxx.edu" set ARGS=%ARGS% SMTPSERVER="xxx.edu" set ARGS=%ARGS% HOSTALLOWREAD="*" set ARGS=%ARGS% HOSTALLOWWRITE="xxxx" set ARGS=%ARGS% HOSTALLOWADMINISTRATOR="xxxx" set ARGS=%ARGS% INSTALLDIR="C:\Condor" set ARGS=%ARGS% POOLHOSTNAME="xxxxx" set ARGS=%ARGS% ACCOUNTINGDOMAIN="none" set ARGS=%ARGS% JVMLOCATION="C:\Program Files\Java\jre6\bin\java.exe" set ARGS=%ARGS% USEVMUNIVERSE="N" set ARGS=%ARGS% VMMAXNUMBER="$(NUM_CPUS)" set ARGS=%ARGS% VMNETWORKING="N" set ARGS=%ARGS% USEHDFS="N" set ARGS=%ARGS% NAMENODE="" set ARGS=%ARGS% HDFSMODE="HDFS_NAMENODE" set ARGS=%ARGS% HDFSPORT="5000" set ARGS=%ARGS% HDFSWEBPORT="4000" msiexec /qb /l* install-log.txt /i Windows-Client.msi %ARGS% From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Ziliang Guo 1. How did you install Condor 7.6.0? On Fri, Apr 22, 2011 at 2:55 PM, Natarajan, Senthil <senthil@xxxxxxxx> wrote: Hi, Jobs running on condor 7.6.0 on Windows 7 are not suspending based on Keyboard and mouse activity. Earlier I had the same with condor 7.4.2 on Windows 7, but solution suggested in the below link worked. https://lists.cs.wisc.edu/archive/condor-users/2010-March/msg00053.shtml But after upgrading to condor 7.6.0 on Windows 7 the Keyboard, Mouse Idle is not functioning and also above fix is not working. Could you please let me know any fix, that will suspend and resume jobs based on the users Keyboard and Mouse activity (the expected behavior) Thanks, Senthil
|