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

[Condor-users] Condor job log file with strange permissions



Hi,

We've converted our starter computers to Ubuntu Linux and started seeing a strange issue. Some of the temporal job log files condor creates to store stdout and stderr does not have read permissions
so they can't be read from a remote computer.
Just an example from a computer where the two slots create different permissions:

ls -l:
Bad, unreadable:
-rw------- 1 condor1 users 115 2009-09-10 15:21 /tmp/condor/dir_266981/_condor_stdout

Good, readable
-rw-r--r-- 1 condor2 users 115 2009-09-10 16:16 /tmp/condor/dir_29730/_condor_stdout

The permissions are not tied to the users, the same user creates both readable and unreadable files.

Any tips?

Cheers,
Szabolcs