Failed to connect to the system bus: failed to connect to socket / var / run / dbus / system_bus_socket

I started using the new VPS system with ubuntu 12.04

After executing the commands here I installed php, mysql, apache2

PHP and apache work fine, but when I run:

service mysql start 

I get: unable to connect to system bus: failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory.

I googled but did not find enough to help me.

There is no / var / run / dbus / directory, and I do not know what I need to create, or even if this is a problem for mysql.

+5
source share

All Articles