You are not logged in.

#1 2014-06-02 03:18:36

izmntuk
Member
Registered: 2013-12-21
Posts: 12

[SOLVED]Shutdown process became noisy after an update of systemd

Hello all.
I recently found that there is a bit more output than before while shutdown process -- As far as I remember, in February, there are only two-line-output randomly while shutdown process.
But now it seems a bit more noisy sad , when I run 「halt」, I'll get several lines output almost full in one screen. After downgrade many many packages, I found that an systemd update (208-11 -> 209-2) cause this problem. Here is the output after upgrade to testing/systemd 209-2:

Sending SIGTERM to remaining processes...
Sending SIGKILL to remaining processes...
Unmounting file systems.
Unmounting /oldroot/sys/fs/cgroup/blkio.
Unmounting /oldroot/sys/fs/cgroup/net_cls.
Unmounting /oldroot/sys/fs/cgroup/freezer.
Unmounting /oldroot/sys/fs/cgroup/devices.
Unmounting /oldroot/sys/fs/cgroup/memory.
Unmounting /oldroot/sys/fs/cgroup/cpu,cpuacct.
Unmounting /oldroot/sys/fs/cgroup/cpuset.
Unmounting /oldroot/sys/fs/pstore.
Unmounting /oldroot/sys/fs/cgroup/systemd.
Unmounting /oldroot/sys/fs/cgroup.
Unmounting /oldroot/dev/pts.
Unmounting /oldroot/dev/shm.
Unmounting /oldroot/sys/kernel/security.
Unmounting /oldroot.
Unmounting /oldroot/run.
Unmounting /oldroot/dev.
Unmounting /oldroot/sys.
Unmounting /oldroot/proc.
Unmounting /oldroot.
All filesystems unmounted.
Deactivating swaps.
All swaps deactivated.
Detaching loop devices.
All DM devices detached.
Storage is finalized.
Powering off.

(there may be typo in above output, because I don't know how to get the log while shutdown process(Update: See serial console) -- so I type them here manually smile )

Addition information:
Here is my output of grep -v '^#' /etc/mkinitcpio.conf|sed '/^$/d':

MODULES=""
BINARIES=""
FILES=""
HOOKS="base udev autodetect modconf block filesystems keyboard"
COMPRESSION="xz"

also, cat /proc/cmdline:

BOOT_IMAGE=/arch/root0/boot/vmlinuz-linux rw root=LABEL=20140102 rootflags=subvol=arch/root0 ro quiet

Before update to systemd 209, there is not such a lot of output(only two-line-randomly). Does anyone know how to hide these additional output after systemd 209 ? smile

Update:
on 2014-10-24, fixed upstream:
https://bugs.freedesktop.org/show_bug.cgi?id=79582
http://cgit.freedesktop.org/systemd/sys … c578555ac5

Last edited by izmntuk (2014-10-24 14:37:38)


izmntuk@github: zshrc and tmux.conf

Offline

#2 2014-06-02 03:54:15

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,598

Re: [SOLVED]Shutdown process became noisy after an update of systemd

testing/systemd 209-2? Are we talking about Arch here? Arch is up to 212 in Core and 213 in Testing.

Anyway, this was discussed before, you should be able to find it with a search for "oldroot".

Offline

#3 2014-06-02 08:18:37

izmntuk
Member
Registered: 2013-12-21
Posts: 12

Re: [SOLVED]Shutdown process became noisy after an update of systemd

Scimmia wrote:

testing/systemd 209-2? Are we talking about Arch here? Arch is up to 212 in Core and 213 in Testing.

Anyway, this was discussed before, you should be able to find it with a search for "oldroot".

Thanks for keyword. big_smile
Yesterday I downgrade my another Arch Linux in Virtualbox from 2014/05 to 2014/02 (via A.R.M), just want to find that which update cause the 「quiet」 parameter has no effect on systemd-shutdown. I've been found some upstream changes which likely to change the behaviour since systemd 206: this commit(perhaps I misunderstand something)... Anyway I'll try to resolve this problem though it is a bit difficult for me tongue


izmntuk@github: zshrc and tmux.conf

Offline

#4 2014-06-02 09:39:13

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]Shutdown process became noisy after an update of systemd

Offline

#5 2014-06-03 10:51:30

izmntuk
Member
Registered: 2013-12-21
Posts: 12

Re: [SOLVED]Shutdown process became noisy after an update of systemd

I posted a new bug report to upstream: https://bugs.freedesktop.org/show_bug.cgi?id=79582

Update:
Status on 2014-07-06:
core/systemd 214-2 works as expected smile
testing/systemd 215-1 has this issue again. hmm I Don't know what happend on upstream. Perhaps I need to reopen the bug report.

Status on 2014-10-24:
Fixed upstream.

Last edited by izmntuk (2014-10-24 05:58:43)


izmntuk@github: zshrc and tmux.conf

Offline

Board footer

Powered by FluxBB