Re: How to Change time out time in VCL code?

2010-11-29 Thread Aaron Peeler
Hi Alex, Sorry for the delayed follow-up, was away from email for a few days. Are you still seeing 15 minute timeouts? I tested these changes on our 2.1 sandbox image and got the 20 minute timeout. Also just to make sure, you wanted 20min for the user to hit the 'connect' button and 20 min

Re: How to Change time out time in VCL code?

2010-11-29 Thread Alexander Patterson
Hello Aaron, We wanted both 20 minutes for the connect button and 20 minutes for the idle time out. We are having issues with idle time out and idle connect time. Students and Staff would like to have more leave way and 20 minutes steamed ideal. -Alex I just retested today and we are still only

Re: How to Change time out time in VCL code?

2010-11-29 Thread Aaron Peeler
Hi Alex, The attached image doesn't give me any info other than the image has timed out. Can you check your logs and report the delta of when the countdown starts and then times out for a given reservation for both cases? Aaron On 11/29/10 12:03 PM, Alexander Patterson wrote: Hello

Re: How to Change time out time in VCL code?

2010-11-29 Thread David Hutchins
If I am interpreting this correctly, I think you need to change the value of $connect_timeout_limit in /usr/local/vcl/lib/VCL/inuse.pm from 15 to 20 as well. On Mon, Nov 29, 2010 at 2:54 PM, Aaron Peeler aaron_pee...@ncsu.edu wrote: Hi Alex, The attached image doesn't give me any info other

jira notifications

2010-11-29 Thread Kevan Miller
FYI, I just reconfigured the Jira notification scheme for the VCL project. We should see Jira notices sent to the dev list, now... --kevan

Re: How to Change time out time in VCL code?

2010-11-29 Thread Aaron Peeler
Ah. Thanks David. I missed that one. Alex let us know if that 's what your looking for. Did the other setting changes give you 20 min to hit connect and then 20 min to get connected? -Aaron On 11/29/10 3:16 PM, David Hutchins wrote: If I am interpreting this correctly, I think you need to

Re: How to Change time out time in VCL code?

2010-11-29 Thread Alexander Patterson
Hello, David I went ahead and applied your change to the inuse.pm I did a Grep command on Vmware-48 the vmware guest I was testing |23072|29165:28901|new| /usr/bin/ssh -i /etc/vcl/vcl.key -l root -p 22 -x vmguest-48 'net user sd8454 zJxvFh /ADD /EXPIRES:NEVER /COMMENT:Account created by VCL

Re: How to Change time out time in VCL code?

2010-11-29 Thread Aaron Peeler
Hi Alex, Could you send the out of grep '29165:28901' on the log file? This will provide the complete flow of the reservation. Aaron On 11/29/10 3:59 PM, Alexander Patterson wrote: Hello, David I went ahead and applied your change to the inuse.pm I did a Grep command on Vmware-48 the

Re: How to Change time out time in VCL code?

2010-11-29 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I need to setup a time to restart vcld, I have a bunch of users currently on the system. You can restart vcld any time. It forks a new process to handle each reservation and restarting it only restarts the parent process. All of the child