Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: AW: [cdt-dev] Problem with non root accessing fileTableLock ?

On Tue, 2005-11-15 at 08:34 +0100, Ploett, Norbert wrote:
> Hi Kim,
> 
> when I install eclipse + CDT to Linux this means that I unpack the tar.gz files to a directory. After unpacking they have the user and group Ids from tar file, which are usually meaningless on my machine. So afterwards, in the eclipse top-level directory (where the executable sits) I do 
> 
> chown -R root *
> chown root .eclipseproduct
> chown -R users *
> chown users .eclipseproduct
> 
> so that all files belong to root / users.
> 
> Helpful?


Yep.  This fixed my problem.  Thanks !

Prior to this I changed the permission on fileTableLock and its
directory, but obviously it wasn't enough.




Back to the top