I checked, it did recurse into the sub directories on my Fedora Core 4
system.

The shebangs in about 60 files in script and vendor/radiant appear to be
wrong!  Those files have  #!/usr/bin/env ruby shebangs while "which ruby" is
/usr/local/bin/ruby.  "Whereis ruby"  does not list a  /usr/bin/env
option.  Is there a ruby program to fix them or some way to link
"/usr/bin/env ruby" to "/usr/local/bin/ruby".

On 4/25/07, Sean Cribbs <[EMAIL PROTECTED]> wrote:

 As long as the shebangs in your script/ and public/ directory are
correct, you should have no problem.  While chmod 777 [myapp] will set the
correct permissions on the whole app, it will not recurse into
subdirectories.  Inside the [myapp]/public/ directory, run this:

chmod +x dispatch*

That should make sure your dispatch scripts are executable.

Sean


dave4c03 wrote:

I froze [myapp] with rake radiant:free:edge which I think put all the code
in the [myapp] directory. I did a chown -R [user]:[group] [myapp] to ensure
valid ownership.  Next I did chmod 777 [myapp] to ensure permissions were
not the problem.  It did not solve the problem however.

I notice that numerous shebangs in the script and vendor/radiant
directories do not properly point to Ruby, could this be the problem?

On 4/25/07, John W. Long <[EMAIL PROTECTED]> wrote:
>
> dave4c03 wrote:
> > I get the following error message:
> > ----- BEGIN -----
> >
> > #!/usr/local/bin/ruby
> > #
> > # You may specify the path to the FastCGI crash log (a log of
> unhandled
> > # exceptions which forced the FastCGI instance to exit, great for
> > debugging)
> > # and the number of requests to process before running garbage
> collection.
> > ...
> >
>
> That is not an error message. It's the contents of the fast cgi handler
> file. Perhaps the permissions are set wrong on it?
>
> --
> John Long
> http://wiseheartdesign.com
> _______________________________________________
> Radiant mailing list
> Post:   [email protected]
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>

------------------------------

_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant



_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to