Am 04.01.2017 um 20:12 schrieb Ian Jackson:
> Michael Biebl writes ("Re: "not authorised" doing various desktoppy things
> [and 1 more messages]"):
>> Am 04.01.2017 um 12:07 schrieb Ian Jackson:
>>> I think #844785 needs a fix though.
>>
>> Agreed. Does anyone who uses sysvinit want to look into this?
>
> Um, me ? Well, I don't particularly want to but I intend to.
> Help from all quarters gratefully accepted.Assuming you use amd64 (adjust the paths if necessary for i386): # mv /usr/lib/x86_64-linux-gnu/systemd-shim /usr/lib/x86_64-linux-gnu/systemd-shim.orig Then copy the attached wrapper script to /usr/lib/x86_64-linux-gnu/ and make it executable. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
#!/bin/sh
# We rely on cgmanager to setup /sys/fs/cgroup
if ! mountpoint -q /sys/fs/cgroup; then
echo "cgmanager has not setup /sys/fs/cgroup not running, exiting"
exit 1
fi
# Mount legacy cgroup controller at /sys/fs/cgroup/systemd
if ! mountpoint -q /sys/fs/cgroup/systemd; then
mkdir -p /sys/fs/cgroup/systemd
mount -t cgroup -o nosuid,noexec,nodev,none,name=systemd systemd
/sys/fs/cgroup/systemd
fi
mkdir -p /run/systemd
exec /usr/lib/x86_64-linux-gnu/systemd-shim
signature.asc
Description: OpenPGP digital signature

