Meu servidor no Centos 6.6 caiu Phusion Passanger se recusa a iniciar com o seguinte erro:
stdin: is not a tty
/etc/init/delayed_job.conf: line 7: description: command not found
start: Unable to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
stop: Unable to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Aqui está o conteúdo de delayed_job.conf:
description "Start up the delayed_job service"
start on runlevel [2345]
stop on runlevel [06]
script
exec 2>&1
exec su - training -c 'cd /home/training/nyim/current; RAILS_ENV=production exec bundle exec ruby ./script/delayed_job run' >> /home/training/nyim/curr$
end script
Pasta / var / run / dbus / está faltando system_bus_socket e arquivo pid.
Qualquer pista seria realmente útil, estou confuso por que isso aconteceu.
Eu posso iniciar o 'serviço messagebus start' no serviço, mas isso não ajuda.
Tags dbus centos6 phusion-passenger