Login does not work on the demo-website:
Error message:
Permission denied - /opt/tarantula/rails/log/production.log
Exception class:
Errno::EACCES
Application root:
/opt/tarantula/rails
Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.


-
Thanks for info. Problem is fixed now.
-
-
Hi folks,
we are repeatedly affected by this problem.
As per my understanding (and this thread here : https://getsatisfaction.com/prove/top...) it seems that this could be solved by changing the "user" that is used to create the new logfile... does anyone know how (where) to do that?
TIA, Thomas -
-
Hi,
As a workaround i have added following cron script to directory /etc/cron.d/fix_rights. (To set file access correctly once per minute)
MAILTO=""
# m h dom mon dow user command
1 * * * * root chown apache:apache /opt/tarantula/rails/lo
g/*
(Note that added cron file must itself be root owned).
If anybody knows proper fix to problem, please let us know. -
-
Hi Ari,
thanks a lot! Funny enough, the same solution was implemented last night by our operations support team :D (although they chose to make it run every 5 minutes).
Anyways, this will certainly help others who are experiencing the same issue and are looking for a workaround. Thank you!
Regards,
Thomas -