Skip to content

Instantly share code, notes, and snippets.

@ch1ago
Created July 16, 2012 04:19
Show Gist options
  • Save ch1ago/3120503 to your computer and use it in GitHub Desktop.
Save ch1ago/3120503 to your computer and use it in GitHub Desktop.
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