Re: mysql under daemontools, missing mysq.sock
[email protected] (Paul Jarc) Thu, 29 Sep 2016 16:57:19 -0400
| Newsgroups | gmane.org.djb.miscellaneous |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
This message was from July, so you may have already given up, but I just now spotted your problem: hsabina <[email protected]> wrote: > =A9=B8=A9=A4supervise(19341)=A9=A4=A9=A4=A9=A4supervise(20207) That second process should be your logger, not another supervise. Apparently the log/run script is failing and being restarted repeatedly. Its error message would show up in the readproctitle command line: $ ps axwwww | grep '[0-9] readproctitle' Since the logger isn't reading from the log pipe, mysqld will stop working when it has written enough to to fill the pipe. paul