etcinit / phabulous

A Phabricator bot for Slack
MIT License
218 stars 47 forks source link

Running "phabulous serve" binds only to tcp6 endpoint. #17

Closed berkus closed 8 years ago

berkus commented 8 years ago
netstat -p tcp -a -n|grep 8086
tcp6       0      0 :::8086                 :::*                    LISTEN      20667/phabulous

And I don't see an option to force a different listening address?

berkus commented 8 years ago

If I configure phabricator to use http://[::1]:8086/v1/feed/receive as feed url, then phabricator has a problem opening it:

[2016-01-27 10:36:32] EXCEPTION: (PhutilProxyException) Permanent failure while executing Task ID 97072. {>} (PhabricatorWorkerPermanentFailureException)  at [<phabricator>/src/applications/feed/worker/FeedPublisherHTTPWorker.php:17]
arcanist(head=stable, ref.master=87306cfe1453, ref.stable=2412c31346ad), phabricator(head=stable, ref.master=b2b652ef288e, ref.stable=864d3984ebdb), phutil(head=stable, ref.master=e65ffd33db02, ref.stable=9c472e7c9b64), sprint(head=master, ref.master=ffd2bce75f68)
  #0 <#2> FeedPublisherHTTPWorker::doWork() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorWorker.php:122]
  #1 <#2> PhabricatorWorker::executeTask() called at [<phabricator>/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php:171]
  #2 <#2> PhabricatorWorkerActiveTask::executeTask() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorTaskmasterDaemon.php:22]
  #3 PhabricatorTaskmasterDaemon::run() called at [<phutil>/src/daemon/PhutilDaemon.php:183]
  #4 PhutilDaemon::execute() called at [<phutil>/scripts/daemon/exec/exec_daemon.php:125]