[Pkg-utopia-maintainers] Bug#796165: Upgrade from << 1.9.18~ to 1.9.20-1 fails if /run/dbus doesn't exist (e.g. in a chroot)

Simon McVittie smcv at debian.org
Wed Aug 19 22:01:23 UTC 2015


On 19/08/15 22:26, Iain Lane wrote:
>   touch: cannot touch '/run/dbus/dont-reload': No such file or directory

Thanks, I'll fix this in my next upload (probably 1.10.0-1).

If you need a solution immediately, I think the easiest is

elif [ -d /run/dbus ]; then
    touch /run/dbus/dont-reload

since that directory has to exist if the system dbus-daemon is running.

    S



More information about the Pkg-utopia-maintainers mailing list