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

Re: [Condor-users] Keyboard and Mouse Idle not functioning for condor 7.6.0 on Windows 7



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
Sent: Friday, April 22, 2011 6:53 PM
To: Condor-Users Mail List
Subject: Re: [Condor-users] Keyboard and Mouse Idle not functioning for condor 7.6.0 on Windows 7

 

1. How did you install Condor 7.6.0?
2. Is the kbdd running in the background of each user session?

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

 


_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/




--
Condor Project Windows Developer


_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/




--
Condor Project Windows Developer