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

Re: [Condor-users] condor_compile make Fail



Thanks Si,
 
Yes it works now after putting export PATH=/usr/local/condor-7.0.0/bin/:$PATH
in the .bashrc file and restaring the system. But it gve me error when I ran as user 'root' and then also gave some errors when i ran as user 'condor'. See the details below:
 
[root@isxp1313c ~]# condor_submit loop.cmd

ERROR: Submitting jobs as user/group 0 (root) is not allowed for security reasons.

[root@isxp1313c ~]#

 

Then as condor user:

 

[condor@isxp1313c examples]$ condor_submit loop.cmd

Submitting job(s)

WARNING: Invalid log file: "/usr/local/condor-7.0.0/examples/loop.log" (Permission denied)

[condor@isxp1313c examples]$ ls -l

-bash: ls: command not found

 

Then I tried to view if the job is in the queue:

 

[condor@isxp1313c examples]$ condor_q

-- Submitter: isxp1313c.sims.cranfield.ac.uk : <138.250.104.227:32775> : isxp1313c.sims.cranfield.ac.uk

ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD

0 jobs; 0 idle, 0 running, 0 held

[condor@isxp1313c examples]$

 
Any help is appreciated;
Gokop

________________________________

From: condor-users-bounces@xxxxxxxxxxx on behalf of Simon Hammond
Sent: Wed 13/02/2008 12:08
To: Condor-Users Mail List
Subject: Re: [Condor-users] condor_compile make Fail



Have you altered your path?

In your .bashrc or bash profiles you can add the line:

export PATH=/usr/local/condor-7.0.0/bin/:$PATH

This will make all of the condor executables available on the command
line (which may fix your error).


Si Hammond
High Performance Systems Group
University of Warwick, UK


On 13/02/2008, Goteng, Gokop <g.l.goteng@xxxxxxxxxxxxxxx> wrote:
> Dear All,
>
> I have just installed a new condor in Linux (RPM). I have started the condor master and I want have installed the condor_compile (full). I want to use the examples in the installation to build some programs and submit but the 'condor_compile make' could not start. It gave me the following error:
>
> [root@isxp1313c bin]# /usr/local/condor-7.0.0/bin/condor_compile make
>
> ERROR: Cannot execute condor_config_val
>
> You must put the directory that contains condor_config_val
>
> in your $PATH for condor_compile to work.
>
> [root@isxp1313c bin]#
>
> Any help is appreciated
>
> Gokop
>
>
> _______________________________________________
> 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/