Re: Using SVN Protocol

2016-11-22 Thread Pete Singleton
Both commands audit2why and audit2allow fail on my server... doesn't appear
to be installed.  (CentOS 6.8)

On 22 November 2016 at 11:43, Stephen Gallagher <step...@gallagherhome.com>
wrote:

> Please do as Christian suggested and run the audit2allow command (please
> do 'audit2why < /var/log/audit/audit.log' as well) and paste the results
> here. I'll interpret it and see whether:
> 1) It can be fixed by setting an SELinux Boolean or
> 2) It should be fixed by extending the SELinux policy shipped in the
> distribution.
> On Tue, Nov 22, 2016 at 5:06 AM Pete Singleton <pete.single...@gmail.com>
> wrote:
>
>> Ok, that was the problem - we have set SELinux to 'permissive' and I can
>> now add the repository.  Thanks!
>>
>> Pete
>>
>>
>> On Tuesday, 22 November 2016 09:44:19 UTC, Christian Hammond wrote:
>>
>> Hi Pete,
>>
>> It's very likely SELinux. You can verify by temporarily turning it off
>> and trying to connect. If that works, then that's your culprit.
>>
>> How did you install Review Board? If via the RPMs, I believe SELinux
>> support should be configured correctly. If by the Python packages, you'd
>> have to tweak the configuration manually.
>>
>> (I really want to get a guide for this..)
>>
>> Can you run the following as root and paste the results:  audit2allow <
>> /var/log/audit/audit.log
>>
>> Christian
>>
>>
>> --
>> Christian Hammond
>> President/CEO of Beanbag <https://www.beanbaginc.com/>
>> Makers of Review Board <https://www.reviewboard.org/>
>>
>> On Tue, Nov 22, 2016 at 1:38 AM, Pete Singleton <pete.si...@gmail.com>
>> wrote:
>>
>> Hi, I don't believe so no.  (I'd need to check with our sysadmin guys but
>> I'm pretty sure there's nothing else).
>> I've been reading a few other posts on here, and we have SELinux enabled
>> on the ReviewBoard VM, could this be a problem?
>>
>> Pete
>>
>> On 22 November 2016 at 09:35, Christian Hammond <chri...@beanbaginc.com>
>> wrote:
>>
>> Hi Pete,
>>
>> Are there any other types of access controls on that server? Does it
>> restrict based on IP, or is it using some other form of authentication
>> method (Kerberos, for instance)?
>>
>> Christian
>>
>>
>> --
>> Christian Hammond
>> President/CEO of Beanbag <https://www.beanbaginc.com/>
>> Makers of Review Board <https://www.reviewboard.org/>
>>
>> On Tue, Nov 22, 2016 at 1:21 AM, Pete Singleton <pete.si...@gmail.com>
>> wrote:
>>
>> I've now enabled logging, and it appears to show a permission problem:
>>
>> SVN: Failed to get repository information for svn://
>> svn.dev.pbsnetworks.com: Can't connect to host 'svn.dev.pbsnetworks.com':
>> Permission denied
>>
>> But the user/password I've specified (my own) are the same ones that work
>> from the command line and are valid SVN users.
>>
>> Pete
>>
>>
>> On Monday, 21 November 2016 17:17:56 UTC, Pete Singleton wrote:
>>
>> Is it possible to use the SVN:// protocol with RB?  I am receiving an
>> error when entering the repository URL ("A repository was not found at the
>> specified path")
>>
>> I have a local installation of ReviewBoard, from that VM I am able to run
>> "svn list svn://xxx.xxx.xxx" but it won't let me add the same repository
>> from the Admin page.
>>
>>
>> Thanks,
>> Pete
>>
>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "reviewboard" group.
>>
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to reviewboard...@googlegroups.com.
>>
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> ---
>> You received this message because you are subscribed to a topic in the
>> Google Groups "reviewboard" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/
>

Re: Using SVN Protocol

2016-11-22 Thread Pete Singleton
Ok, that was the problem - we have set SELinux to 'permissive' and I can 
now add the repository.  Thanks!

Pete

On Tuesday, 22 November 2016 09:44:19 UTC, Christian Hammond wrote:
>
> Hi Pete,
>
> It's very likely SELinux. You can verify by temporarily turning it off and 
> trying to connect. If that works, then that's your culprit.
>
> How did you install Review Board? If via the RPMs, I believe SELinux 
> support should be configured correctly. If by the Python packages, you'd 
> have to tweak the configuration manually.
>
> (I really want to get a guide for this..)
>
> Can you run the following as root and paste the results:  audit2allow < 
> /var/log/audit/audit.log
>
> Christian
>
> -- 
> Christian Hammond
> President/CEO of Beanbag <https://www.beanbaginc.com/>
> Makers of Review Board <https://www.reviewboard.org/>
>
> On Tue, Nov 22, 2016 at 1:38 AM, Pete Singleton <pete.si...@gmail.com 
> > wrote:
>
>> Hi, I don't believe so no.  (I'd need to check with our sysadmin guys but 
>> I'm pretty sure there's nothing else).
>> I've been reading a few other posts on here, and we have SELinux enabled 
>> on the ReviewBoard VM, could this be a problem?
>>
>> Pete
>>
>> On 22 November 2016 at 09:35, Christian Hammond <chri...@beanbaginc.com 
>> > wrote:
>>
>>> Hi Pete,
>>>
>>> Are there any other types of access controls on that server? Does it 
>>> restrict based on IP, or is it using some other form of authentication 
>>> method (Kerberos, for instance)?
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond
>>> President/CEO of Beanbag <https://www.beanbaginc.com/>
>>> Makers of Review Board <https://www.reviewboard.org/>
>>>
>>> On Tue, Nov 22, 2016 at 1:21 AM, Pete Singleton <pete.si...@gmail.com 
>>> > wrote:
>>>
>>>> I've now enabled logging, and it appears to show a permission problem:
>>>>
>>>> SVN: Failed to get repository information for svn://
>>>> svn.dev.pbsnetworks.com: Can't connect to host 'svn.dev.pbsnetworks.com': 
>>>> Permission denied
>>>>
>>>> But the user/password I've specified (my own) are the same ones that 
>>>> work from the command line and are valid SVN users.
>>>>
>>>> Pete
>>>>
>>>>
>>>> On Monday, 21 November 2016 17:17:56 UTC, Pete Singleton wrote:
>>>>>
>>>>> Is it possible to use the SVN:// protocol with RB?  I am receiving an 
>>>>> error when entering the repository URL ("A repository was not found at 
>>>>> the 
>>>>> specified path")
>>>>>
>>>>> I have a local installation of ReviewBoard, from that VM I am able to 
>>>>> run "svn list svn://xxx.xxx.xxx" but it won't let me add the same 
>>>>> repository from the Admin page.
>>>>>
>>>>>
>>>>> Thanks,
>>>>> Pete
>>>>>
>>>> -- 
>>>> Supercharge your Review Board with Power Pack: 
>>>> https://www.reviewboard.org/powerpack/
>>>> Want us to host Review Board for you? Check out RBCommons: 
>>>> https://rbcommons.com/
>>>> Happy user? Let us know! https://www.reviewboard.org/users/
>>>> --- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "reviewboard" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to reviewboard...@googlegroups.com .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>> -- 
>>> Supercharge your Review Board with Power Pack: 
>>> https://www.reviewboard.org/powerpack/
>>> Want us to host Review Board for you? Check out RBCommons: 
>>> https://rbcommons.com/
>>> Happy user? Let us know! https://www.reviewboard.org/users/
>>> --- 
>>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "reviewboard" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/reviewboard/zfY_bxJ8SLE/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> reviewboard...@googlegroups.com .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to reviewboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Using SVN Protocol

2016-11-22 Thread Pete Singleton
Hi, I don't believe so no.  (I'd need to check with our sysadmin guys but
I'm pretty sure there's nothing else).
I've been reading a few other posts on here, and we have SELinux enabled on
the ReviewBoard VM, could this be a problem?

Pete

On 22 November 2016 at 09:35, Christian Hammond <christ...@beanbaginc.com>
wrote:

> Hi Pete,
>
> Are there any other types of access controls on that server? Does it
> restrict based on IP, or is it using some other form of authentication
> method (Kerberos, for instance)?
>
> Christian
>
> --
> Christian Hammond
> President/CEO of Beanbag <https://www.beanbaginc.com/>
> Makers of Review Board <https://www.reviewboard.org/>
>
> On Tue, Nov 22, 2016 at 1:21 AM, Pete Singleton <pete.single...@gmail.com>
> wrote:
>
>> I've now enabled logging, and it appears to show a permission problem:
>>
>> SVN: Failed to get repository information for svn://
>> svn.dev.pbsnetworks.com: Can't connect to host 'svn.dev.pbsnetworks.com':
>> Permission denied
>>
>> But the user/password I've specified (my own) are the same ones that work
>> from the command line and are valid SVN users.
>>
>> Pete
>>
>>
>> On Monday, 21 November 2016 17:17:56 UTC, Pete Singleton wrote:
>>>
>>> Is it possible to use the SVN:// protocol with RB?  I am receiving an
>>> error when entering the repository URL ("A repository was not found at the
>>> specified path")
>>>
>>> I have a local installation of ReviewBoard, from that VM I am able to
>>> run "svn list svn://xxx.xxx.xxx" but it won't let me add the same
>>> repository from the Admin page.
>>>
>>>
>>> Thanks,
>>> Pete
>>>
>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to reviewboard+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "reviewboard" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/reviewboard/zfY_bxJ8SLE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Using SVN Protocol

2016-11-22 Thread Pete Singleton
I've now enabled logging, and it appears to show a permission problem:

SVN: Failed to get repository information for 
svn://svn.dev.pbsnetworks.com: Can't connect to host 
'svn.dev.pbsnetworks.com': Permission denied

But the user/password I've specified (my own) are the same ones that work 
from the command line and are valid SVN users.

Pete


On Monday, 21 November 2016 17:17:56 UTC, Pete Singleton wrote:
>
> Is it possible to use the SVN:// protocol with RB?  I am receiving an 
> error when entering the repository URL ("A repository was not found at the 
> specified path")
>
> I have a local installation of ReviewBoard, from that VM I am able to run 
> "svn list svn://xxx.xxx.xxx" but it won't let me add the same repository 
> from the Admin page.
>
>
> Thanks,
> Pete
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Using SVN Protocol

2016-11-22 Thread Pete Singleton
It was PySVN (specified on the installation instructions).


On Monday, 21 November 2016 17:19:02 UTC, David Trowbridge wrote:
>
> Pete,
>
> That definitely should be working. Did you set up your installation using 
> PySVN or subvertpy? We've had issues with the latter.
>
> -David
>
> On Mon, Nov 21, 2016 at 9:17 AM Pete Singleton <pete.si...@gmail.com 
> > wrote:
>
>> Is it possible to use the SVN:// protocol with RB?  I am receiving an 
>> error when entering the repository URL ("A repository was not found at the 
>> specified path")
>>
>> I have a local installation of ReviewBoard, from that VM I am able to run 
>> "svn list svn://xxx.xxx.xxx" but it won't let me add the same repository 
>> from the Admin page.
>>
>>
>> Thanks,
>> Pete
>>
>> -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to reviewboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Using SVN Protocol

2016-11-21 Thread Pete Singleton
Is it possible to use the SVN:// protocol with RB?  I am receiving an error 
when entering the repository URL ("A repository was not found at the 
specified path")

I have a local installation of ReviewBoard, from that VM I am able to run 
"svn list svn://xxx.xxx.xxx" but it won't let me add the same repository 
from the Admin page.


Thanks,
Pete

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.