[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: can't open file '.../db/transactions/14590-9.txn/node.0.0': Permission denied

From: Tobias Herp <tobias.herp_at_gmx.de>
Date: 2006-08-09 17:15:25 CEST

Tobias writes:
> we have the strange problem that a certain submit fails with the strange
> error message "can't open file '.../db/transactions/14590-9.txn/node.0.0':
> Permission denied".

We found the cause of the problem: it was a umask command in /etc/profile.local, which set rw rights to user and group, but not x, since this would cause every new file to be executable...

We removed the umask there (I'm afraid it will have to be added to every single ~/.bashrc instead) and rebooted the server; now all works well again.

-- 
Tobias
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 9 17:17:11 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.