Page MenuHomePhabricator

`./bin/aphlict status` doesn't seem to be working
Closed, ResolvedPublic

Description

It seems like ./bin/aphlict status isn't working after recent changes to Aphlict (T6915 and T10697). ./bin/aphlict status seems to always report that "Aphlict is not running".

> sudo su --command "/usr/src/phabricator/bin/aphlict restart" phd
Reading configuration from: phabricator/conf/aphlict/aphlict.custom.json
Aphlict is not running.
Aphlict Server started.

> /usr/src/phabricator/bin/aphlict status
Aphlict is not running.

> ps aux | grep aphlict
phd      21247  0.0  0.1 284356 27504 pts/1    S    19:15   0:00 php /usr/src/phabricator/bin/aphlict restart
phd      21250  0.7  0.1 956896 17864 pts/1    Sl   19:15   0:00 nodejs --max-old-space-size=256 -- /usr/src/phabricator/support/aphlict/server/aphlict_server.js --config=/usr/src/phabricator/conf/aphlict/aphlict.custom.json
josh     21277  0.0  0.0   8100   936 pts/1    S+   19:15   0:00 grep --color=auto aphlict

Revisions and Commits

Event Timeline

(It's quite possible that I am doing something wrong here)

This is my Aphlict configuration:

{"cluster":[],"logs":[{"path":"/mnt/logs/phd/aphlict.log"}],"pidfile":"/var/run/phd/aphlict.pid","servers":[{"listen":"127.0.0.1","port":22280,"type":"client"},{"listen":"127.0.0.1","port":22281,"type":"admin"}]}