On Thu, Nov 17, 2011 at 1:37 PM, Chris Tooley <ch...@tooley.com> wrote:

> during none of those times has it worked until I go
> in and reset all of the permissions via:
>
> cd /usr/lib/python2.4
> find . -type d | xargs chmod o+rx
> find . -type f | xargs chmod o+r
>

I doubt this is caused by RB, easy_install, or RHEL. Most likely there is
something wrong with your umask, maybe it's getting set to a screwy setting
on all your servers. The umask can be set in lots of places, your umask,
root's umask, /etc/sudoers, and PAM configuration.

-Anton

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

Reply via email to