Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Condor 7.4.4 hibernating with logged in local user
- Date: Wed, 23 Nov 2011 10:21:37 +0000
- From: Ian Cottam <Ian.Cottam@xxxxxxxxxxxxxxxx>
- Subject: [Condor-users] Condor 7.4.4 hibernating with logged in local user
The ShouldHibernate line below does not seem to be enough to stop our
Linux/64 PCs sleeping whilst in use by someone (logged in) locally using
the keyboard/mouse/screen.
HIBERNATE_CHECK_INTERVAL = 30
TimeToWait = 600
ShouldHibernate = KeyboardIdle > $(StartIdleTime) && $(CPUidle) &&
$(StateTimer) > $(TimeToWait) && (State == "Unclaimed" || State == "Owner")
HibernateState = "RAM"
HIBERNATE = ifThenElse( $(ShouldHibernate), $(HibernateState), "NONE" )
Any suggestions of what to add to prevent such?
Thanks
-Ian
ps: my apologies if someone already replied to this, but I can't find
my previous email on the subject
--
Ian Cottam
IT Services for Research
Faculty of Engineering and Physical Sciences
The University of Manchester
"The only strategy that is guaranteed to fail is not taking risks." Mark
Zuckerberg