passenger-docker
passenger-docker copied to clipboard
Deploy fails on Digital Ocean
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...
[]
Another process has bound the /dev/log unix socket. You should be able to find out which with sudo lsof /dev/log.
@hitesh-goel Did you figure this out?