Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Install.exe missing from windows 7.0.0 zip file
- Date: Thu, 07 Feb 2008 09:33:44 -0600
- From: Ben Burnett <burnett@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Install.exe missing from windows 7.0.0 zip file
Hi Greg:
I'd be curious to know which version you upgraded from, I've never seen the
installer placed there. We currently use the MSI installer for the purposes you
describe:
http://www.cs.wisc.edu/condor/manual/v7.0/3_2Installation.html#SECTION0042540000
0000000000
Alternatively, if you want to install from a zip, you can add the following to
your batch file:
rem Change this to where Condor was installed (this MUST already exist)
set CONDOR_INSTALL_DIR= %SystemDrive%\condor
rem Create registry keys
reg add "HKLM\SOFTWARE\Condor" /f
reg add "HKLM\SOFTWARE\Condor" /v "CONDOR_CONFIG" /t REG_SZ /d
"%CONDOR_INSTALL_DIR%\condor_config" /f
rem Set registry permissions
"%CONDOR_INSTALL_DIR%\set_perms.exe"
rem Set proper file system permissions
"%CONDOR_INSTALL_DIR%\condor_set_acls.exe" "%CONDOR_INSTALL_DIR%"
rem Register service
sc create condor binPath= "%CONDOR_INSTALL_DIR%\bin\condor_master.exe" start=
auto
Regards,
-B
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx]
On Behalf Of Greg.Hitchen@xxxxxxxx
Sent: Wednesday, February 06, 2008 11:48 PM
To: condor-users@xxxxxxxxxxx
Subject: [Condor-users] Install.exe missing from windows 7.0.0 zip file
I've just found that the install.exe (to install and register
condor_master.exe as a service) appears to be missing from
the zip archive for windows for version 7.0.0
It should be in c:\condor\bin
We use this for automated remote install using DOS batch scipts.
Can someone please confirm this?
I have it from earlier versions so can just use that but thought
I should mention it.
Cheers
Greg
> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Dan Bradley
> Sent: Friday, 1 February 2008 2:27 AM
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] incomplete udp for command 0 / command 2
>
>
>
> Daniel Forrest wrote:
>
> >This is a problem with UDP under Windows, it considers a
> packet "sent"
> >when the sendto() call is made, not when the packet has actually hit
> >the wire. So if sendto() is called too rapidly (e.g. when collector
> >update packets are split) you can lose the previous UDP packet if it
> >hasn't really been sent yet.
> >
> >What we did was add "D_NETWORK" to the MASTER_DEBUG and STARTD_DEBUG
> >flags in the config file. The added delay of logging the UDP packets
> >seems to be enough to keep this from happening.
> >
> >You can alternatively use "UPDATE_COLLECTOR_WITH_TCP = True"
> and avoid
> >UDP entirely.
> >
> >
>
> A patch for this problem that Dan Forrest is referring to was
> released
> in 6.8.7, but some mistake was made, because no note of this
> was made in
> the 6.8.7 version history.
>
> Rob, can you please try 6.8.8 or 7.0.0 and see if this solves
> your problem?
>
> --Dan
>
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to
> condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
>
>
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/