Re: [systemd-devel] [PATCH] fix strange addition idiom

2011-04-14 Thread Lennart Poettering
On Wed, 13.04.11 20:21, Kurt H Maier (karmaf...@gmail.com) wrote: > > index bd55e65..ce902ef 100644 > --- a/src/reply-password.c > +++ b/src/reply-password.c > @@ -82,6 +82,7 @@ int main(int argc, char *argv[]) { > } > > truncate_nl(packet+1); > +

[systemd-devel] Not start readahead-collect if /.readahead exists

2011-04-14 Thread fykc...@gmail.com
Hi all, /.readahead exists means activated readahead-replay will run. Meanwhile if readahead-collect runs, all replayed blocks will be collected -- size of /.readahead will increase(e.g. in case of services update). -- Regards, - cee1 From 6afc8f53fa026f099d133df75e5326eb1cf7af35 Mon Sep 17 0

[systemd-devel] [PATCH] Fix broken syscall(__NR_fanotify_mark... on 32bit mips.

2011-04-14 Thread fykc...@gmail.com
Hi all, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23618562 MIPS ABI enforces that 64bit arguments should be 64bit-aligned, and the third argument of syscall(__NR_fanotify_mark, ...) is 64bit and not 64bit-aligned on 32bit mips platform, thus extra padding is inserted before it. The syscal

Re: [systemd-devel] [HEADSUP] systemd-analyze in git

2011-04-14 Thread Chen Jie
Good utility, thanks. 2011/3/31 Lennart Poettering > Heya, > > I just added "systemd-analyze" to git. It's a little Python tool which > can help you figuring out why your boot is not as fast as it could be. > > If you run "systemd-analyze blame" it will print a list of all units > that have been