Hello, I have a problem with windows imaging reservation, because the vcl gives administrator user for reservation account, but the vcl daemon checks for admin user connection (see the log part below). After the timeout elapsed, the state changes to "in use", and vcl daemon sets a wrong firewall rule with my public ip, but we're using vpn to connect to vms, so it closes me out. I workaround this issue by modifying reservation remoteIP in the database, but it is dirty hack. My questons are: Is it a konwn issue and how can I fix this. Is there any patch that can solve this issue?
2014-01-24 15:37:28|21671|34:40|reserved|OS.pm:is_user_connected(2723)|admin has not connected to vm-large-25 (216/684 seconds elapsed/remaining), sleeping for 15 seconds 2014-01-24 15:37:43|21671|34:40|reserved|OS.pm:is_user_connected(2676)|checking for connection by admin on vm-large-25 2014-01-24 15:37:43|21671|34:40|reserved|DataStructure.pm:get_reservation_remote_ip(1165)|retrieved remote IP for reservation 40: X.X.X.X 2014-01-24 15:37:44|21671|34:40|reserved|Windows.pm:check_connection_on_port(11001)|checking connections on node vm-large-25 on port 3389 2014-01-24 15:37:44|21671|34:40|reserved|Windows.pm:user_logged_in(8980)|checking if admin is logged in to vm-large-25 2014-01-24 15:37:44|21671|34:40|reserved|utils.pm:run_ssh_command(4902)|executing SSH command on vm-large-25: |21671|34:40|reserved| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm-large-25 'C:/Windows/Sysnative/qwinsta.exe' 2>&1 2014-01-24 15:37:44|21671|34:40|reserved|utils.pm:(eval)(4917)|waiting up to 60 seconds for SSH process to finish 2014-01-24 15:37:45|21671|34:40|reserved|Windows.pm:user_logged_in(9003)|admin does NOT appear to be logged in on vm-large-25 2014-01-24 15:37:45|21671|34:40|reserved|Windows.pm:check_connection_on_port(11025)|Detected ESTABLISHED is connected. user is not logged in yet. Returning no connection 2014-01-24 15:37:45|21671|34:40|reserved|OS.pm:is_user_connected(2723)|admin has not connected to vm-large-25 (233/667 seconds elapsed/remaining), sleeping for 15 seconds Br, Aaron Toth VCL System Administrator BUTE-MIT
