Не удалось подключиться к сокету /var/run/dbus/system_bus_socket: нет такого файла или каталога
Мой сервер на Centos 6.6 вышел из строя. Phusion Passanger отказывается запускаться со следующей ошибкой:
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
Вот содержимое 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
В папке / var / run / dbus / отсутствует system_bus_socket и файл pid.
Любые подсказки были бы действительно полезны, я озадачен, почему это произошло.
Я могу запустить сервис "service messagebus start", но это не помогает.