Victor,

There were two primary items

·         When the rails server & delayed job threads started, they gave a 
“cannot open log” message saying the worker did not have write access in the 
log directory

·         When the app tried to run, it immediately threw an error trying to 
cache the CSS pages.  This completely blocked the server from starting.  The 
error was not generated in the console, only on the rendered page.

Both were clearly tied to the changes you made to rails/config/application.rb 
on 1/22 (sha 9410004b1789097e87f5ccfe2ecdb787f1f2b5ee) and easy to address once 
the change was identified.

IMHO, these were reasonable changes.  We just need to make sure that we have 
permissions correct.

Rob

From: Victor Lowther [mailto:victor.lowt...@gmail.com]
Sent: Saturday, February 01, 2014 5:59 PM
To: Hirschfeld, Rob
Cc: crowbar
Subject: Re: [Crowbar] OpenCrowbar work around for permission

On Sat, Feb 1, 2014 at 5:03 PM, 
<rob_hirschf...@dell.com<mailto:rob_hirschf...@dell.com>> wrote:
All,

We had a recent pull to OpenCrowbar to set better file locations for logs and 
cache; however, we’re getting a permissions issue.  While we resolve this in a 
consistent way, there’s a simple workaround:

What permission errors are you seeing?


sudo chmod 777 /var/cache
sudo chmod 777 /var/log/crowbar

I don’t think this is the right solution but it addresses the immediate issue 
if you are trying to work on OCB.

Rob
______________________________
Rob Hirschfeld
Sr. Distinguished Cloud Solution Architect
Dell | Cloud Edge, Data Center Solutions
blog robhirschfeld.com<http://robhirschfeld.com>, twitter @zehicle
Please note, I am based in the CENTRAL (-6) time zone


_______________________________________________
Crowbar mailing list
Crowbar@dell.com<mailto:Crowbar@dell.com>
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

_______________________________________________
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Reply via email to