[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 24 Sep 2005 05:36:11 -0000, Neeraj Chourasia
<neeraj_ch1@xxxxxxxxxxxxxx> wrote:
>
> On Fri, 23 Sep 2005 Matt Hope wrote :
>
> >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
>
>
>
>
>
> Hi Matt,
>     Say if i just want to execute .BAT script on windowsXP, but submitted from linux machine, it still fails saying
> "condor_write: Socket closed when trying to write buffer
> Buf::write(): condor_write() failed
> can't send eom to shadow." in StartLog of execute m/c(WinXP).
>
> Here there is no cygwin1.dll comes into picture, still it fails. So I think problem is atleast not of dll. What do you say on this?

you're better off keeping replies on the list...

What does the shadow log say...

Matt