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

Re: [HTCondor-users] condor_kbdd is not resetting KeyBoardIdle



Daniel,

What are you expecting to be triggering? Keyboard, mouse, ssh connection, etc? 

Also, to get more information in the logs, you can also add D_KEYBOARD and D_IDLE in your STARTD_DEBUG config knob, this will give you more verbose output to see if triggers are happening.

Best,
Joe Reuss

From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Daniel Brückner <daniel.brueckner@xxxxxxxxxxxxxxxxxx>
Sent: Friday, December 8, 2023 4:58 AM
To: HTCondor-Users Mail List <HTCondor-users@xxxxxxxxxxx>
Cc: admins <admins@xxxxxxxxxxxxxxxxxx>
Subject: [HTCondor-users] condor_kbdd is not resetting KeyBoardIdle
 
Hi,

I'm using condor_kbdd to determine users' activities. In the past
everything was working fine but since upgrading to 23.0, kbdd is
increasing keyboardidle even if users are active.

KbdLog:

####
12/08/23 11:41:06 ******************************************************
12/08/23 11:41:06 ** condor_kbdd (CONDOR_KBDD) STARTING UP
12/08/23 11:41:06 ** /usr/sbin/condor_kbdd
12/08/23 11:41:06 ** SubsystemInfo: name=KBDD type=DAEMON(11)
class=DAEMON(1)
12/08/23 11:41:06 ** Configuration: subsystem:KBDD local:<NONE> class:DAEMON
12/08/23 11:41:06 ** $CondorVersion: 23.1.0 2023-10-31 BuildID: 686370
PackageID: 23.1.0-1.1 $
12/08/23 11:41:06 ** $CondorPlatform: X86_64-Ubuntu_22.04 $
12/08/23 11:41:06 ** PID = 1170108
12/08/23 11:41:06 ** Log last touched 12/8 11:41:04
12/08/23 11:41:06 ******************************************************
12/08/23 11:41:06 Using config source: /etc/condor/condor_config
12/08/23 11:41:06 Using local config sources:
12/08/23 11:41:06    /etc/condor/config.d/00-htcondor-9.0.config
12/08/23 11:41:06    /etc/condor/config.d/01-execute.config
12/08/23 11:41:06    /etc/condor/config.d/01-submiter-host.config
12/08/23 11:41:06    /etc/condor/config.d/docker
12/08/23 11:41:06    /etc/condor/config.d/hibernate
12/08/23 11:41:06    /etc/condor/config.d/workstation
12/08/23 11:41:06    /etc/condor/condor_config.local
12/08/23 11:41:06 config Macros = 151, Sorted = 151, StringBytes = 5531,
TablesBytes = 5532
12/08/23 11:41:06 CLASSAD_CACHING is ENABLED
12/08/23 11:41:06 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
12/08/23 11:41:06 SharedPortEndpoint: waiting for connections to named
socket kbdd_1170071_f64f
12/08/23 11:41:06 DaemonCore: command socket at
<:9618?addrs=&alias=pc37&noUDP&sock=kbdd_1170071_f64f>
12/08/23 11:41:06 DaemonCore: private command socket at
<:9618?addrs=-9618&alias=pc37&noUDP&sock=kbdd_1170071_f64f>

####

When I (re)start condor, KeyboardIdle starts with 1200 instead of 0 seconds.

Can you help me finding the error in my configuration? I'm using Ubuntu
22.04.

Best regards,

Daniel