Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-05-13 Thread Thomas H.P. Andersen
On Wed, May 8, 2013 at 6:03 PM, Umut Tezduyar wrote: > --- > src/analyze/systemd-analyze.c | 42 > src/core/dbus-manager.c |8 ++ > src/core/manager.c|2 + > src/core/manager.h|2 + > 4 files changed, 48 insertions(+

[systemd-devel] [PATCH] Fix syscall(__NR_fanotify_mark, ...) on arm

2013-05-13 Thread Chengwei Yang
--- src/shared/missing.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shared/missing.h b/src/shared/missing.h index d4ba0d3..96e6d63 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -138,7 +138,8 @@ static inline int fanotify_init(unsigned int flags,

[systemd-devel] 2013 Plumber's CFP: Fastboot

2013-05-13 Thread Mehaffey, John
Hello All, I am proposing a microconference on fastboot at the Linux Plumber's conference 2013 in New Orleans. The goal is to get to sub 1S boot times for a large (IVI) system using NAND flash. This pushes the state of the art, and will require innovative solutions in may areas of Linux plumbin

[systemd-devel] [PATCH] systemd: record efi timestamps after /sys is mounted

2013-05-13 Thread Zachary Cook
This partially reverts commit c3a170f3, which moved efi_get_boot_timestamps too early in main(), before /sys is assured to be mounted Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=64371 --- src/core/main.c| 9 + src/core/manager.c | 6 ++ 2 files changed, 7 insertions(+),

Re: [systemd-devel] Debugging systemd shutdown problem on openSuSE 12.3

2013-05-13 Thread Kok, Auke-jan H
On Mon, May 13, 2013 at 6:28 AM, Rainer Krienke wrote: > I i trouble on a openSuSE 12.3 system that is using autofs to mount > users home directories and other shares. The system basically works fine. > > When I try to shut down or reboot the system sometimes this works, but > most of the time the

Re: [systemd-devel] Debugging systemd shutdown problem on openSuSE 12.3

2013-05-13 Thread Rainer Krienke
Am 13.05.2013 16:16, schrieb Frederic Crozat: >> I waited at least 5 minutes one time even an hour. It seems most >> processes are beeing killed however something hangs. My guess was that >> perhaps autofs is not terminated correctly which might cause hanging NFS >> mounts, but this is only a gues

Re: [systemd-devel] Debugging systemd shutdown problem on openSuSE 12.3

2013-05-13 Thread Rainer Krienke
Am 13.05.2013 15:52, schrieb Anton Aylward: > Rainer Krienke said the following on 05/13/2013 09:28 AM: >> I i trouble on a openSuSE 12.3 system that is using autofs to mount >> users home directories and other shares. The system basically works fine. > > Have you tried not using autofs and using

Re: [systemd-devel] Debugging systemd shutdown problem on openSuSE 12.3

2013-05-13 Thread Armin K.
On 05/13/2013 04:05 PM, Zbigniew Jędrzejewski-Szmek wrote: On Mon, May 13, 2013 at 03:50:41PM +0200, Rainer Krienke wrote: I waited at least 5 minutes one time even an hour. It seems most processes are beeing killed however something hangs. My guess was that perhaps autofs is not terminated cor

Re: [systemd-devel] Debugging systemd shutdown problem on openSuSE 12.3

2013-05-13 Thread Frederic Crozat
Le lundi 13 mai 2013 à 15:50 +0200, Rainer Krienke a écrit : > Am 13.05.2013 15:45, schrieb Andrey Borzenkov: > > On Mon, May 13, 2013 at 5:28 PM, Rainer Krienke > > wrote: > >> Hello, > >> > >> I i trouble on a openSuSE 12.3 system that is using autofs to mount > >> users home directories and ot

Re: [systemd-devel] Debugging systemd shutdown problem on openSuSE 12.3

2013-05-13 Thread Anton Aylward
Rainer Krienke said the following on 05/13/2013 09:28 AM: I i trouble on a openSuSE 12.3 system that is using autofs to mount users home directories and other shares. The system basically works fine. Have you tried not using autofs and using systemd's automount facility instead? Its all in th

Re: [systemd-devel] Debugging systemd shutdown problem on openSuSE 12.3

2013-05-13 Thread Frederic Crozat
Le lundi 13 mai 2013 à 16:05 +0200, Zbigniew Jędrzejewski-Szmek a écrit : > On Mon, May 13, 2013 at 03:50:41PM +0200, Rainer Krienke wrote: > > Am 13.05.2013 15:45, schrieb Andrey Borzenkov: > > > On Mon, May 13, 2013 at 5:28 PM, Rainer Krienke > > > wrote: > > >> Hello, > > >> > > >> I i trouble

Re: [systemd-devel] Debugging systemd shutdown problem on openSuSE 12.3

2013-05-13 Thread Zbigniew Jędrzejewski-Szmek
On Mon, May 13, 2013 at 03:50:41PM +0200, Rainer Krienke wrote: > Am 13.05.2013 15:45, schrieb Andrey Borzenkov: > > On Mon, May 13, 2013 at 5:28 PM, Rainer Krienke > > wrote: > >> Hello, > >> > >> I i trouble on a openSuSE 12.3 system that is using autofs to mount > >> users home directories and

Re: [systemd-devel] Debugging systemd shutdown problem on openSuSE 12.3

2013-05-13 Thread Rainer Krienke
Am 13.05.2013 15:45, schrieb Andrey Borzenkov: > On Mon, May 13, 2013 at 5:28 PM, Rainer Krienke > wrote: >> Hello, >> >> I i trouble on a openSuSE 12.3 system that is using autofs to mount >> users home directories and other shares. The system basically works fine. >> >> When I try to shut down

Re: [systemd-devel] Debugging systemd shutdown problem on openSuSE 12.3

2013-05-13 Thread Andrey Borzenkov
On Mon, May 13, 2013 at 5:28 PM, Rainer Krienke wrote: > Hello, > > I i trouble on a openSuSE 12.3 system that is using autofs to mount > users home directories and other shares. The system basically works fine. > > When I try to shut down or reboot the system sometimes this works, but > most of t

[systemd-devel] Debugging systemd shutdown problem on openSuSE 12.3

2013-05-13 Thread Rainer Krienke
Hello, I i trouble on a openSuSE 12.3 system that is using autofs to mount users home directories and other shares. The system basically works fine. When I try to shut down or reboot the system sometimes this works, but most of the time the system terminates kdm and other processes (eg ssh access