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

[Condor-users] Failed to open '/home/jeffery/tilsi/condor/test.error' as standard error: Permission denied (errno 13)



hi all,
after I submit a job to the condor, I got this message:Hold reason: Error from slot4@xxxxxxxxxxxxxxxxxxxxxx: Failed to open '/home/jeffery/tilsi/condor/test.error' as standard error: Permission denied (errno 13), what's the problem?

jeffery@galaxy:~/tilsi/condor$ more test.condor
universe = vanilla
executable = test.pl
log = test.log
error = test.error
queue

jeffery@galaxy:~/tilsi/condor$ more test.pl
#!/usr/bin/perl
use strict;
use warnings;
print "test ok\n";

jeffery@galaxy:~/tilsi/condor$ ./test.pl
test ok


thanks,
Jeff