Attempting to reset authentication setup

2013-08-19 Thread Michaela Newell
I have tried to reset my authentication setup using the command:

rb-site manage /path/to/site set-siteconfig ––key=auth_backend 
–value=builtin

as stated on review boards website how the command is not working and is 
returning:

no such option: --key

Any ideas?

Many Thanks,
Michaela

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.


error when adding svn repository callback_ssl_client_cert_prompt required

2013-08-20 Thread Michaela Newell
Hi,

I already have repositories added that do not need certificates however 
when I try and add a repo with a certificate the logs show the message:
ERROR -  - SVN: Failed to get repository information for repo: 
callback_ssl_client_cert_prompt required

The site also displays:
A repository was not found at the specified path.


Do you know what is causing this? The certificate is on the client under 
/path/to/site/data/.subversion

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.


Re: Attempting to reset authentication setup

2013-08-20 Thread Michaela Newell
Hi David,

I tried that it also didn't work.

However, I did manage to find a solution:

***rb-site manage /path/to/site shell*
*from djblets.siteconfig.models import SiteConfiguration*
*siteconfig = SiteConfiguration.objects.get_current()*
*siteconfig.set('auth_backend', 'builtin')*
*siteconfig.save()*
This resets the authentication.


On Monday, 19 August 2013 19:59:09 UTC+1, David Trowbridge wrote:

 Michaela,

 It looks like the documentation got a little fuzzed in the translation 
 between plain text and html. The correct command is this (note the extra 
 --):

 rb-site manage /path/to/site set-siteconfig -- --key=auth_backend 
 --value=builtin

 -David


 On Mon, Aug 19, 2013 at 2:45 AM, Michaela Newell 
 michaela...@gmail.comjavascript:
  wrote:

 I have tried to reset my authentication setup using the command:

 rb-site manage /path/to/site set-siteconfig ––key=auth_backend 
 –value=builtin

 as stated on review boards website how the command is not working and is 
 returning:

 no such option: --key

 Any ideas?

 Many Thanks,
 Michaela

 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 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 javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.


error when setting up LDAP log reports - LDAP error: The specified object does not exist in the Directory or provided invalid credentials: uid=xxxx

2013-08-20 Thread Michaela Newell
I am attempting to setup LDAP for the first time.

The GUI login page is stating that:
Log in with your standard username and password

There's no need to register a new account. Your standard username and 
password should work fine.
But it does not actually have authentication.

The log states:
LDAP error: The specified object does not exist in the Directory or 
provided invalid credentials: uid=

Does anyone know the potential causes of this?

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.


[Errno 13] Permission denied error when sending emails

2013-08-20 Thread Michaela Newell
I am attempting to set-up emails. I have all three options selected and a 
valid smtp server. When I add a new user the logs show nothing but the 
email does not get sent. When I add a new review request I get this in the 
log:

 - Error sending e-mail notification with subject 'Review Request 1: ...' on 
behalf of '  .x...@.com' to '  
.x...@.com': [Errno 13] Permission denied
Traceback (most recent call last):
  File /usr/lib/python2.6/site-packages/reviewboard/notifications/email.py, 
line 244, in send_review_mail
message.send()
  File /usr/lib/python2.6/site-packages/django/core/mail/message.py, line 
248, in send
return self.get_connection(fail_silently).send_messages([self])
  File /usr/lib/python2.6/site-packages/django/core/mail/backends/smtp.py, 
line 85, in send_messages
new_conn_created = self.open()
  File /usr/lib/python2.6/site-packages/django/core/mail/backends/smtp.py, 
line 48, in open
local_hostname=DNS_NAME.get_fqdn())
  File /usr/lib64/python2.6/smtplib.py, line 239, in __init__
(code, msg) = self.connect(host, port)
  File /usr/lib64/python2.6/smtplib.py, line 295, in connect
self.sock = self._get_socket(host, port, self.timeout)
  File /usr/lib64/python2.6/smtplib.py, line 273, in _get_socket
return socket.create_connection((port, host), timeout)
  File /usr/lib64/python2.6/socket.py, line 567, in create_connection
raise error, msg
error: [Errno 13] Permission denied


Does anyone know of any causes?

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.


Re: [Errno 13] Permission denied error when sending emails

2013-08-20 Thread Michaela Newell
Hi Stephan,

Thanks for reply. It is RHEL/CentOS 6. It did not go away when I tried the 
command but the error message has changed. Output from log now is:

- Error sending e-mail notification with subject 'Review Request 2: gfhgf' on 
behalf of ' .x...@.com' to ' .x...@.com': 
STARTTLS extension not supported by server.
Traceback (most recent call last):
  File /usr/lib/python2.6/site-packages/reviewboard/notifications/email.py, 
line 244, in send_review_mail
message.send()
  File /usr/lib/python2.6/site-packages/django/core/mail/message.py, line 
248, in send
return self.get_connection(fail_silently).send_messages([self])
  File /usr/lib/python2.6/site-packages/django/core/mail/backends/smtp.py, 
line 85, in send_messages
new_conn_created = self.open()
  File /usr/lib/python2.6/site-packages/django/core/mail/backends/smtp.py, 
line 51, in open
self.connection.starttls()
  File /usr/lib64/python2.6/smtplib.py, line 611, in starttls
raise SMTPException(STARTTLS extension not supported by server.)
SMTPException: STARTTLS extension not supported by server.


The audit2allow -a command came back with command not found, running as 
root.

Michaela

On Tuesday, 20 August 2013 14:48:30 UTC+1, Stephen Gallagher wrote:

 On 08/20/2013 09:46 AM, Michaela Newell wrote: 
  I am attempting to set-up emails. I have all three options selected and 
  a valid smtp server. When I add a new user the logs show nothing but the 
  email does not get sent. When I add a new review request I get this in 
  the log: 
  
   - Error sending e-mail notification with subject 'Review Request 1: 
 ...' on behalf of '  .x...@.com' to '  
 .x...@.com': [Errno 13] Permission denied 
  Traceback (most recent call last): 
File 
 /usr/lib/python2.6/site-packages/reviewboard/notifications/email.py, line 
 244, in send_review_mail 
  message.send() 
File /usr/lib/python2.6/site-packages/django/core/mail/message.py, 
 line 248, in send 
  return self.get_connection(fail_silently).send_messages([self]) 
File 
 /usr/lib/python2.6/site-packages/django/core/mail/backends/smtp.py, line 
 85, in send_messages 
  new_conn_created = self.open() 
File 
 /usr/lib/python2.6/site-packages/django/core/mail/backends/smtp.py, line 
 48, in open 
  local_hostname=DNS_NAME.get_fqdn()) 
File /usr/lib64/python2.6/smtplib.py, line 239, in __init__ 
  (code, msg) = self.connect(host, port) 
File /usr/lib64/python2.6/smtplib.py, line 295, in connect 
  self.sock = self._get_socket(host, port, self.timeout) 
File /usr/lib64/python2.6/smtplib.py, line 273, in _get_socket 
  return socket.create_connection((port, host), timeout) 
File /usr/lib64/python2.6/socket.py, line 567, in create_connection 
  raise error, msg 
  error: [Errno 13] Permission denied 
  
  
  Does anyone know of any causes? 
  

 Is this RHEL/CentOS 6? It's possibke that SELinux might be interfering. 
 Does it go away if you do 'setenforce 0' as root? If so, please run the 
 command: 
 audit2allow -a 

 and send me the output. 



-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.


Re: [Errno 13] Permission denied error when sending emails

2013-08-20 Thread Michaela Newell
Actually, figured out what the last bits were it was because I had TLS 
ticked but my server didn't have it. Fixed now :) Thanks very much. Your 
command audit2allow -a did not work however.

On Tuesday, 20 August 2013 17:34:39 UTC+1, Michaela Newell wrote:

 Hi Stephan,

 Thanks for reply. It is RHEL/CentOS 6. It did not go away when I tried the 
 command but the error message has changed. Output from log now is:

 - Error sending e-mail notification with subject 'Review Request 2: gfhgf' on 
 behalf of ' .x...@.com' to ' .x...@.com': 
 STARTTLS extension not supported by server.
 Traceback (most recent call last):
   File /usr/lib/python2.6/site-packages/reviewboard/notifications/email.py, 
 line 244, in send_review_mail
 message.send()
   File /usr/lib/python2.6/site-packages/django/core/mail/message.py, line 
 248, in send
 return self.get_connection(fail_silently).send_messages([self])
   File /usr/lib/python2.6/site-packages/django/core/mail/backends/smtp.py, 
 line 85, in send_messages
 new_conn_created = self.open()
   File /usr/lib/python2.6/site-packages/django/core/mail/backends/smtp.py, 
 line 51, in open
 self.connection.starttls()
   File /usr/lib64/python2.6/smtplib.py, line 611, in starttls
 raise SMTPException(STARTTLS extension not supported by server.)
 SMTPException: STARTTLS extension not supported by server.


 The audit2allow -a command came back with command not found, running as 
 root.

 Michaela

 On Tuesday, 20 August 2013 14:48:30 UTC+1, Stephen Gallagher wrote:

 On 08/20/2013 09:46 AM, Michaela Newell wrote: 
  I am attempting to set-up emails. I have all three options selected and 
  a valid smtp server. When I add a new user the logs show nothing but 
 the 
  email does not get sent. When I add a new review request I get this in 
  the log: 
  
   - Error sending e-mail notification with subject 'Review Request 1: 
 ...' on behalf of '  .x...@.com' to '  
 .x...@.com': [Errno 13] Permission denied 
  Traceback (most recent call last): 
File 
 /usr/lib/python2.6/site-packages/reviewboard/notifications/email.py, line 
 244, in send_review_mail 
  message.send() 
File /usr/lib/python2.6/site-packages/django/core/mail/message.py, 
 line 248, in send 
  return self.get_connection(fail_silently).send_messages([self]) 
File 
 /usr/lib/python2.6/site-packages/django/core/mail/backends/smtp.py, line 
 85, in send_messages 
  new_conn_created = self.open() 
File 
 /usr/lib/python2.6/site-packages/django/core/mail/backends/smtp.py, line 
 48, in open 
  local_hostname=DNS_NAME.get_fqdn()) 
File /usr/lib64/python2.6/smtplib.py, line 239, in __init__ 
  (code, msg) = self.connect(host, port) 
File /usr/lib64/python2.6/smtplib.py, line 295, in connect 
  self.sock = self._get_socket(host, port, self.timeout) 
File /usr/lib64/python2.6/smtplib.py, line 273, in _get_socket 
  return socket.create_connection((port, host), timeout) 
File /usr/lib64/python2.6/socket.py, line 567, in create_connection 
  raise error, msg 
  error: [Errno 13] Permission denied 
  
  
  Does anyone know of any causes? 
  

 Is this RHEL/CentOS 6? It's possibke that SELinux might be interfering. 
 Does it go away if you do 'setenforce 0' as root? If so, please run the 
 command: 
 audit2allow -a 

 and send me the output. 



-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.


Re: error when adding svn repository callback_ssl_client_cert_prompt required

2013-08-23 Thread Michaela Newell
Hi David,

Thanks. I was not the same person who got the certificate it seems whoever 
got the certificate is the only user that can also add the repo.

Many Thanks,
Michaela

On Thursday, 22 August 2013 23:10:46 UTC+1, David Trowbridge wrote:

 One thing to double-check is that the certificate file is owned and 
 readable by whatever user your web server is running as.

 -David


 On Tue, Aug 20, 2013 at 5:07 AM, Michaela Newell 
 michaela...@gmail.comjavascript:
  wrote:

 Hi,

 I already have repositories added that do not need certificates however 
 when I try and add a repo with a certificate the logs show the message:
 ERROR -  - SVN: Failed to get repository information for repo: 
 callback_ssl_client_cert_prompt required

 The site also displays:
 A repository was not found at the specified path.


 Do you know what is causing this? The certificate is on the client under 
 /path/to/site/data/.subversion

 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 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 javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.