[systemd-devel] Poor man's reboot doesn't work

Lennart Poettering lennart at poettering.net
Thu Nov 6 16:59:07 PST 2014


On Sun, 02.11.14 12:48, Thomas Meyer (thomas at m3y3r.de) wrote:

> Hi,
> 
> I tried to switch to the emergency target and back to the graphical target,
> but this doesn't seem to work.
> 
> Should this work, i.e.?
> 
> # systemctl isolate emergency.target
> # systemctl isolate graphical.target
> 
> The services seems to fail with this error once I'm in the emergency.target
> and try to switch back to the graphical.target:
> status=219/CGROUP

Hmm, this is certainly weird.

Any chance you can do "strace -ff -p 1 -o /tmp/someplace/log" (maybe
from the debug shell). Then, trigger the issue again, and find the
tight log file in /tmp/someplace that ends with an exit(219). It would
be good to paste that file somewhere (or at least the last few lines
which might give an indication on what precisely fails), so that I can
have a look.

Also, try booting with debug logs on ("systemd.log_level=debug") and
see if this generates any additional log output that might be useful.

Lennart

-- 
Lennart Poettering, Red Hat


More information about the systemd-devel mailing list