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

Re: [Condor-users] Can't open "/var/lib/condor/log/CollectorLog"



Hi

On Tuesday 01 February 2011 14:05:50 Sónia Liléo wrote:
> Any clues on the reason of the following error message?
> 
> :~$ condor_collector
> 
> Can't open "/var/lib/condor/log/CollectorLog"
> dprintf() had a fatal error in pid 920
> Can't open "/var/lib/condor/log/CollectorLog"
> errno: 13 (Permission denied)
> euid: 1001, ruid: 1001

Try checking the write and execute permissios on the log directory, seems uid 
1001 is not allowed to write there.

HTH

Carsten