Currently, I am unable to start the Aphlict server on our install:
> sudo su -c './bin/aphlict debug' aphlict Starting Aphlict server in foreground... Launching server: $ 'nodejs' '/usr/src/phabricator/support/aphlict/server/aphlict_server.js' '--client-port=' '--admin-port=22281' '--admin-host=phabricator.example.com' '--log=/mnt/logs/phd/aphlict.log' [Sun Jan 18 2015 15:37:17 GMT-0500 (EST)] Started Server (PID 30693) [Sun Jan 18 2015 15:37:17 GMT-0500 (EST)] <<< UNCAUGHT EXCEPTION! >>> Error: listen EADDRNOTAVAIL at errnoException (net.js:904:11) at Server._listen2 (net.js:1023:19) at listen (net.js:1064:10) at net.js:1146:9 at asyncCallback (dns.js:68:16) at Object.onanswer [as oncomplete] (dns.js:121:9) >>> Server exited!
The issue is that we shouldn't be passing --admin-host=phabricator.example.com to the Node.js Aphlict server.