Re: GitHub Enterprise Raw file URL mask

2013-04-24 Thread Ian Battersby
We've just moved to GHE and would welcome better built-in support, so +1. 
Happy to contribute if I can.

Cheers, Ian.

On Friday, 8 March 2013 19:42:30 UTC, Eric Schoonover wrote:
>
> I'm trying to figure out what the appropriate "Raw file URL mask" is for a 
> GitHub Enterprise installation.  Can someone help me out?
>
> - Eric
>

-- 
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: GitHub Enterprise Raw file URL mask

2013-04-24 Thread Christian Hammond
Hi Ian,

We have this mostly ironed out, but it may not become part of the standard 
Review Board install.

We're putting together a for-pay add-on package for Review Board to improve 
support in enterprises. Things like enhanced scalability and some deeper 
integration with more Enterprise-level services. We may end up putting the 
GitHub Enterprise support into that bundle. It's something we're still figuring 
out, but if this is of interest to you, we can add you to a beta list.

Christian

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

On Apr 24, 2013, at 2:00 AM, Ian Battersby  wrote:

> We've just moved to GHE and would welcome better built-in support, so +1. 
> Happy to contribute if I can.
> 
> Cheers, Ian.
> 
> On Friday, 8 March 2013 19:42:30 UTC, Eric Schoonover wrote:
> I'm trying to figure out what the appropriate "Raw file URL mask" is for a 
> GitHub Enterprise installation.  Can someone help me out?
> 
> - Eric
> 
> -- 
> 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.
>  
>  

-- 
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: Review request reports:Unknown repository paths found

2013-04-24 Thread chuck j
Thanks Chris, rbt works fine for the first instance but failed during 
re-posting the review request for same change list. why it failed need to 
look into. but i have made the changes in post-review and its working fine, 
i see it more stable at this point.

Thanks again for help your and you are fabulous person.

Cheers,
Chuck Jerry

On Tuesday, April 23, 2013 3:30:29 PM UTC+5:30, chuck j wrote:
>
> Thank you Chris appreciated.
>
> I will try this out.
>
> On Tuesday, April 23, 2013 3:22:11 PM UTC+5:30, Christian Hammond wrote:
>>
>> Hi,
>>
>> Please try using 'rbt post' instead of post-review, and see if that works 
>> better. It has different logic for this than post-review does, and will be 
>> replacing post-review completely in a future release. post-review at this 
>> point is deprecated.
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Tue, Apr 23, 2013 at 2:45 AM, chuck j  wrote:
>>
>>> Its seems for ssl enabled and configured list present in the reviewboard 
>>> is not handled in the post-review tool.
>>>
>>> if isinstance(self.info.path, list):
>>> repositories = self.get_repositories()
>>>
>>> debug("Repositories on Server: %s" % repositories)
>>> debug("Server Aliases: %s" % self.info.path)
>>>
>>> for repository in repositories:
>>> if repository['path'] in self.info.path:
>>> self.info.path = repository['path']
>>> break
>>>
>>> Reviewboard Admin guide says to register ssl enable repository use ssl: 
>>> prefix, when it gets registered with name ssl:perforce:1234, but 
>>> self.info.path will give you list of repositories without ssl: prefix hence 
>>> it die reporting all these messages.
>>>
>>> Just to let you know that "p4 info" output gives you Server Address 
>>> without ssl prefix i.e perforce:1234.
>>>
>>> Do you guys think the logic to handle multiple repository having ssl 
>>> enable perforce repository configured needs changes, please let me know if 
>>> i am wrong.
>>>
>>> -Chuck
>>>
>>>
>>> On Tuesday, April 23, 2013 1:01:40 PM UTC+5:30, chuck j wrote:

 Hi All,

 posting of review request shows "Unknown repository paths found"

 but review board server configured with two repositories.

 List of configured repositories:
 pf-sa.company.com:1666
 ssl:pf-sa-svr1:19773
 Unknown repository paths found:
 p4-area:19773
 p4-area.company.com:19773
 pf-sa-svr1:19773
 pf-sa-svr1.company.com:19773

 All the above unknown reported by post-review tool are Server Aliases 
 and are one which is configured with ssl.

 Following argument passed with post-review tool.

 post-review  --bugs-closed="TAI2343"  --branch="MAIN" --server=
 https://svrrb1.na.**company.com/svrrb--submit-as=chuck
  --description-file="/tmp/
 **tmpVwAGQY" 191269 --p4-port="ssl:pf-sa-svr1:**19773"  
 --repository-url="ssl:pf-sa-**svr1:19773"

 Why post-review unknown repository even when they are configured 
 properly. What is missing?

 -Chuck




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




Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-04-24 Thread Stephen Gallagher
On Tuesday, April 23, 2013, Christian Hammond wrote:

> On Tue, Apr 23, 2013 at 11:59 AM, Stephen Gallagher <
> step...@gallagherhome.com  'step...@gallagherhome.com');>> wrote:
>
>> On 04/23/2013 08:29 AM, Rahul Patil wrote:
>> > Hi Christian,
>> >
>> > Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up.
>> > Got this error when I hit the URL to RB site :
>> >
>> >
>> >   Something broke! (Error 500)
>> >
>> > It appears something broke when you tried to go to here. This is either
>> > a bug in Review Board or a server configuration error. Please report
>> > this to your administrator.
>> >
>> > Reverted to 1.6.3 for now, looks like I have to defer the upgrade since
>> > users are affected by unavailability of Reviewboard, so can't keep it at
>> > 1.7.7 and investigate the matter.
>> >
>> > Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will
>> > try 1.6.16.
>> >
>>
>> Try ensuring that you have django_evolution 0.6.9 installed. I know
>> there were some upgrade issues with older versions.
>>
>> Christian, I meant to bring this up to you: 1.7.7.1 is still requiring
>> only 0.6.7 or later. Probably worth correcting that for 1.7.8.
>>
>
> *sigh* Thought I had made that change, but I guess not. This *will* get
> fixed for 1.7.8. That might be in the next couple of weeks anyway.
>


No problem. At least in my case, when I build the RPMs I am setting the
dependencies for the packages, so I can override that. But it would
probably be helpful to the folks installing via easy_install/pip.



>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com  'chip...@chipx86.com');>
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
> --
> 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  'reviewboard%2bunsubscr...@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  'cvml', 'reviewboard%2bunsubscr...@googlegroups.com');>.
> 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.




Re: GitHub Enterprise Raw file URL mask

2013-04-24 Thread Stephen Gallagher
On Wednesday, April 24, 2013, Christian Hammond wrote:

> Hi Ian,
>
> We have this mostly ironed out, but it may not become part of the standard
> Review Board install.
>
> We're putting together a for-pay add-on package for Review Board to
> improve support in enterprises. Things like enhanced scalability and some
> deeper integration with more Enterprise-level services. We may end up
> putting the GitHub Enterprise support into that bundle. It's something
> we're still figuring out, but if this is of interest to you, we can add you
> to a beta list.
>
>

I would be interested in participating in such a beta as well. What
other features are you looking at including in a premium add-on?




> Christian
>
> --
> Christian Hammond - chip...@chipx86.com  'chip...@chipx86.com');>
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
> On Apr 24, 2013, at 2:00 AM, Ian Battersby 
>  'ian.batter...@gmail.com');>>
> wrote:
>
> We've just moved to GHE and would welcome better built-in support, so +1.
> Happy to contribute if I can.
>
> Cheers, Ian.
>
> On Friday, 8 March 2013 19:42:30 UTC, Eric Schoonover wrote:
>>
>> I'm trying to figure out what the appropriate "Raw file URL mask" is for
>> a GitHub Enterprise installation.  Can someone help me out?
>>
>> - Eric
>>
>
> --
> 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  '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  'cvml', 'reviewboard+unsubscr...@googlegroups.com');>.
> 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  'reviewboard%2bunsubscr...@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  'cvml', 'reviewboard%2bunsubscr...@googlegroups.com');>.
> 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.




Re: Chrome Extension: Review Board Notifier

2013-04-24 Thread kvr
My server's IP address,xxx.xxx.xx.xx.
Tried with prefixing http:// also, but no use.

On Tuesday, April 23, 2013 7:26:42 PM UTC+5:30, Kirollos Risk wrote:
>
> That's odd...
>
> In the settings, what do you have as the Review Board base URL?
>
> - Kiro
>
> On Apr 23, 2013, at 4:35 AM, kvr > wrote:
>
> I am also getting just spinning icon.
>
> On Tuesday, April 23, 2013 4:50:55 PM UTC+5:30, kvr wrote:
>>
>> Thanks Kiro, it worked.
>>
>> On Tuesday, April 23, 2013 1:50:04 AM UTC+5:30, Kirollos Risk wrote:
>>>
>>> It's not in the Chrome Web store yet.
>>>
>>> But, you can install it by downloading the *.crx* file at 
>>> https://github.com/krisk/rbn/blob/master/package/rbn.crx, open 
>>> chrome://extensions on your browser, and drag the *.crx* file into it.
>>>
>>> Let me know if you encounter any problems.
>>>
>>> - Kiro
>>>
>>> On Monday, 22 April 2013 03:58:14 UTC-7, kvr wrote:

 How to get it?
 I Could not find it in Chrome Web store.

 On Saturday, April 20, 2013 6:05:49 AM UTC+5:30, David Trowbridge wrote:
>
> Kiro,
>
> Very cool!
>
> What are the icons in the upper right?
>
> -David
>
>
> On Fri, Apr 19, 2013 at 4:15 PM, Kirollos Risk wrote:
>
>> Hey everyone!
>>
>> Here's a Chrome extension, *Review Board Notifie*r:
>>
>>  *Features:*
>>
>>- Quick glance on an review board requests assigned to you, 
>>whether they are waiting for *ship it*, or have been given *ship 
>>it*
>>- Click on an item to quickly get to the details
>>- Notifies you when there are new RB requests assigned to you
>>- Configurable via the settings page
>>
>>
>> *Screenshots:*
>>
>>
>> 
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>  
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>  
>>
>> 
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> You can install it for free, via https://github.com/krisk/rbn
>>
>> - Kiro
>>
>>  -- 
>> 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
>> --- 
>> 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/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...@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 a topic in the 
> Google Groups "reviewboard" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/reviewboard/HL2t03V1tkY/unsubscribe?hl=en
> .
> To unsubscribe from this group and all its topics, send an email to 
> reviewboard...@googlegroups.com .
> 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

Re: GitHub Enterprise Raw file URL mask

2013-04-24 Thread Ian Battersby
Hi Christian,

Thanks, that would be excellent! 

Certainly with (deserved) costs involved I would need to be able to justify 
the advantage of ReviewBoard over build-in reviewing of GHE, but suspect 
that won't be too hard.

Best wishes, Ian.

On Wednesday, 24 April 2013 10:09:31 UTC+1, Christian Hammond wrote:
>
> Hi Ian,
>
> We have this mostly ironed out, but it may not become part of the standard 
> Review Board install.
>
> We're putting together a for-pay add-on package for Review Board to 
> improve support in enterprises. Things like enhanced scalability and some 
> deeper integration with more Enterprise-level services. We may end up 
> putting the GitHub Enterprise support into that bundle. It's something 
> we're still figuring out, but if this is of interest to you, we can add you 
> to a beta list.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>  
> On Apr 24, 2013, at 2:00 AM, Ian Battersby > 
> wrote:
>
> We've just moved to GHE and would welcome better built-in support, so +1. 
> Happy to contribute if I can.
>
> Cheers, Ian.
>
> On Friday, 8 March 2013 19:42:30 UTC, Eric Schoonover wrote:
>>
>> I'm trying to figure out what the appropriate "Raw file URL mask" is for 
>> a GitHub Enterprise installation.  Can someone help me out?
>>
>> - Eric
>>
>
> -- 
> 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
> --- 
> 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/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.




Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-04-24 Thread Rahul Patil
Hi Christian,

No, nothing related to the attempted upgrade in reviewboard.log file.
I will try what Stephen suggests, but can't attempt much time on R&D with 
reviewboard down/in-operational, without someone complaining.

/Rahul

On Wednesday, April 24, 2013 1:57:59 AM UTC+5:30, Christian Hammond wrote:
>
> Was there anything in the reviewboard.log file? This doesn't sound like a 
> database upgrade issue off-hand.
>
> Christian
>
>
> On Apr 23, 2013, at 5:29, Rahul Patil > 
> wrote:
>
> Hi Christian,
>
> Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up. 
> Got this error when I hit the URL to RB site :
>
> Something broke! (Error 500) 
>
> It appears something broke when you tried to go to here. This is either a 
> bug in Review Board or a server configuration error. Please report this to 
> your administrator.
>
> Reverted to 1.6.3 for now, looks like I have to defer the upgrade since 
> users are affected by unavailability of Reviewboard, so can't keep it at 
> 1.7.7 and investigate the matter.
>
> Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will try 
> 1.6.16.
>
>
> regards,
> Rahul
>
>
> On Tuesday, April 23, 2013 11:03:29 AM UTC+5:30, Christian Hammond wrote:
>>
>> Hi Rahul,
>>
>> There have been quite a large number of SSH improvements and fixes for 
>> rbssh since 1.6.3. At this point, 1.6.3 is considered ancient. It's worth 
>> at least putting together a test 1.7.x installation and seeing if the 
>> problem has been fixed.
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>  
>> On Apr 22, 2013, at 10:10 PM, Rahul Patil  wrote:
>>
>> Hi Christian,
>>
>> I apologise if this thread in unsuitable to revive, please link me to 
>> most recent chain if you know. This is the most relevant thread I could 
>> find.
>>
>> I have the same issue, the setup is on Ubuntu 12.04 LTS , Reviewboard 
>> version is 1.6.3. I try to create a new CVS repository with ext access and 
>> it fails every time.
>> I looked up the release notes of subsequent releases but could not 
>> reliably gauge if the bug related to CVS ext/ssh access is fixed, so as 
>> ascertain if upgrading will fix this. I tried the logging options in 
>> rbssh.py file above in this thread, but I could not get detailed logging. 
>> Enabled site logging and this is all I could get. None of the workarounds 
>> resolve the problem either.
>>
>> In the browser, it displays error msg : 
>>
>>- A repository was not found at the specified path.
>>
>>
>> 2013-04-19 04:54:57,927 - DEBUG - starting thread (client mode): 
>> 0x92729cd0L
>> 2013-04-19 04:54:58,275 - INFO - Connected (version 2.0, client 
>> OpenSSH_4.3)
>> 2013-04-19 04:54:58,619 - DEBUG - kex 
>> algos:['diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
>> 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
>> encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
>> 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
>> 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 
>> 'aes256-ctr'] server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 
>> 'cast128-cbc', 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 
>> 'aes256-cbc', 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 
>> 'aes192-ctr', 'aes256-ctr'] client mac:['hmac-md5', 'hmac-sha1', 
>> 'hmac-ripemd160', 'hmac-ripemd160 @openssh.com', 'hmac-sha1-96', 
>> 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'hmac-ripemd160', 
>> 'hmac-ripemd160 @ openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client 
>> compress:['none', 'zlib @ openssh.com'] server compress:['none', 'zlib @ 
>> openssh.com'] client lang:[''] server lang:[''] kex follows?False
>> 2013-04-19 04:54:58,619 - DEBUG - Ciphers agreed: local=aes128-ctr, 
>> remote=aes128-ctr
>> 2013-04-19 04:54:58,620 - DEBUG - using kex diffie-hellman-group1-sha1; 
>> server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: 
>> local hmac-sha1, remote hmac-sha1; compression: local none, remote none
>> 2013-04-19 04:54:59,037 - DEBUG - Switch to new keys ...
>> 2013-04-19 04:54:59,039 - DEBUG - Trying SSH key 
>> 2013-04-19 04:54:59,787 - DEBUG - userauth is OK
>> 2013-04-19 04:55:00,163 - INFO - Authentication (publickey) failed.
>> 2013-04-19 04:55:00,174 - DEBUG - Trying discovered key  in 
>> /home/reviewboard/mysite/data/.ssh/id_rsa
>> 2013-04-19 04:55:00,517 - DEBUG - userauth is OK
>> 2013-04-19 04:55:00,880 - INFO - Authentication (publickey) failed.
>> 2013-04-19 04:55:01,227 - DEBUG - userauth is OK
>> 2013-04-19 04:55:01,577 - INFO - Authentication (password) successful!
>> 2013-04-19 04:55:01,678 - DEBUG - EOF in transport thread
>>
>> Apparently, it can authenticate against CVS but then fails ( to find 
>> CVSROOT ? ). As I mentioned, I am not sure looking at release notes if 
>> newer versions have resolved this, maybe you can clarify? If

Instructions for upgrading and migrating to new server?

2013-04-24 Thread Alfred von Campe
We are running ReviewBoard 1.6.6 installed via easy-install on an old CentOS 
5.9 server with apache-modpython, and I would like to migrate this to a new 
server running CentOS 6.4 and apache-wsgi and the latest ReviewBoard version 
installed via yum from epel-testing repo.

Are the steps to do this documented anywhere?  Will the following steps work 
(we are using MySQL)?

  0. Ensure nobody is using the old server during the migration
  1. Dump old database
  2. Tar up site directory from old server (contains .ssh and .subversion 
directories with needed config data)
  3. Install ReviewBoard via yum
  4. Create reviewboard database and user
  5. Create new site with rb-site install (need to get new apache config file)
  6. Update apache configuration file with conf file generated in previous step
  7. Delete reviewboard database and load database from old server (after 
re-creating database and user)
  8. Delete new site and replace with tar file from old server (possible 
preserving apache conf file)
  9. Run rb-site upgrade

Did I miss something or am I adding any unnecessary steps?

Also, how do I install and configure memcached on additional CentOS 6.4 
servers?  What is the recommended amount of memory to allocate to memcached for 
ReviewBoard?

Alfred

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




PyErr_Restore () from /usr/lib64/libpython2.4.so.1.0 error while installing Reviewboard on centos5 system

2013-04-24 Thread mamta . nanavati
Hi,
I'm trying to install Reviewboard on centos5. 
Using : Python2.7, Reviewboard -1.7.x and Django-1.4x 
with Apache2.2

I also rebuild mod_wsgi with python2.7 and --enable-shared.
After solving one thing that led to another, I'm finally stuck on a seg 
fault. 
On doing a core dump and inspecting it, I see the following error:
PyErr_Restore () from /usr/lib64/libpython2.4.so.1.0

I've now hit a roadblock , Can someone please provide some pointers?

Thanks,
M

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




Problems migrating ReviewBoard from MySQL to PostgreSQL

2013-04-24 Thread David Lee
We have an existing ReviewBoard setup that we're trying to migrate from an 
old MySQL infrastructure to a shiny new PostgreSQL setup.

We've gotten it to the point where the migration seems to work fine for 
reading the data out of the PostgreSQL database, and for some simple 
changes. But when we try to create new content, we get a 500 error from 
reviewboard. It looks like the sequences for generating primary keys aren't 
being updated when we run dbimport, which is causing unique constraint 
violations.

I can't find a related issue in the issue tracker, or much discussion about 
this on the Internet at large.

1. Does anyone have patch for fixing this?
2. How about a script for fixing up the sequences in PostgreSQL?
3. Anyone else have experiences migrating ReviewBoard to PostgreSQL that 
might help us out?

Here are the details, if it helps:

We're getting errors in the logs that look like:

2013-04-24 18:32:51,325 - ERROR - Exception thrown for user dlee at 
http://rbtest.digium.internal/r/new/

duplicate key value violates unique constraint 
"diffviewer_diffsethistory_pkey"
DETAIL:  Key (id)=(7) already exists.


It looks like what's happening is that the data in the database is being 
migrated successfully, but the sequences for generating primary keys are 
left unchanged.

reviewboard=# select max(id) from diffviewer_diffsethistory;
 max  
--
 2466
(1 row)

reviewboard=# \d diffviewer_diffsethistory_id_seq 
 Sequence "public.diffviewer_diffsethistory_id_seq"
Column |  Type   |  Value   
---+-+--
 sequence_name | name| diffviewer_diffsethistory_id_seq
 last_value| bigint  | 7
 start_value   | bigint  | 1
 increment_by  | bigint  | 1
 max_value | bigint  | 9223372036854775807
 min_value | bigint  | 1
 cache_value   | bigint  | 1
 log_cnt   | bigint  | 29
 is_cycled | boolean | f
 is_called | boolean | t


Thanks!
dave
<><

-- 
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: Problems migrating ReviewBoard from MySQL to PostgreSQL

2013-04-24 Thread Christian Hammond
Hi David,

How did you attempt the migration? Converting raw SQL, or using the 
dumpdb/loaddb management commands?

Migrating from MySQL to PostgreSQL is not something I've ever tried. I know 
some people have had success going from sqlite to MySQL using dumpdb/loaddb.

Christian

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

On Apr 24, 2013, at 11:54 AM, David Lee  wrote:

> We have an existing ReviewBoard setup that we're trying to migrate from an 
> old MySQL infrastructure to a shiny new PostgreSQL setup.
> 
> We've gotten it to the point where the migration seems to work fine for 
> reading the data out of the PostgreSQL database, and for some simple changes. 
> But when we try to create new content, we get a 500 error from reviewboard. 
> It looks like the sequences for generating primary keys aren't being updated 
> when we run dbimport, which is causing unique constraint violations.
> 
> I can't find a related issue in the issue tracker, or much discussion about 
> this on the Internet at large.
> 
> 1. Does anyone have patch for fixing this?
> 2. How about a script for fixing up the sequences in PostgreSQL?
> 3. Anyone else have experiences migrating ReviewBoard to PostgreSQL that 
> might help us out?
> 
> Here are the details, if it helps:
> 
> We're getting errors in the logs that look like:
> 2013-04-24 18:32:51,325 - ERROR - Exception thrown for user dlee at 
> http://rbtest.digium.internal/r/new/
> 
> duplicate key value violates unique constraint 
> "diffviewer_diffsethistory_pkey"
> DETAIL:  Key (id)=(7) already exists.
> 
> It looks like what's happening is that the data in the database is being 
> migrated successfully, but the sequences for generating primary keys are left 
> unchanged.
> 
> reviewboard=# select max(id) from diffviewer_diffsethistory;
>  max  
> --
>  2466
> (1 row)
> 
> reviewboard=# \d diffviewer_diffsethistory_id_seq 
>  Sequence "public.diffviewer_diffsethistory_id_seq"
> Column |  Type   |  Value   
> ---+-+--
>  sequence_name | name| diffviewer_diffsethistory_id_seq
>  last_value| bigint  | 7
>  start_value   | bigint  | 1
>  increment_by  | bigint  | 1
>  max_value | bigint  | 9223372036854775807
>  min_value | bigint  | 1
>  cache_value   | bigint  | 1
>  log_cnt   | bigint  | 29
>  is_cycled | boolean | f
>  is_called | boolean | t
> 
> Thanks!
> dave
> <><
> 
> -- 
> 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.
>  
>  

-- 
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: PyErr_Restore () from /usr/lib64/libpython2.4.so.1.0 error while installing Reviewboard on centos5 system

2013-04-24 Thread Christian Hammond
Hi,

Looks like it's still using Python 2.4. Something in your stack isn't updated 
to use Python 2.7.

Curious why you're building from source and not using system packages? 

Christian

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

On Apr 24, 2013, at 12:54 PM, mamta.nanav...@gmail.com wrote:

> Hi,
> I'm trying to install Reviewboard on centos5. 
> Using : Python2.7, Reviewboard -1.7.x and Django-1.4x 
> with Apache2.2
> 
> I also rebuild mod_wsgi with python2.7 and --enable-shared.
> After solving one thing that led to another, I'm finally stuck on a seg 
> fault. 
> On doing a core dump and inspecting it, I see the following error:
> PyErr_Restore () from /usr/lib64/libpython2.4.so.1.0
> 
> I've now hit a roadblock , Can someone please provide some pointers?
> 
> Thanks,
> M
> 
> -- 
> 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.
>  
>  

-- 
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: PyErr_Restore () from /usr/lib64/libpython2.4.so.1.0 error while installing Reviewboard on centos5 system

2013-04-24 Thread Mamta Nanavati
Hi Christian,
I'm actually using system packages , the only thing I had to rebuild was 
mod_wsgi since it was using the version for python2.4 with httpd.  
Would you recommend any particular route that I should take?


Thanks,
Mamta
On Wednesday, April 24, 2013 1:06:45 PM UTC-7, Christian Hammond wrote:
>
> Hi,
>
> Looks like it's still using Python 2.4. Something in your stack isn't 
> updated to use Python 2.7.
>
> Curious why you're building from source and not using system packages? 
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>  
> On Apr 24, 2013, at 12:54 PM, mamta.n...@gmail.com  wrote:
>
> Hi,
> I'm trying to install Reviewboard on centos5. 
> Using : Python2.7, Reviewboard -1.7.x and Django-1.4x 
> with Apache2.2
>
> I also rebuild mod_wsgi with python2.7 and --enable-shared.
> After solving one thing that led to another, I'm finally stuck on a seg 
> fault. 
> On doing a core dump and inspecting it, I see the following error:
> PyErr_Restore () from /usr/lib64/libpython2.4.so.1.0
>
> I've now hit a roadblock , Can someone please provide some pointers?
>
> Thanks,
> M
>
> -- 
> 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
> --- 
> 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/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.




Installed reviewboard 1.7.7.1 - getting error while accessing admin page

2013-04-24 Thread Prashima
Hi,


I have recently installed reviewboard 1.7.7.1 on my server. Things were 
looking fine, with my reviewboard site up and running. I was even able to 
do some of the admin configurations, but very soon I started getting 
standard "Error 500 something is broke!" whenever I try to go to the admin 
page. Since then I haven't been able to access admin again. I am able to 
access all other review request and support related pages.


OS: CentOS 6.3
Browsers : Firefox, Chrome IE
Reviewboard : 1.7.7.1
Python : 2.6.6
Django : 1.4.5

Attaching the relevant error log. Please let me know if any other 
information is required.


Partial trace -

[Wed Apr 24 09:07:51 2013] [error] too many values to unpack
[Wed Apr 24 09:07:51 2013] [error] Traceback (most recent call last):
[Wed Apr 24 09:07:51 2013] [error]   File 
"/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/handlers/base.py",
 
line 111, in get_response
[Wed Apr 24 09:07:51 2013] [error] response = callback(request, 
*callback_args, **callback_kwargs)
[Wed Apr 24 09:07:51 2013] [error]   File 
"/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/contrib/admin/views/decorators.py",
 
line 16, in _checklogin
[Wed Apr 24 09:07:51 2013] [error] return view_func(request, *args, 
**kwargs)
[Wed Apr 24 09:07:51 2013] [error]   File 
"/usr/lib/python2.6/site-packages/ReviewBoard-1.7.7.1-py2.6.egg/reviewboard/admin/views.py",
 
line 33, in dashboard
[Wed Apr 24 09:07:51 2013] [error] 'secondary_widgets': 
secondary_widgets,
[Wed Apr 24 09:07:51 2013] [error]   File 
"/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/shortcuts/__init__.py",
 
line 20, in render_to_response
[Wed Apr 24 09:07:51 2013] [error] return 
HttpResponse(loader.render_to_string(*args, **kwargs), 
**httpresponse_kwargs)
[Wed Apr 24 09:07:51 2013] [error]   File 
"/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/loader.py",
 
line 171, in render_to_string
[Wed Apr 24 09:07:51 2013] [error] return t.render(Context(dictionary))
.
.
.


Thanks,
Prashima

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


[Wed Apr 24 16:35:25 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 
mod_wsgi/3.2 Python/2.6.6 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming 
normal operations
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/views/generic/list_detail.py:10:
 DeprecationWarning: Function-based generic views have been deprecated; use 
class-based views instead.
[Wed Apr 24 08:35:32 2013] [error]   DeprecationWarning
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/conf/__init__.py:75:
 DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use 
STATIC_URL instead.
[Wed Apr 24 08:35:32 2013] [error]   "use STATIC_URL instead.", 
DeprecationWarning)
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/defaulttags.py:1235:
 DeprecationWarning: The syntax for the url template tag is changing. Load the 
`url` tag from the `future` tag
 library to start using the new behavior.
[Wed Apr 24 08:35:32 2013] [error]   category=DeprecationWarning)
[Wed Apr 24 08:37:11 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/views/generic/list_detail.py:10:
 DeprecationWarning: Function-based generic views have been deprecated; use 
class-based views instead.
[Wed Apr 24 08:37:11 2013] [error]   DeprecationWarning
[Wed Apr 24 08:37:11 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/conf/__init__.py:75:
 DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use 
STATIC_URL instead.
[Wed Apr 24 08:37:11 2013] [error]   "use STATIC_URL instead.", 
DeprecationWarning)
[Wed Apr 24 08:37:11 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/defaulttags.py:1235:
 DeprecationWarning: The syntax for the url template tag is changing. Load the 
`url` tag from the `future` tag
 library to start using the new behavior.
[Wed Apr 24 08:37:11 2013] [error]   category=DeprecationWarning)
[Wed Apr 24 08:37:47 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/views/generic/list_detail.py:10:
 DeprecationWarning: Function-based generic views ha

Reviewboard 1.7.7.1 - getting error while accessing admin page

2013-04-24 Thread Prashima
Hi,

(Apologies if this is duplicate post, I don't see my previous post on the 
group)

I have recently installed reviewboard. Things were going fine, with my site 
up and running. I was even able to make some admin configurations, but soon 
I started getting the standard "Error 500 somehting is broken!" error while 
accessing the admin page. Since then I haven't been able to access the 
admin page. I am able to access all other pages.


OS : CentOS 6.3
Python : 2.6.6
Django : 1.4.5
Browser : tested with Firefox, Chrome, IE


Attached the relevant error log. Please let me know if any other 
information is required. 

Partial trace:

[Wed Apr 24 09:07:51 2013] [error] too many values to unpack
[Wed Apr 24 09:07:51 2013] [error] Traceback (most recent call last):
[Wed Apr 24 09:07:51 2013] [error]   File 
"/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/handlers/base.py",
 
line 111, in get_response
[Wed Apr 24 09:07:51 2013] [error] response = callback(request, 
*callback_args, **callback_kwargs)
[Wed Apr 24 09:07:51 2013] [error]   File 
"/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/contrib/admin/views/decorators.py",
 
line 16, in _checklogin
[Wed Apr 24 09:07:51 2013] [error] return view_func(request, *args, 
**kwargs)
[Wed Apr 24 09:07:51 2013] [error]   File 
"/usr/lib/python2.6/site-packages/ReviewBoard-1.7.7.1-py2.6.egg/reviewboard/admin/views.py",
 
line 33, in dashboard
[Wed Apr 24 09:07:51 2013] [error] 'secondary_widgets': 
secondary_widgets,
[Wed Apr 24 09:07:51 2013] [error]   File 
"/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/shortcuts/__init__.py",
 
line 20, in render_to_response
[Wed Apr 24 09:07:51 2013] [error] return 
HttpResponse(loader.render_to_string(*args, **kwargs), 
**httpresponse_kwargs)
[Wed Apr 24 09:07:51 2013] [error]   File 
"/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/loader.py",
 
line 171, in render_to_string
[Wed Apr 24 09:07:51 2013] [error] return t.render(Context(dictionary))
[Wed Apr 24 09:07:51 2013] [error]   File 
"/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/base.py",
 
line 140, in render
[Wed Apr 24 09:07:51 2013] [error] return self._render(context)


Thanks,
Prashima

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


[Wed Apr 24 16:35:25 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 
mod_wsgi/3.2 Python/2.6.6 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming 
normal operations
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/views/generic/list_detail.py:10:
 DeprecationWarning: Function-based generic views have been deprecated; use 
class-based views instead.
[Wed Apr 24 08:35:32 2013] [error]   DeprecationWarning
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/conf/__init__.py:75:
 DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use 
STATIC_URL instead.
[Wed Apr 24 08:35:32 2013] [error]   "use STATIC_URL instead.", 
DeprecationWarning)
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/defaulttags.py:1235:
 DeprecationWarning: The syntax for the url template tag is changing. Load the 
`url` tag from the `future` tag
 library to start using the new behavior.
[Wed Apr 24 08:35:32 2013] [error]   category=DeprecationWarning)
[Wed Apr 24 08:37:11 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/views/generic/list_detail.py:10:
 DeprecationWarning: Function-based generic views have been deprecated; use 
class-based views instead.
[Wed Apr 24 08:37:11 2013] [error]   DeprecationWarning
[Wed Apr 24 08:37:11 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/conf/__init__.py:75:
 DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use 
STATIC_URL instead.
[Wed Apr 24 08:37:11 2013] [error]   "use STATIC_URL instead.", 
DeprecationWarning)
[Wed Apr 24 08:37:11 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/defaulttags.py:1235:
 DeprecationWarning: The syntax for the url template tag is changing. Load the 
`url` tag from the `future` tag
 library to start using the new behavior.
[Wed Apr 24 08:37:11 2013] [error]   catego

Re: Installed reviewboard 1.7.7.1 - getting error while accessing admin page

2013-04-24 Thread David Trowbridge
So the contents of the log that you included are the right spot, except you
cut it off too early. Can you include everything down to the bottom of the
traceback?

Thanks,
-David


On Wed, Apr 24, 2013 at 7:18 PM, Prashima  wrote:

> Hi,
>
>
> I have recently installed reviewboard 1.7.7.1 on my server. Things were
> looking fine, with my reviewboard site up and running. I was even able to
> do some of the admin configurations, but very soon I started getting
> standard "Error 500 something is broke!" whenever I try to go to the admin
> page. Since then I haven't been able to access admin again. I am able to
> access all other review request and support related pages.
>
>
> OS: CentOS 6.3
> Browsers : Firefox, Chrome IE
> Reviewboard : 1.7.7.1
> Python : 2.6.6
> Django : 1.4.5
>
> Attaching the relevant error log. Please let me know if any other
> information is required.
>
>
> Partial trace -
>
> [Wed Apr 24 09:07:51 2013] [error] too many values to unpack
> [Wed Apr 24 09:07:51 2013] [error] Traceback (most recent call last):
> [Wed Apr 24 09:07:51 2013] [error]   File
> "/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/handlers/base.py",
> line 111, in get_response
> [Wed Apr 24 09:07:51 2013] [error] response = callback(request,
> *callback_args, **callback_kwargs)
> [Wed Apr 24 09:07:51 2013] [error]   File
> "/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/contrib/admin/views/decorators.py",
> line 16, in _checklogin
> [Wed Apr 24 09:07:51 2013] [error] return view_func(request, *args,
> **kwargs)
> [Wed Apr 24 09:07:51 2013] [error]   File
> "/usr/lib/python2.6/site-packages/ReviewBoard-1.7.7.1-py2.6.egg/reviewboard/admin/views.py",
> line 33, in dashboard
> [Wed Apr 24 09:07:51 2013] [error] 'secondary_widgets':
> secondary_widgets,
> [Wed Apr 24 09:07:51 2013] [error]   File
> "/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/shortcuts/__init__.py",
> line 20, in render_to_response
> [Wed Apr 24 09:07:51 2013] [error] return
> HttpResponse(loader.render_to_string(*args, **kwargs),
> **httpresponse_kwargs)
> [Wed Apr 24 09:07:51 2013] [error]   File
> "/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/loader.py",
> line 171, in render_to_string
> [Wed Apr 24 09:07:51 2013] [error] return t.render(Context(dictionary))
> .
> .
> .
>
>
> Thanks,
> Prashima
>
> --
> 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.
>
>
>

-- 
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: Installed reviewboard 1.7.7.1 - getting error while accessing admin page

2013-04-24 Thread Prashima
Please find attached the extended error log. Note that the server also has 
other virtual hosts configured, so there will be some noise in between the 
meaningful data.

Hope this helps!!

On Thursday, 25 April 2013 12:38:37 UTC+8, David Trowbridge wrote:
>
> So the contents of the log that you included are the right spot, except 
> you cut it off too early. Can you include everything down to the bottom of 
> the traceback?
>
> Thanks,
> -David
>
>
> On Wed, Apr 24, 2013 at 7:18 PM, Prashima 
> > wrote:
>
>> Hi,
>>
>>
>> I have recently installed reviewboard 1.7.7.1 on my server. Things were 
>> looking fine, with my reviewboard site up and running. I was even able to 
>> do some of the admin configurations, but very soon I started getting 
>> standard "Error 500 something is broke!" whenever I try to go to the admin 
>> page. Since then I haven't been able to access admin again. I am able to 
>> access all other review request and support related pages.
>>
>>
>> OS: CentOS 6.3
>> Browsers : Firefox, Chrome IE
>> Reviewboard : 1.7.7.1
>> Python : 2.6.6
>> Django : 1.4.5
>>
>> Attaching the relevant error log. Please let me know if any other 
>> information is required.
>>
>>
>> Partial trace -
>>
>> [Wed Apr 24 09:07:51 2013] [error] too many values to unpack
>> [Wed Apr 24 09:07:51 2013] [error] Traceback (most recent call last):
>> [Wed Apr 24 09:07:51 2013] [error]   File 
>> "/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/handlers/base.py",
>>  
>> line 111, in get_response
>> [Wed Apr 24 09:07:51 2013] [error] response = callback(request, 
>> *callback_args, **callback_kwargs)
>> [Wed Apr 24 09:07:51 2013] [error]   File 
>> "/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/contrib/admin/views/decorators.py",
>>  
>> line 16, in _checklogin
>> [Wed Apr 24 09:07:51 2013] [error] return view_func(request, *args, 
>> **kwargs)
>> [Wed Apr 24 09:07:51 2013] [error]   File 
>> "/usr/lib/python2.6/site-packages/ReviewBoard-1.7.7.1-py2.6.egg/reviewboard/admin/views.py",
>>  
>> line 33, in dashboard
>> [Wed Apr 24 09:07:51 2013] [error] 'secondary_widgets': 
>> secondary_widgets,
>> [Wed Apr 24 09:07:51 2013] [error]   File 
>> "/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/shortcuts/__init__.py",
>>  
>> line 20, in render_to_response
>> [Wed Apr 24 09:07:51 2013] [error] return 
>> HttpResponse(loader.render_to_string(*args, **kwargs), 
>> **httpresponse_kwargs)
>> [Wed Apr 24 09:07:51 2013] [error]   File 
>> "/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/loader.py",
>>  
>> line 171, in render_to_string
>> [Wed Apr 24 09:07:51 2013] [error] return 
>> t.render(Context(dictionary))
>> .
>> .
>> .
>>
>>
>> Thanks,
>> Prashima
>>
>> -- 
>> 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
>> --- 
>> 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/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.


[Wed Apr 24 16:35:25 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 
mod_wsgi/3.2 Python/2.6.6 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming 
normal operations
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/views/generic/list_detail.py:10:
 DeprecationWarning: Function-based generic views have been deprecated; use 
class-based views instead.
[Wed Apr 24 08:35:32 2013] [error]   DeprecationWarning
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/conf/__init__.py:75:
 DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use 
STATIC_URL instead.
[Wed Apr 24 08:35:32 2013] [error]   "use STATIC_URL instead.", 
DeprecationWarning)
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/

Re: Chrome Extension: Review Board Notifier

2013-04-24 Thread kvr
I have tried with http:// and my port is a default port(80).
I am running behind proxy,is this the cause?

On Wednesday, April 24, 2013 4:28:28 PM UTC+5:30, kvr wrote:
>
> My server's IP address,xxx.xxx.xx.xx.
> Tried with prefixing http:// also, but no use.
>
> On Tuesday, April 23, 2013 7:26:42 PM UTC+5:30, Kirollos Risk wrote:
>>
>> That's odd...
>>
>> In the settings, what do you have as the Review Board base URL?
>>
>> - Kiro
>>
>> On Apr 23, 2013, at 4:35 AM, kvr  wrote:
>>
>> I am also getting just spinning icon.
>>
>> On Tuesday, April 23, 2013 4:50:55 PM UTC+5:30, kvr wrote:
>>>
>>> Thanks Kiro, it worked.
>>>
>>> On Tuesday, April 23, 2013 1:50:04 AM UTC+5:30, Kirollos Risk wrote:

 It's not in the Chrome Web store yet.

 But, you can install it by downloading the *.crx* file at 
 https://github.com/krisk/rbn/blob/master/package/rbn.crx, open 
 chrome://extensions on your browser, and drag the *.crx* file into it.

 Let me know if you encounter any problems.

 - Kiro

 On Monday, 22 April 2013 03:58:14 UTC-7, kvr wrote:
>
> How to get it?
> I Could not find it in Chrome Web store.
>
> On Saturday, April 20, 2013 6:05:49 AM UTC+5:30, David Trowbridge 
> wrote:
>>
>> Kiro,
>>
>> Very cool!
>>
>> What are the icons in the upper right?
>>
>> -David
>>
>>
>> On Fri, Apr 19, 2013 at 4:15 PM, Kirollos Risk wrote:
>>
>>> Hey everyone!
>>>
>>> Here's a Chrome extension, *Review Board Notifie*r:
>>>
>>>  *Features:*
>>>
>>>- Quick glance on an review board requests assigned to you, 
>>>whether they are waiting for *ship it*, or have been given *ship 
>>>it*
>>>- Click on an item to quickly get to the details
>>>- Notifies you when there are new RB requests assigned to you
>>>- Configurable via the settings page
>>>
>>>
>>> *Screenshots:*
>>>
>>>
>>> 
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>  
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>  
>>>
>>> 
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> You can install it for free, via https://github.com/krisk/rbn
>>>
>>> - Kiro
>>>
>>>  -- 
>>> 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
>>> --- 
>>> 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/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...@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 a topic in the 
>> Google Groups "reviewboard" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/reviewboard/HL2t03V1tkY/unsubscribe?hl=en
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> reviewboard...@googlegroups.com.
>> 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 emai