Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-08 Thread Nico Kadel-Garcia
On Wed, Nov 8, 2017 at 5:02 PM, Doug Robinson wrote: > Nico: Please state references to these bugs. I have not heard anything > about them. > There have been multiple. https://bugzilla.redhat.com/show_bug.cgi?id=692573 shows up in a fast Google search: that was admittedly from 2011. I'll also a

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-08 Thread Doug Robinson
Nico: Please state references to these bugs. I have not heard anything about them. Setting it to "permissive" is fine if you are going to actually use "audit2allow" to set a policy and then turn things back on. Otherwise it is slower and accumulating data unnecessarily. On Tue, Nov 7, 2017 at 6

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Nico Kadel-Garcia
On Tue, Nov 7, 2017 at 8:16 AM, Doug Robinson wrote: > Kushal: > > Just as a slight possibility, you might check to see that the SELinux > stuff is turned off (use the "sestatus" command). If it's not disabled/off > then you're going to have to allow the http account to access that data by > set

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Andreas Stieger
Hello, On 11/07/2017 03:37 PM, Ulaganathan, Udhayakumar wrote: > > Make sure the contents of svn.acc file have the entries – to give rw > access to the accounts as stated in the following example > > Irrelevant and confusing, as it does not match the original error message. Andreas

RE: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Ulaganathan, Udhayakumar
...@gmx.de [mailto:andreas.stie...@gmx.de] On Behalf Of Doug Robinson Sent: Tuesday, November 07, 2017 8:00 PM To: kushal bhattacharya Cc: Andreas Stieger Subject: Re: Apache subversion unable to open another ext4 partion svn repository Kushal: It's not you who needs to access it: it i

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Doug Robinson
Kushal: It's not you who needs to access it: it is the account that Apache is running as - at least when running as Apache. As for "svnserve", it depends on how you've got that setup so to help we need more details. Cheers. Doug On Tue, Nov 7, 2017 at 8:05 AM, kushal bhattacharya < bhattacharya

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread kushal bhattacharya
I am able to access folder in the same partition On Tue, Nov 7, 2017 at 6:29 PM, kushal bhattacharya < bhattacharya.kush...@gmail.com> wrote: > Then I am trying to access the reposity from localhost itself but still I > am getting the same error > > On Nov 7, 2017 6:22 PM, "Andreas Stieger" wrot

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread kushal bhattacharya
Then I am trying to access the reposity from localhost itself but still I am getting the same error On Nov 7, 2017 6:22 PM, "Andreas Stieger" wrote: Hello, On 11/07/2017 01:34 PM, kushal bhattacharya wrote: > Could you please help me out here ,sorry. But I have been trying whole day regarding t

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Doug Robinson
Kushal: Just as a slight possibility, you might check to see that the SELinux stuff is turned off (use the "sestatus" command). If it's not disabled/off then you're going to have to allow the http account to access that data by setting the appropriate security context throughout all directories f

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Andreas Stieger
Hello, On 11/07/2017 01:34 PM, kushal bhattacharya wrote: > Could you please help me out here ,sorry. But I have been trying whole day regarding this I am not sure what you are asking here? On 11/07/2017 01:37 PM, kushal bhattacharya wrote: > given permissions like :- > > sudo chown www-data:www

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread kushal bhattacharya
given permissions like :- sudo chown www-data:www-data /media/sense/20457332-fd6a-409d-821d-6bf368ecf6bd/svn sudo chmod -R 775 /media/sense/20457332-fd6a-409d-821d-6bf368ecf6bd/svn On Tue, Nov 7, 2017 at 6:04 PM, kushal bhattacharya < bhattacharya.kush...@gmail.com> wrote: > Could you please he

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread kushal bhattacharya
Could you please help me out here ,sorry. But I have been trying whole day regarding this On Nov 7, 2017 6:00 PM, "Andreas Stieger" wrote: > > On 11/07/2017 01:15 PM, kushal bhattacharya wrote: > > On 11/07/2017 01:05 PM, kushal bhattacharya wrote: > > Can't open directory > > '/media/sense/2045

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Andreas Stieger
On 11/07/2017 01:15 PM, kushal bhattacharya wrote: >> On 11/07/2017 01:05 PM, kushal bhattacharya wrote: >> > Can't open directory >> > '/media/sense/20457332-fd6a-409d-821d-6bf368ecf6bd/svn': Permission >> denied >> >> The Subversion server process (svnserve or httpd) is unable to access >> (read

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread kushal bhattacharya
# dav_svn.conf - Example Subversion/Apache configuration # # For details and further options see the Apache user manual and # the Subversion book. # # NOTE: for a setup with multiple vhosts, you will want to do this # configuration in /etc/apache2/sites-available/*, not here. # ... # URL control

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Andreas Stieger
Hello, On 11/07/2017 01:05 PM, kushal bhattacharya wrote: > Can't open directory > '/media/sense/20457332-fd6a-409d-821d-6bf368ecf6bd/svn': Permission denied The Subversion server process (svnserve or httpd) is unable to access (read) the path. Adjust the ownership and permissions so that the se

Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread kushal bhattacharya
Hi, Whenever I am trying to access repository which is located in another ext4 partition,I get an error as Can't open directory '/media/sense/20457332-fd6a-409d-821d-6bf368ecf6bd/svn': Permission denied How to I resolve this error and successfully access it via localhost first Thanks, Kushal