Skip to content

Instantly share code, notes, and snippets.

@lsmag
Created June 5, 2014 15:17
Show Gist options
  • Save lsmag/4028b01a88c0457f48a6 to your computer and use it in GitHub Desktop.
Save lsmag/4028b01a88c0457f48a6 to your computer and use it in GitHub Desktop.
$ sudo circusd --log-level debug etc/circus.ini
2014-06-05 11:15:04 circus[8408] [INFO] Starting master on pid 8408
2014-06-05 11:15:04 circus[8408] [DEBUG] Socket bound at 127.0.0.1:8080 - fd: 6
2014-06-05 11:15:04 circus[8408] [INFO] sockets started
2014-06-05 11:15:04 circus[8408] [DEBUG] Initializing watchers
2014-06-05 11:15:04 circus[8408] [DEBUG] cmd: bundle exec thin start -C /home/myuser/myproject/etc/thin.yml -S $(circus.sockets.server)
2014-06-05 11:15:04 circus[8408] [DEBUG] args:
2014-06-05 11:15:04 circus[8408] [DEBUG] process args: ['bundle', 'exec', 'thin', 'start', '-C', '/home/myuser/myproject/etc/thin.yml', '-S', '6']
2014-06-05 11:15:04 circus[8408] [WARNING] error in 'server': [Errno 2] No such file or directory
2014-06-05 11:15:04 circus[8408] [DEBUG] cmd: bundle exec thin start -C /home/myuser/myproject/etc/thin.yml -S $(circus.sockets.server)
2014-06-05 11:15:04 circus[8408] [DEBUG] args:
2014-06-05 11:15:04 circus[8408] [DEBUG] process args: ['bundle', 'exec', 'thin', 'start', '-C', '/home/myuser/myproject/etc/thin.yml', '-S', '6']
2014-06-05 11:15:04 circus[8408] [WARNING] error in 'server': [Errno 2] No such file or directory
2014-06-05 11:15:04 circus[8408] [DEBUG] cmd: bundle exec thin start -C /home/myuser/myproject/etc/thin.yml -S $(circus.sockets.server)
2014-06-05 11:15:04 circus[8408] [DEBUG] args:
2014-06-05 11:15:04 circus[8408] [DEBUG] process args: ['bundle', 'exec', 'thin', 'start', '-C', '/home/myuser/myproject/etc/thin.yml', '-S', '6']
2014-06-05 11:15:04 circus[8408] [WARNING] error in 'server': [Errno 2] No such file or directory
2014-06-05 11:15:04 circus[8408] [DEBUG] cmd: bundle exec thin start -C /home/myuser/myproject/etc/thin.yml -S $(circus.sockets.server)
2014-06-05 11:15:04 circus[8408] [DEBUG] args:
2014-06-05 11:15:04 circus[8408] [DEBUG] process args: ['bundle', 'exec', 'thin', 'start', '-C', '/home/myuser/myproject/etc/thin.yml', '-S', '6']
2014-06-05 11:15:04 circus[8408] [WARNING] error in 'server': [Errno 2] No such file or directory
2014-06-05 11:15:04 circus[8408] [DEBUG] cmd: bundle exec thin start -C /home/myuser/myproject/etc/thin.yml -S $(circus.sockets.server)
2014-06-05 11:15:04 circus[8408] [DEBUG] args:
2014-06-05 11:15:04 circus[8408] [DEBUG] process args: ['bundle', 'exec', 'thin', 'start', '-C', '/home/myuser/myproject/etc/thin.yml', '-S', '6']
2014-06-05 11:15:04 circus[8408] [WARNING] error in 'server': [Errno 2] No such file or directory
2014-06-05 11:15:04 circus[8408] [DEBUG] stopping the server watcher
2014-06-05 11:15:04 circus[8408] [DEBUG] gracefully stopping processes [server] for 30.0s
2014-06-05 11:15:04 circus[8408] [INFO] server stopped
2014-06-05 11:15:04 circus[8408] [DEBUG] Aborting startup
2014-06-05 11:15:04 circus[8408] [INFO] Arbiter now waiting for commands
^C2014-06-05 11:15:31 circus[8408] [INFO] Got signal SIG_INT
2014-06-05 11:15:31 circus[8408] [INFO] Arbiter exiting
2014-06-05 11:15:31 circus[8408] [INFO] Arbiter exiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment