Created
August 13, 2013 20:49
-
-
Save jamland/6225538 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
Intergalactic:airbrake-app andy$ foreman start -f Procfile.dev | |
23:48:41 api.1 | started with pid 16907 | |
23:48:41 worker.1 | started with pid 16908 | |
23:48:41 memcache.1 | started with pid 16903 | |
23:48:41 scheduler.1 | started with pid 16909 | |
23:48:41 redis.1 | started with pid 16904 | |
23:48:41 resque.1 | started with pid 16905 | |
23:48:41 logs.1 | started with pid 16906 | |
23:48:41 redis.1 | [16904] 13 Aug 23:48:41.526 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf | |
23:48:41 redis.1 | [16904] 13 Aug 23:48:41.527 * Max number of open files set to 10032 | |
23:48:41 redis.1 | [16904] 13 Aug 23:48:41.527 # Opening port 6379: bind: Address already in use | |
23:48:41 redis.1 | exited with code 1 | |
23:48:41 system | sending SIGTERM to all processes | |
SIGTERM received | |
23:48:41 scheduler.1 | terminated by SIGTERM | |
23:48:41 worker.1 | terminated by SIGTERM | |
23:48:41 api.1 | terminated by SIGTERM | |
23:48:41 logs.1 | terminated by SIGTERM | |
23:48:41 resque.1 | terminated by SIGTERM | |
23:48:41 memcache.1 | terminated by SIGTERM | |
Intergalactic:airbrake-app andy$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment