Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] jobs aborted by Condor
- Date: Mon, 24 Apr 2006 13:59:55 -0500
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] jobs aborted by Condor
On Mon, Apr 24, 2006 at 02:35:18PM -0400, Ian Chesal wrote:
> > Hello,
> >
> > When I submit a specific job to condor (Vanilla universe),
> > this job always aborts (generating a segmentation fault). If
> > I run the job as it if were a common process (I mean, without
> > using condor_submit) the program works fine. Checking the
> > logs, the only strange thing that I have found is the
> > following message in the StartLog file:
> >
> > Error: can't find resource with capability (<192.168.1.1:34739>)
> >
> > I've been taking a look to my config files but I have found
> > no clues about what is causing the problem ....
> >
> > Thanks in advance
>
> Check to make sure the environment your job is executing under on the
> remote machine is the same as the environment you're running under on
> your local machine. Specifically you want to make sure things like
> LD_LIBRARY_PATH and PATH are the same.
Or it's looking for an environment variable that isn't defined at all
when run under Condor.
Try putting
getenv = true
in your submit file.
-Erik