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

2014-11-14 Thread Paul Fee
Hi all (and Stephen),

Looks like there are problems beyond SELinux here.  However in case you 
haven't already, you'll need adjust SELinux so that httpd (which is running 
the RB Django code via mod_wsgi) is allowed make outbound TCP connections 
to port 25.

$ sudo setsebool -P httpd_can_sendmail 1

HTH,
Paul

On Thursday, November 13, 2014 10:17:22 AM UTC, Yang wrote:

 Hello Michaela, 

 Could you please explain more how you fixed this issue? I meet the same 
 problem of sending emails in web2py running on Apache (CentOS). 

 Thanks!

 On Tuesday, August 20, 2013 7:03:51 PM UTC+2, Michaela Newell wrote:

 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. 



-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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.


can we review multiple revisions of SVN repository

2014-11-14 Thread Veerender
Hi,


Can we review multiple revisions of SVN Repository.
i.e Developer has committed ten revisions to SVN branch.
can a Sr. Developer can review from -r1 to -r10 in a single Review Request.


Thanks,
Veerender.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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: Download RAW change file?

2014-11-14 Thread Ragnar Rova
Did this make it into 1.6.14 ? 

Den måndagen den 15:e mars 2010 kl. 20:36:39 UTC+1 skrev Christian Hammond:

 Hi,

 It's not today, but this has been requested before. I'm going to try to 
 get an API method for this in for 1.5 (which is currently in its beta 
 cycle), and I'll think about the best way to add it to the UI. It might 
 slip to 1.6 though.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Mon, Mar 15, 2010 at 8:29 AM, dcraven dcr...@gmail.com javascript: 
 wrote:

 Hi,

 We're using Review Board 1.0.5.1 at my company, and we are wondering
 if there is a way to download the RAW changed file. As in, not the
 diff, but the actual file with proposed revisions applied.

 Is this possible?

 Thanks,
 ~djc

 --
 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




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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: Download RAW change file?

2014-11-14 Thread Christian Hammond
Hi,

This feature was added to 2.0. There are now download icons on both sides
of a diff for getting the matching original/modified file.

Christian


On Friday, November 14, 2014, Ragnar Rova ragnar.r...@gmail.com wrote:

 Did this make it into 1.6.14 ?

 Den måndagen den 15:e mars 2010 kl. 20:36:39 UTC+1 skrev Christian Hammond:

 Hi,

 It's not today, but this has been requested before. I'm going to try to
 get an API method for this in for 1.5 (which is currently in its beta
 cycle), and I'll think about the best way to add it to the UI. It might
 slip to 1.6 though.

 Christian

 --
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Mon, Mar 15, 2010 at 8:29 AM, dcraven dcr...@gmail.com wrote:

 Hi,

 We're using Review Board 1.0.5.1 at my company, and we are wondering
 if there is a way to download the RAW changed file. As in, not the
 diff, but the actual file with proposed revisions applied.

 Is this possible?

 Thanks,
 ~djc

 --
 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
 For more options, visit this group at http://groups.google.com/
 group/reviewboard?hl=en


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://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
 javascript:_e(%7B%7D,'cvml','reviewboard%2bunsubscr...@googlegroups.com');
 .
 For more options, visit https://groups.google.com/d/optout.



-- 
-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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: can we review multiple revisions of SVN repository

2014-11-14 Thread David Trowbridge
You can do this, but it requires using rbtools to create your review
request (`rbt post 1 10`)

-David


On Fri, Nov 14, 2014 at 5:08 AM, Veerender veerender.1...@gmail.com wrote:

 Hi,


 Can we review multiple revisions of SVN Repository.
 i.e Developer has committed ten revisions to SVN branch.
 can a Sr. Developer can review from -r1 to -r10 in a single Review Request.


 Thanks,
 Veerender.

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://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.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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: Issue 3671 in reviewboard: Diff files doesn't show in firefox 33 or greater

2014-11-14 Thread reviewboard


Comment #1 on issue 3671 by soyac...@gmail.com: Diff files doesn't show in  
firefox 33 or greater

https://code.google.com/p/reviewboard/issues/detail?id=3671

But maybe it is Firefox issue.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3671 in reviewboard: Diff files doesn't show in firefox 33 or greater

2014-11-14 Thread reviewboard

Updates:
Status: NeedInfo

Comment #2 on issue 3671 by trowb...@gmail.com: Diff files doesn't show in  
firefox 33 or greater

https://code.google.com/p/reviewboard/issues/detail?id=3671

What version of Review Board? Can you look in the javascript console when  
loading the page and see if there are any errors?


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3561 in reviewboard: New Select Rows and Close Submitted doesn't seem to work

2014-11-14 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 3561 by chip...@gmail.com: New Select Rows and Close  
Submitted doesn't seem to work

https://code.google.com/p/reviewboard/issues/detail?id=3561

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.