Supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems.
1
vote
1answer
42 views
Gunicorn throws OSError opening file when invoked by supervisord
I have an application that presents a form and generates a PDF file with pdflatex which is returned to the browser as a file attachment. It works when I invoke the application server manually, but ...
0
votes
1answer
36 views
Chronological order of logging messages
I'm using the logging module to log messages from an application server. More specifically, I use a StreamHandler to log messages to stdout/stderr, and use Supervisord to log those messages to files ...
0
votes
1answer
42 views
How does supervisord and nginx handle what tornado port is used?
I am using supervisord to spool 2 instances of tornado on different ports and I use nginx as a reverse proxy to these ports. I have noticed that all traffic is directing to only one port. How does ...
0
votes
0answers
23 views
supervisord running node as a service
I am trying to run a node application as a service using supervisord.
If I go to /opt/uptime and run:
node app.js
My application starts in the foreground. As soon as I hit ctrl+c it dies.. As ...
0
votes
0answers
24 views
Source bash_profile from configuration file
I'm using Supervisor to monitor a node.js process and inside the configuration file I specify the command to be node app.js. Supervisor cannot seem to find node unless I specify the absolute path of ...
0
votes
0answers
37 views
supervisord can't find command in virtualenv folder
My supervisord.conf contains a bunch of programs like so:
[program:gtaskqueue_puller_1]
directory=/root/scripts/gtaskqueue_puller
command=venv/bin/gtaskqueue_puller "foo"
autostart=true
...
2
votes
1answer
34 views
How to setup supervisord on Elastic Beanstalk?
I am migrating from DotCloud to Elastic Beanstalk.
Using DotCloud, they clearly explained how to set up Python Worker, and how to use supervisord.
Moving to Elastic Beanstalk, I am lost on how I ...
0
votes
1answer
15 views
Supervisord dies completely if program runs for less than 1 second?
A program that runs for less than 1 second, every second on Supervisord causes the Supervisord to not run the program again. Why could that be?
I run "GET http://someurl.com/some/url" every second, ...
0
votes
2answers
83 views
Can't get Newrelic with gunicorn supervisor django 1.6 to work
Im trying to get NewRelic python agent to work with my setup with supervisor and gunicorn, but can't get it to work.
Here is my current supervisor setup that works:
[program:gunicorn]
directory = ...
1
vote
1answer
38 views
Php ZipArchive's open/addFile method crashes with fatal error on big datasets
We have a php (Version 5.3.10) cli application doing some heavy work on a ubuntu 12.04 64 bit machine. This script can run for a long time depending on the dataset it receives. These datasets are zip ...
0
votes
2answers
101 views
django with gunicron and nginx
I have developed django application and now deploying this on freebsd server using gunicron and nginx. I have added guncorn in projects settings files under installedapps. and placed gunicorn.conf.py ...
0
votes
0answers
38 views
Sphinx search and supervisors
I am using supervisord to control my processes. Supervisord requires that the programs it runs does not daemonize.
I solve this by having a stanza like:
[program:sphinx_search]
command=searchd -c ...
4
votes
1answer
84 views
running celeyd_multi with supervisor
I'm working with djcelery and supervisor.
I was running a celery with supervisor and everything worked fine, once I realized that I needed to change it to celery multi everything broke up.
If I run ...
1
vote
0answers
51 views
Git deploy hook ec2 with submodules
I created instance on aws running a node application. I installed supervisord to keep the node application up and running. Deployment takes place trough git with a deploment hook.\
The structure is ...
0
votes
1answer
282 views
how to setup subdomain in following environment: nginx, supervisor, django, gunicorn?
I have a django app setup with nginx+gunicorn+supervisor and its working fine. But i need to create a subdomain for staging or development like "dev.domain.com". I have added another server block in ...
0
votes
2answers
76 views
Why does stdout not flush when connecting to a process that is run with supervisord?
I am using Supervisor (process controller written in python) to start and control my web server and associated services. I find the need at times to enter into pdb (or really ipdb) to debug when the ...
0
votes
1answer
115 views
How to use virtualenvwrapper in Supervisor?
When I was developing and testing my project, I used to use virtualenvwrapper to manage the environment and run it:
workon myproject
python myproject.py
Of course, once I was in the right ...
0
votes
1answer
131 views
How to config nginx for multiple apps at different ports? [closed]
I have two apps running on EC2, app1(a flask web app) at port 8000 and app2(supervisor) 9001.
xxx.xxx.xxx.xxx/ goes to app1 by default. How should I configure nginx so that xxx.xxx.xxx.xxx/app2 will ...
0
votes
0answers
66 views
Why does fabric script take forever to run “supervisorctl stop all”?
I've got a python/fabric deploy script that has to stop some supervisord jobs running on remote (EC2) Ubuntu instances. My code looks like:
fabric.api.run('supervisorctl -c /path/to/config.conf stop ...
0
votes
1answer
50 views
supervisord event listener
I'm trying to configure an event listener for supervisord but can't get it to work.
I just want to listen for PROCESS_STATE changes and run some python code triggering an urllib2request.
In my .conf ...
0
votes
1answer
53 views
Problems with fcgi socket via supervisor
I run django application via supervisor.
Command: manage.py runfcgi daemonize=false method=prefork socket=/tmp/django.sock pidfile=/tmp/django.pid
The application runs as django user.
ls -al ...
2
votes
2answers
689 views
Correct way of creating supervisord script for gunicorn? Django 1.6
Here is my gonicorn.conf, but I can't seem to get the command right. The command Im trying is working when I type it in the command line, but not as an Supervisor command.
[program:gunicorn]
...
1
vote
1answer
98 views
tornadoweb gzip=True not working under supervisord and nginx
While working with tornado, I've discovered gzip=True feature, which works fine while running application from command line, below settings:
define("port", default=settings.LISTEN_PORT, help="run on ...
0
votes
1answer
38 views
Restarting SuperVisor with code changes
I am running a django project with Gunicorn and Nginx with Supervisor. Everything worked fine but when i made some changes to the code it is not recognized by the supervisor and still it reads the old ...
0
votes
1answer
69 views
Supervisor not updating PYTHONPATH variable
I have the following Supervisor config
[program:do_thing]
command = python -u stuff/do_thing.py
directory = /home/ubuntu/code/processing
environment = ...
0
votes
0answers
43 views
gearman is returning old worker results
I have a PHP gearman client and worker. I am testing my worker with very minimal output to ensure all is working as intended. Strangely, I am getting old results from previous workers and I can't ...
0
votes
0answers
33 views
Supervisord: How to use the hostname in a startup command
is it possible to somehow use the local hostname in a supervisord startup script?
I need it to pass the jmx host to a java-Program.
Example:
command=HOSTNAME=foo.bar /usr/local/rvm/bin/jruby-1.7.1 ...
0
votes
1answer
781 views
Stopping supervisord: Shut down
I tired to start supervisor but getting error. Can anyone help? Thanks
/etc/init.d/supervisord file.
SUPERVISORD=/usr/local/bin/supervisord
SUPERVISORCTL=/usr/local/bin/supervisorctl
case $1 in
...
0
votes
2answers
102 views
Is it possible to have 2 django instances on same supervisord?
I have a django application and two instances of it running on the same server: production and staging. I use virtualenv and each instance has its own env. They are configured as follows:
Production ...
1
vote
1answer
62 views
Ruby: bundler exec not behaving as expected when getting signals
I am trying to setup Kibana with Supervisord using Bundler. Installing the Kibana dependencies with Bundler was no problems at all. I tried running bundle exec ruby kibana.rb and it worked. I also ...
0
votes
1answer
86 views
Supervisord manage fcgi and django
I've managed to set up supervisord with fastcgi on a django project of mine, the problem is that when I make mi program stop, the server keeps running somehow, and my page keeps online.
Here is my ...
1
vote
2answers
107 views
supervisord stop/start all process but exclude X and Y processes
I'm trying to stop about 20 services running on a remote server managed by Supervisord in one XMLRPC call.
However, I want to exclude certain processes from it, it would be great if I could do ...
0
votes
1answer
253 views
supervisord logs don't show my ouput
I have a [program:x] running and it prints / sys.stdout.writes a lot of things. None of which comes up in either in the AUTO childlogdir of [supervisord] or in stdout_logfile of [program:x]
Am I ...
1
vote
1answer
180 views
Running multiple Django Celery websites on same server
I'm running multiple Django/apache/wsgi websites on the same server using apache2 virtual servers. And I would like to use celery, but if I start celeryd for multiple websites, all the websites will ...
0
votes
1answer
297 views
Supervisor as non-root user [closed]
I have been trying to get supervisor running as a non root user but came against problems time after time. The more I have read into it the more it looks like supervisor is meant to be run as root.
I ...
0
votes
1answer
209 views
Creating a puppet package provider - “No command service defined for provider”
I'm attempting to create a Service provider for supervisord.
I'm neither a Ruby programmer nor have I ever created one of these before, and the documentation is either terrible or difficult to find or ...
0
votes
1answer
50 views
Maximum number of supervisord managed processes?
We have an issue with supervisord being unable to handle more than 200 processes at once - adding any more causes it to die on startup.
Anyone have any experience with supervisord and a large number ...
1
vote
1answer
520 views
gunicorn: ERROR (no such file) nginx + gunicorn + supervisor
I deploy my django project with gunicorn, nginx, supervisord.
I installed a gunicorn in virtualenv, added in INSTALL_APPS.
The command ./manage.py run_gunicorn -b 127.0.0.1:8999 works:
2012-12-04 ...
1
vote
1answer
108 views
Logging for Supervisord
I have a question about logging settings in the supervisord.conf file. Our server at work is running version 3.0b1 currently, and we have logfile_backups and logfile_maxbytes set to certain values ...
0
votes
1answer
56 views
Anyway to get the ID of processes created by Supervisord?
I need the process ID of processes created using supervisord for use in a script. Processes spawned by supervisord don't create .pid files in their default directories, if at all.
How do I get the ...
1
vote
1answer
78 views
supervisord not restarting on HUP signal
sudo kill -SIGHUP `cat /var/run/supervisor.pid`
causes supervisor to kill it's child processes then itself but it doesn't restart as per the docs. Same behaviour if I call reload from within ...
1
vote
1answer
516 views
What is the difference between Upstart and Supervisord? [closed]
Are Upstart and Supervisord interchangeable? Do they work together? I am looking to run a python program as root when my system (debian) boots. After the boot, I would like the process manager to ...
1
vote
1answer
147 views
Sending general signal to child process of supervisord
I am using supervisord to manage a bunch of processes. Is it possible to use supervisorctl to send arbitrary signals to these processes without actually stopping them and setting stopsignal?
0
votes
1answer
41 views
Spawn new program in Supervisord usering XML-RCP?
Is it possible to spawn new program in supervisord via XML-RCP?
I'm using supervisord to manage my Apache Qpid broker and my python workers. I would like to be able to spawn more workers when the ...
0
votes
1answer
138 views
Supervisor is taking 20%-30% of CPU time on a 8 core machine [closed]
Per the below...supervisord is taking a lot of cpu. Supervisor is managing my uWSGI application. Does that no seem like a lot? How can I reduce this load? Can I change the nice to +1?
1 ...
0
votes
1answer
272 views
How to update application server with no downtime
Background info: I am a running a Play Framework based application on two nodes, which are behind single nginx based load balancer. Software update is automated on the top of Jenkins. Application is ...
1
vote
1answer
34 views
using Supervisord with Zend App, redirects seem to be killing it
I have a Zend Application that is running fine.
I have created a Zend Queue script in my library to run some emailing process to members of the site.
The application has many Models that are ...
4
votes
4answers
507 views
Deploying web application with fabric and supervisor - SIGHUP causes server to be terminated
We are using supervisor to deploy a python web application. On deployment, the web application is installed on the server through buildout, and a script for running supervisor is created using ...
0
votes
0answers
48 views
Supervisord configuration: name for logfile not considered [closed]
I tried tried to configure the logging for supervisor child processes (http://supervisord.org/logging.html).
Here's my config:
[program:Test_Prog]
command= /usr/bin/php TestProg.php
...
3
votes
1answer
136 views
How to setup a group in supervisord?
So I'm setting up supervisord and trying to control several processes and that all works fine, now I want to setup a group so I can start/stop different sets of processes rather than all or nothing. ...