Skip to content

Instantly share code, notes, and snippets.

@tanelsuurhans
Created August 24, 2012 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanelsuurhans/d2cc5d8436d6023338cc to your computer and use it in GitHub Desktop.
Save tanelsuurhans/d2cc5d8436d6023338cc to your computer and use it in GitHub Desktop.
root@data1:~# ps aux | grep nginx
root 28120 0.0 0.0 164 4 ? Ss 10:44 0:00 runsv nginx
root 28172 0.0 0.0 30872 3156 ? S 10:44 0:00 nginx: master process /opt/nginx-1.3.4/sbin/nginx -c /etc/nginx/nginx.conf
deploy 28173 0.0 0.0 31280 1468 ? S 10:44 0:00 nginx: worker process
deploy 28174 0.0 0.0 31280 1468 ? S 10:44 0:00 nginx: worker process
deploy 28175 0.0 0.0 31280 1468 ? S 10:44 0:00 nginx: worker process
deploy 28176 0.0 0.0 31280 1468 ? S 10:44 0:00 nginx: worker process
root 28192 0.0 0.0 188 32 ? Ss 10:44 0:00 runsvdir -P /etc/service log: unable to lock supervise/lock: temporary failure?runsv nginx: fatal: unable to lock supervise/lock: temporary failure?runsv nginx: fatal: unable to lock supervise/lock: temporary failure?runsv nginx: fatal: unable to lock supervise/lock: temporary failure?runsv nginx: fatal: unable to lock supervise/lock: temporary failure?runsv nginx: fatal: unable to lock supervise/lock: temporary failure?
root 28203 0.0 0.0 9376 888 pts/2 S+ 10:44 0:00 grep --color=auto nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment