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

Re: [Condor-users] Job not running on windows when submitted from Linux Machine



On 23 Sep 2005 11:47:26 -0000, Neeraj Chourasia
<neeraj_ch1@xxxxxxxxxxxxxx> wrote:
>
>
> Hi All,
>
>   I am submitting "Hello World" program from Linux machine to run on WinXP m/c, but its failing to execute. When i checked, the StartLog on windows machine, its giving socket related errors and exiting with status 108. I am passing required dlls in submit file. Please help me to overcome this issue. BTW i am able to run it on linux m/c if submitted from windows one but not other way round!!!!
>
> I am attaching submit file, ShadowLog of submitter(Linux m/c), and StartLog of execute m/c(WinXP).
>
> --------------------------------------------------------------------
>               submit file
> --------------------------------------------------------------------
> universe =  vanilla
> environment = path=c:\winnt\system32
> executable = test.exe
> output = test.out
> error = test.err
> log = test.log
> Requirements =  (OpSys == "WINNT51")
> when_to_transfer_output = ON_EXIT
> transfer_input_files = /home/condor/loop/cygwin1.dll
> should_transfer_files = YES
> TRANSFER_FILES = ALWAYS
> queue

To the best of my knowledge you cannot simply transfer cygwin's dll - 
it must be properly installed on the host machine and then the
relevant executable run from within the environment (by invovking a
bash script for example)

Matt