Re: [systemd-devel] Shutdown problems

2014-12-02 Thread Lennart Poettering
On Mon, 24.11.14 12:31, Nikolaus Rath (nikol...@rath.org) wrote: Sorry for the late reply, still have a huge backlog of mail which I am trying to process right now. > If the latter hangs then it's a kernel bug. > >>> > >>> reboot -f works fine - could it still be a kernel bug? > >>> > P

Re: [systemd-devel] Shutdown problems

2014-11-24 Thread Nikolaus Rath
Nikolaus Rath writes: > On 11/13/2014 12:54 PM, Nikolaus Rath wrote: >> Nikolaus Rath writes: >>> Lennart Poettering writes: On Sat, 08.11.14 11:16, Nikolaus Rath (nikol...@rath.org) wrote: >> Please boot with "systemd.log_level=debug", then make the machine hang >> and check w

Re: [systemd-devel] Shutdown problems

2014-11-17 Thread Colin Guthrie
Nikolaus Rath wrote on 16/11/14 16:54: > No one able to help at all? Please be patient. You've only left it a couple days since your last reply and only one of those days was a weekday. People will likely reply soon enough. I would however recommend you disable things like plymouth and remove t

Re: [systemd-devel] Shutdown problems

2014-11-16 Thread Nikolaus Rath
Nikolaus Rath writes: > On 11/13/2014 12:54 PM, Nikolaus Rath wrote: >> Nikolaus Rath writes: >>> Lennart Poettering writes: On Sat, 08.11.14 11:16, Nikolaus Rath (nikol...@rath.org) wrote: >> Please boot with "systemd.log_level=debug", then make the machine hang >> and check w

Re: [systemd-devel] Shutdown problems

2014-11-13 Thread Nikolaus Rath
On 11/13/2014 12:54 PM, Nikolaus Rath wrote: > Nikolaus Rath writes: >> Lennart Poettering writes: >>> On Sat, 08.11.14 11:16, Nikolaus Rath (nikol...@rath.org) wrote: >>> > Please boot with "systemd.log_level=debug", then make the machine hang > and check what the last things in the logs

Re: [systemd-devel] Shutdown problems

2014-11-13 Thread Nikolaus Rath
Nikolaus Rath writes: > Lennart Poettering writes: >> On Sat, 08.11.14 11:16, Nikolaus Rath (nikol...@rath.org) wrote: >> >>> > Please boot with "systemd.log_level=debug", then make the machine hang >>> > and check what the last things in the logs say. Maybe then paste that >>> > somewhere online

Re: [systemd-devel] Shutdown problems

2014-11-10 Thread Nikolaus Rath
Lennart Poettering writes: > On Sat, 08.11.14 11:16, Nikolaus Rath (nikol...@rath.org) wrote: > >> > Please boot with "systemd.log_level=debug", then make the machine hang >> > and check what the last things in the logs say. Maybe then paste that >> > somewhere online and post the URL for that her

Re: [systemd-devel] Shutdown problems

2014-11-10 Thread Lennart Poettering
On Sat, 08.11.14 11:16, Nikolaus Rath (nikol...@rath.org) wrote: > > Please boot with "systemd.log_level=debug", then make the machine hang > > and check what the last things in the logs say. Maybe then paste that > > somewhere online and post the URL for that here, so that we can have a > > look.

Re: [systemd-devel] Shutdown problems

2014-11-08 Thread Nikolaus Rath
Lennart Poettering writes: > On Thu, 06.11.14 19:07, Nikolaus Rath (nikol...@rath.org) wrote: > >> Hello, >> >> I'm having some trouble shutting down my system with systemd. What >> happens is the following: >> >> * If I execute "systemctl reboot" while a text console is active, >>everythin

Re: [systemd-devel] Shutdown problems

2014-11-07 Thread Lennart Poettering
On Thu, 06.11.14 19:07, Nikolaus Rath (nikol...@rath.org) wrote: > Hello, > > I'm having some trouble shutting down my system with systemd. What > happens is the following: > > * If I execute "systemctl reboot" while a text console is active, >everything works fine. > > * If I execute "sy

Re: [systemd-devel] Shutdown problems

2014-11-07 Thread Christian Seiler
Am 2014-11-07 04:07, schrieb Nikolaus Rath: $ cat /lib/systemd/system-shutdown/debug.sh #!/bin/sh exec > /shutdown.log exec 2>&1 mount -o remount,rw / Well, you need to mount / rewrite *before* redirecting output into a file. Try putting the 'mount -o remount,rw /' line to the top of the script