Known problem when starting from a bad restart from Slax
Known problem when starting from a bad restart when using https://www.slax.org with the "changes=/slax" cheatcode.
Add this to /etc/rc.d/rc.6 BEFORE the filesystems are umounted
echo "Removing pid files from /var/run/dbus" /bin/rm /var/run/dbus/*pid
Add the same thing to the bottom of /etc/rc.d/rc.local
echo "Removing pid files from /var/run/dbus" /bin/rm /var/run/dbus/*pid