Rachid, did you try fixing the /run directories? There's a transition happening from /var/run to /run see bug #807306. In my case the update that was supposed to handle this transition didn't work.
You need to (i) create directories /run and /run/lock, (ii) move contents of /var/run into /run and /var/lock into /run/lock, (iii) delete directories /var/run and /var/lock (iv) create replacement simlinks; e.g. 'ln -s /run /var/run' and 'ln -s /run/lock /var/lock' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/811441 Title: Unable to connect to the system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused (oneiric) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/811441/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
