Created
July 16, 2012 04:19
-
-
Save ch1ago/3120503 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hey guys, I got stuck in this weird nginx/unicorn infinite loop. | |
I used capistrano to deploy, it happened before, I think it always happens when I have new migrations. | |
sudo service nginx restart #doesn't work | |
sudo reboot #this worked last time, I think it will work now too, but there's gotta be some other way, | |
any help is appreciated, thanks in advance | |
tail -f log/production.log | |
Connecting to database specified by database.yml | |
Connecting to database specified by database.yml | |
Starting the New Relic Agent. | |
Installed New Relic Browser Monitoring middleware | |
Connecting to database specified by database.yml | |
Starting the New Relic Agent. | |
Installed New Relic Browser Monitoring middleware | |
Connecting to database specified by database.yml | |
Starting the New Relic Agent. | |
Installed New Relic Browser Monitoring middleware | |
Connecting to database specified by database.yml | |
Starting the New Relic Agent. | |
Installed New Relic Browser Monitoring middleware | |
Starting the New Relic Agent. | |
Installed New Relic Browser Monitoring middleware | |
Connecting to database specified by database.yml | |
Starting the New Relic Agent. | |
Installed New Relic Browser Monitoring middleware | |
Connecting to database specified by database.yml | |
Connecting to database specified by database.yml | |
Connecting to database specified by database.yml | |
Starting the New Relic Agent. | |
Installed New Relic Browser Monitoring middleware | |
Starting the New Relic Agent. | |
Installed New Relic Browser Monitoring middleware | |
Connecting to database specified by database.yml | |
Starting the New Relic Agent. | |
Installed New Relic Browser Monitoring middleware |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment