RedpointArchive / phabricator

A Docker image that runs Phabricator, an open source software engineering tool
https://hub.docker.com/r/redpointgames/phabricator/
307 stars 98 forks source link

Waiting for /run/sshd.pid to appear... #7

Closed onknows closed 9 years ago

onknows commented 9 years ago

On my Vagrant box when I run something like

docker run -p 2222:22 -p 22280:22280 -p 80:80 -p 443:443 -v /vagrant/dockers/hach-que-docker-phabricator/config:/config -v /tmp/repo/storage:/srv/repo --name=phabricator hachque/phabricator

After some time, every second or so there is a message

Waiting for /run/sshd.pid to appear...
Waiting for /run/sshd.pid to appear...
Waiting for /run/sshd.pid to appear...
Waiting for /run/sshd.pid to appear...
Waiting for /run/sshd.pid to appear...
Waiting for /run/sshd.pid to appear...

Any idea what is causing this? Can I ignore this?

Does the script assume there is no ssh on host?

hach-que commented 9 years ago

SSH runs inside the Docker instance, so Phabricator can provide repository hosting over SSH. Is there already an SSH daemon listening on port 22 on the host or something?

hach-que commented 9 years ago

Closing this as there has been no response.