phusion / passenger-docker

Docker base images for Ruby, Python, Node.js and Meteor web apps
MIT License
2.78k stars 408 forks source link

Deploy fails on Digital Ocean #347

Closed hitesh-goel closed 6 months ago

hitesh-goel commented 2 years ago

While Deploying on Digital Ocean i am facing the following error. Anyone knows how this can be fixed?

[2022-10-12 10:03:09] *** Running /etc/my_init.d/10_syslog-ng.init...
[2022-10-12 10:03:09] [2022-10-12T10:03:09.845477] Error binding socket; addr='AF_UNIX(/dev/log)', error='Address already in use (98)'
[2022-10-12 10:03:09] [2022-10-12T10:03:09.845587] Error initializing message pipeline; plugin_name='unix-dgram', location='/etc/syslog-ng/syslog-ng.conf:20:8'
[2022-10-12 10:03:40] *** /etc/my_init.d/10_syslog-ng.init failed with status 1
[2022-10-12 10:03:40] 
[2022-10-12 10:03:40] *** Killing all processes...
[]
CamJN commented 2 years ago

Another process has bound the /dev/log unix socket. You should be able to find out which with sudo lsof /dev/log.

kevincolten commented 3 months ago

@hitesh-goel Did you figure this out?