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

Re: [Condor-users] Condor 6.6.9 on XP machines (with SP 2 installed)



The batch file can either be set up as a scheduled task through task
scheduler, in the startup menu in the start menu or can be placed in
one of the two windows run areas in the registry.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

or for only specific users:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

either key will run when a user logs in. The format for the key should
be obvious by inspecting the folders. The name is the name of the
batch file and the value is the path to the batch file.

Hope this helps,
Joshua Juen

On 6/15/05, Colin Stolley <stolley@xxxxxxxxxxx> wrote:
> 
> >I have also been fighting the windows firewall problem.
> >
> ...
> 
> >Currently the problem is fixed
> >
> To be precise, the problem will be fixed in the upcoming 6.6.10
> release,  which is the current stable series. The fix will also emerge
> in the current development series, 6.7.9.
> 
> We have addressed this problem by extending the retry period that the
> master will try to set up the firewall. In 6.6.9, it is hard-coded at 5
> retries, once per second. In 6.6.10 we have changed this to 60 retries,
> once every 10 seconds. Also, we allow administrators to adjust this
> retry period if necessary by setting WINDOWS_FIREWALL_FAILURE_RETRY in
> the config file. Setting WINDOWS_FIREWALL_FAILURE_RETRY to 0 will cause
> the master to retry forever.
> 
> Colin
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>