Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopping postfix does not work via supervisord #17

Open
jmkgreen opened this issue Jul 25, 2016 · 0 comments
Open

Stopping postfix does not work via supervisord #17

jmkgreen opened this issue Jul 25, 2016 · 0 comments

Comments

@jmkgreen
Copy link

See below, have not looked in-depth at the fault yet:

root@d98a694771b8:/etc/postfix# ps ax
  PID TTY      STAT   TIME COMMAND
    1 ?        Ss     0:00 /bin/sh -c /opt/install.sh;/usr/bin/supervisord -c /etc/supervisor/supervisord.conf
   28 ?        S      0:46 /usr/bin/python /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
   32 ?        S      0:00 /usr/sbin/saslauthd -a ldap -d -c -r -m /var/run/saslauthd
   33 ?        Sl     0:00 /usr/sbin/rsyslogd -n -c3
   43 ?        S      0:00 /usr/sbin/saslauthd -a ldap -d -c -r -m /var/run/saslauthd
   44 ?        S      0:00 /usr/sbin/saslauthd -a ldap -d -c -r -m /var/run/saslauthd
   45 ?        S      0:00 /usr/sbin/saslauthd -a ldap -d -c -r -m /var/run/saslauthd
   46 ?        S      0:00 /usr/sbin/saslauthd -a ldap -d -c -r -m /var/run/saslauthd
  361 ?        Ss     0:00 bash
  913 ?        S      0:00 /bin/bash /opt/postfix.sh
  970 ?        Ss     0:00 /usr/lib/postfix/master
  971 ?        S      0:00 tail -f /var/log/mail.log
  972 ?        S      0:00 pickup -l -t unix -u
  973 ?        S      0:00 qmgr -l -t unix -u
  974 ?        R+     0:00 ps ax
root@d98a694771b8:/etc/postfix# supervisorctl stop postfix
postfix: stopped
root@d98a694771b8:/etc/postfix# ps ax
  PID TTY      STAT   TIME COMMAND
    1 ?        Ss     0:00 /bin/sh -c /opt/install.sh;/usr/bin/supervisord -c /etc/supervisor/supervisord.conf
   28 ?        S      0:46 /usr/bin/python /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
   32 ?        S      0:00 /usr/sbin/saslauthd -a ldap -d -c -r -m /var/run/saslauthd
   33 ?        Sl     0:00 /usr/sbin/rsyslogd -n -c3
   43 ?        S      0:00 /usr/sbin/saslauthd -a ldap -d -c -r -m /var/run/saslauthd
   44 ?        S      0:00 /usr/sbin/saslauthd -a ldap -d -c -r -m /var/run/saslauthd
   45 ?        S      0:00 /usr/sbin/saslauthd -a ldap -d -c -r -m /var/run/saslauthd
   46 ?        S      0:00 /usr/sbin/saslauthd -a ldap -d -c -r -m /var/run/saslauthd
  361 ?        Ss     0:00 bash
  970 ?        Ss     0:00 /usr/lib/postfix/master
  971 ?        S      0:00 tail -f /var/log/mail.log
  972 ?        S      0:00 pickup -l -t unix -u
  973 ?        S      0:00 qmgr -l -t unix -u
  976 ?        R+     0:00 ps ax
root@d98a694771b8:/etc/postfix# supervisorctl status
postfix                          STOPPED    Jul 25 01:23 PM
rsyslog                          RUNNING    pid 33, uptime 3 days, 2:00:23
saslauthd                        RUNNING    pid 32, uptime 3 days, 2:00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant