Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've had Nginx & Thin playing nicely on Ubuntu 10.04 for a couple of years. I have a script in /etc/init.d that starts Thin, using some .yml files in /etc/thin.

All of a sudden restarting Thin for any reason causes a permission denied error in Nginx.

Thin is running on a couple of sockets in /tmp, owned by root. I don't know if that was always the case...but if I change the owner of the socket to www-data (used by Nginx) everything works fine. So I wrote another script to handle it.

Thin is running v1.2.7, and Nginx is 0.7.65. Neither has changed. I did upgrade to Ruby 1.9.3p194 from 1.9.2p290.

Does anybody else have this issue, and have you found a more reasonable fix than "manually" updating permissions?

share|improve this question
The same issue with Nginx 1.1.19, Thin 1.3.1 on Ubuntu 12.04 – zuba Sep 6 '12 at 6:50

1 Answer

up vote 0 down vote accepted

Upgrading Thin to 1.3.1 solved it. I should've tried that right away, but I had issues with a staging server.

Anyway. Maybe this will help someone else.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.