On Mon, Feb 04, 2008 at 03:05:32PM -0500, John Bachir wrote: > While trying to run a rake task which accesses the ferret index, I > keep getting this error: > > Permission denied - script/../config/../index/production/shared/rebuild > > I have run chgrp and chmod appropriately and am fairly certain that > there is no OS-level read/write permissions issue-- or is something > trying to /execute/ that path? If so, then this must be a bug, right?
Well, you need +x flags on directories in order to be able to access them. Maybe that's the problem? Jens -- Jens Krämer http://www.jkraemer.net/ - Blog http://www.omdb.org/ - The new free film database _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

