Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] problem submitting a job
- Date: Thu, 03 Feb 2005 12:33:52 -0500
- From: Darryl Cook <dlc@xxxxxxxxxxxxxxx>
- Subject: [Condor-users] problem submitting a job
Ok....after hours of work I finally have condor running (almost). I
have started all of the daemons as root (version 6.6.8). I have
submitted a job with the following script and it shows up in the queue
and seems to run but I get no output. I have looked through all of the
logs and there are no errors being reported either. Below the script
Ill attach the user log that is created as well. Any help appreciated!!
darryl
executable=/bin/ls
globusscheduler=grid0.cs.appstate.edu/jobmanager
universe=globus
output=test2.out
log=test1.log
queue
test2.out has nothing in it......the following is in test1.log
000 (007.000.000) 02/03 12:31:56 Job submitted from host:
<152.10.143.27:34648>
...
017 (007.000.000) 02/03 12:32:09 Job submitted to Globus
RM-Contact: grid0.cs.appstate.edu/jobmanager
JM-Contact: https://grid0.cs.appstate.edu:34914/9907/1107451920/
Can-Restart-JM: 1
...
001 (007.000.000) 02/03 12:32:09 Job executing on host:
grid0.cs.appstate.edu
...
005 (007.000.000) 02/03 12:32:14 Job terminated.
(1) Normal termination (return value 0)
Usr 0 00:00:00, Sys 0 00:00:00 - Run Remote Usage
Usr 0 00:00:00, Sys 0 00:00:00 - Run Local Usage
Usr 0 00:00:00, Sys 0 00:00:00 - Total Remote Usage
Usr 0 00:00:00, Sys 0 00:00:00 - Total Local Usage
0 - Run Bytes Sent By Job
0 - Run Bytes Received By Job
0 - Total Bytes Sent By Job
0 - Total Bytes Received By Job
...