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

[Condor-users] Error from starter on standard output



Hi:

I run condor 6.8.6(debian) on suse10.2 and I have troubles with output.



condor@gargamel:/home/user/test_condor> cat loop.submit

universe = vanilla
executable = loop
output = loop$(PROCESS).out
error = loop$(PROCESS).err
log = loop.log
Requirements   = (Arch =="INTEL" || Arch =="X86_64" )
queue 5


out of loop.log:

007 (055.003.000) 11/06 10:14:03 Shadow exception!
        Error from starter on vm2@xxxxxxxxxxxxxxxxxxx: Failed to open
'/home/user/test_condor/loop3.out' as standard output: Permission denied
(errno 13)
        0  -  Run Bytes Sent By Job
        0  -  Run Bytes Received By Job
...
012 (055.003.000) 11/06 10:14:05 Job was held.
        Error from starter on vm2@xxxxxxxxxxxxxxxxxxx: Failed to open
'/home/user/test_condor/loop3.out' as standard output: Permission denied
(errno 13)
        Code 7 Subcode 13
...

I'm looking for in google, and I have found that error can be bad dns. 
but my dns work ok

smurf01:~ # dig smurf01.localdomain

; <<>> DiG 9.3.2 <<>> smurf01.localdomain
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61967
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;smurf01.localdomain.                IN      A

;; ANSWER SECTION:
smurf01.localdomain. 86400   IN      A       192.168.3.101

;; AUTHORITY SECTION:
localdomain.            86400   IN      NS      smurf00.localdomain.

;; Query time: 0 msec
;; SERVER: 192.168.3.100#53(192.168.3.100)
;; WHEN: Tue Nov  6 10:45:23 2007
;; MSG SIZE  rcvd: 81

and inverse
smurf01:~ # dig -x 192.168.3.101

; <<>> DiG 9.3.2 <<>> -x 192.168.3.101
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31344
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;101.3.168.192.in-addr.arpa.    IN      PTR

;; ANSWER SECTION:
101.3.168.192.in-addr.arpa. 259200 IN   PTR     smurf01.localdomain.

;; AUTHORITY SECTION:
3.168.192.in-addr.arpa. 259200  IN      NS      smurf00.localdomain.

;; Query time: 0 msec
;; SERVER: 192.168.3.100#53(192.168.3.100)
;; WHEN: Tue Nov  6 10:46:34 2007
;; MSG SIZE  rcvd: 105

somebody can help me?