Re: [systemd-devel] how disable fsck on swap+lvm

2011-02-21 Thread Andrey Borzenkov
On Tue, Feb 22, 2011 at 2:49 AM, Alexey Shabalin wrote: > 22.02.2011, в 2:10, Miklos Vajna написал(а): > >> On Mon, Feb 21, 2011 at 06:47:43PM +0300, Alexey Shabalin >> wrote: >>> systemd+udev can't replace rc.sysinit(or external script like >>> fedora-storage-init) now. :( >> >> For the second

Re: [systemd-devel] how disable fsck on swap+lvm

2011-02-21 Thread Alexey Shabalin
22.02.2011, в 2:10, Miklos Vajna написал(а): > On Mon, Feb 21, 2011 at 06:47:43PM +0300, Alexey Shabalin > wrote: >> systemd+udev can't replace rc.sysinit(or external script like >> fedora-storage-init) now. :( > > For the second case, can you see if this patch: > > http://article.gmane.org/gma

Re: [systemd-devel] how disable fsck on swap+lvm

2011-02-21 Thread Miklos Vajna
On Mon, Feb 21, 2011 at 06:47:43PM +0300, Alexey Shabalin wrote: > systemd+udev can't replace rc.sysinit(or external script like > fedora-storage-init) now. :( For the second case, can you see if this patch: http://article.gmane.org/gmane.linux.lvm.devel/6138 helps for you? It replaces the la

Re: [systemd-devel] how disable fsck on swap+lvm

2011-02-21 Thread Alexey Shabalin
>> >> You can see in log: >> >> Feb 16 16:04:51 host-29 kernel: [   11.636564] Adding 524284k swap on >> >> /dev/mapper/VG1-Swap.  Priority:-1 extents:1 across:524284k >> >> Feb 16 16:04:51 host-29 kernel: [   11.669141] clock[1954]: Setting >> >> system clock (localtime): succeeded >> >> Feb 16 16

Re: [systemd-devel] Reiserfs fsck and progress bar

2011-02-21 Thread Lennart Poettering
On Mon, 21.02.11 12:17, Andrey Borzenkov (arvidj...@gmail.com) wrote: > Last week I unintentionally simulated crash by doing "reboot -f". So I > had chance to enjoy home which is in reiserfs to be checked. > > The problem is that nice progress bar is intermixed with messages > "replaying transact

[systemd-devel] [PATCH] ratelimit: removed n_printed

2011-02-21 Thread harald
From: Harald Hoyer Removed n_printed and renamed n_printed to num. This is not a logging rate limiter anymore. --- src/ratelimit.c | 14 -- src/ratelimit.h |8 +++- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/src/ratelimit.c b/src/ratelimit.c index 5adf1

[systemd-devel] [PATCH] Spelling Corrections

2011-02-21 Thread harald
From: Harald Hoyer Just some lame spelling corrections with no functionality. --- CODING_STYLE |2 +- src/automount.c |2 +- src/cgroups-agent.c |2 +- src/dbus.c |2 +- src/device.c |4 ++-- src/device.h

[systemd-devel] Reiserfs fsck and progress bar

2011-02-21 Thread Andrey Borzenkov
Last week I unintentionally simulated crash by doing "reboot -f". So I had chance to enjoy home which is in reiserfs to be checked. The problem is that nice progress bar is intermixed with messages "replaying transaction XXX", which makes nice progress bar not that nice really. I am not sure whet