when i use create access file , the following error appear :
Result of auth user file: Can't write to AuthUser file
Result of access file: Cannot write to /etc/svn/accesstemp_3YwNMVz5
btw my configration in /etc/svn-access-manager/conf like
userfile = /etc/svn/svnaccess
authfile= /etc/svn/svnpasswd
plz discuss , or give me solution .... as soon as possible
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
make sure the process creating the access file is able to write into the directory /etc/svn. Consult your sysadmin if you are not familar with Unix permissions.
/Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
dear M.thomas
am an admin btw :) ,
am sure that the user www-data had a full permission on the particular directory but when i click on create access file , the process of writting going well ! but it create two temporary files ! , and when i want to rewrite the access file , the error :
((Result of auth user file: Can't write to AuthUser file
Result of access file: Cannot write to /etc/svn/accesstemp_3YwNMVz5 )) appear ,,,,
kindly help ASAP .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
as you are an admin you know about atomic operations? The temp files are created to move the new file to the original one. So it seems that either the move does not work or the temp file has the wrong file permissions. Maybe you habe selinux runninh in enforcing mode? If so please switch to permissive mode and test again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when i use create access file , the following error appear :
Result of auth user file: Can't write to AuthUser file
Result of access file: Cannot write to /etc/svn/accesstemp_3YwNMVz5
btw my configration in /etc/svn-access-manager/conf like
userfile = /etc/svn/svnaccess
authfile= /etc/svn/svnpasswd
plz discuss , or give me solution .... as soon as possible
make sure the process creating the access file is able to write into the directory /etc/svn. Consult your sysadmin if you are not familar with Unix permissions.
/Thomas
dear M.thomas
am an admin btw :) ,
am sure that the user www-data had a full permission on the particular directory but when i click on create access file , the process of writting going well ! but it create two temporary files ! , and when i want to rewrite the access file , the error :
((Result of auth user file: Can't write to AuthUser file
Result of access file: Cannot write to /etc/svn/accesstemp_3YwNMVz5 )) appear ,,,,
kindly help ASAP .
as you are an admin you know about atomic operations? The temp files are created to move the new file to the original one. So it seems that either the move does not work or the temp file has the wrong file permissions. Maybe you habe selinux runninh in enforcing mode? If so please switch to permissive mode and test again.
thnx for support M.thomas
everything going well ;)