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

2013-05-14 Thread Thomas H.P. Andersen
On Wed, May 8, 2013 at 6:03 PM, Umut Tezduyar u...@tezduyar.com 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

Re: [systemd-devel] Patch to show systemd generators

2013-05-14 Thread Thomas H.P. Andersen
On Mon, May 6, 2013 at 2:51 PM, Lennart Poettering lenn...@poettering.net wrote: On Mon, 06.05.13 14:00, Umut Tezduyar (u...@tezduyar.com) wrote: Hi, Would you be interested in a patch that shows Systemd + Generators or maybe only Generators? Well, I guess it makes sense to show how much

Re: [systemd-devel] Patch to show systemd generators

2013-05-14 Thread Thomas H.P. Andersen
On Mon, May 6, 2013 at 4:07 PM, Tom Gundersen t...@jklm.no wrote: On Mon, May 6, 2013 at 2:51 PM, Lennart Poettering lenn...@poettering.net wrote: On Mon, 06.05.13 14:00, Umut Tezduyar (u...@tezduyar.com) wrote: Would you be interested in a patch that shows Systemd + Generators or maybe only

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

2013-05-14 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 guess

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

2013-05-14 Thread Umut Tezduyar
Hi, Attached is a screen shot of the new legend area. It is placed on exactly where the previous text based legend was. On Tue, May 14, 2013 at 8:52 AM, Thomas H.P. Andersen pho...@gmail.comwrote: On Wed, May 8, 2013 at 6:03 PM, Umut Tezduyar u...@tezduyar.com wrote: ---

Re: [systemd-devel] Patch to show systemd generators

2013-05-14 Thread Umut Tezduyar
On Tue, May 14, 2013 at 9:14 AM, Thomas H.P. Andersen pho...@gmail.comwrote: On Mon, May 6, 2013 at 4:07 PM, Tom Gundersen t...@jklm.no wrote: On Mon, May 6, 2013 at 2:51 PM, Lennart Poettering lenn...@poettering.net wrote: On Mon, 06.05.13 14:00, Umut Tezduyar (u...@tezduyar.com) wrote:

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

2013-05-14 Thread Andrey Borzenkov
On Tue, May 14, 2013 at 11:43 AM, Rainer Krienke krie...@uni-koblenz.de wrote: Next I tried to reenable autofs, reboot, then manually stopped the service (systemctl stop autofs) and then reboot. Again the system hangs but this time I still have a remote ssh open and it was not killed so I

Re: [systemd-devel] greedy_realloc()

2013-05-14 Thread Lennart Poettering
On Tue, 14.05.13 11:32, Daniel Buch (boogiewasth...@gmail.com) wrote: http://cgit.freedesktop.org/systemd/systemd/tree/TODO#n115 I wonder if this isnt covered with GREEDY_REALLOC()? Yes, that's why we added it. However, there are probably a few byte-wise uses of realloc() in our sources

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

2013-05-14 Thread Rainer Krienke
Am 14.05.2013 12:00, schrieb Andrey Borzenkov: On Tue, May 14, 2013 at 11:43 AM, Rainer Krienke krie...@uni-koblenz.de wrote: Next I tried to reenable autofs, reboot, then manually stopped the service (systemctl stop autofs) and then reboot. Again the system hangs but this time I still

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

2013-05-14 Thread Thomas Petazzoni
Dear Mehaffey, John, On Mon, 13 May 2013 23:51:46 +, Mehaffey, John wrote: 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

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

2013-05-14 Thread richard -rw- weinberger
On Tue, May 14, 2013 at 1:51 AM, Mehaffey, John john_mehaf...@mentor.com wrote: 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

[systemd-devel] [PATCH] systemd-delta: add support for drop-in snippets

2013-05-14 Thread Lukas Nykryn
--- TODO | 3 - man/systemd-delta.xml | 7 ++ src/delta/delta.c | 182 -- 3 files changed, 170 insertions(+), 22 deletions(-) diff --git a/TODO b/TODO index 62016e1..3af9c33 100644 --- a/TODO +++ b/TODO @@ -89,9 +89,6 @@

Re: [systemd-devel] [PATCH] [RFCv6] Optionally save core dumps as plain files

2013-05-14 Thread Oleksii Shevchuk
Colin Walters walt...@verbum.org writes: So...what do you think about dropping the User/Group settings, having /var/log/coredump have the same permissions as the journal? I.e. owned by root:root and with an ACL for access by adm or whatever? I like this

[systemd-devel] [PATCH] [RFCv7] Optionally save core dumps as plain files

2013-05-14 Thread Oleksii Shevchuk
Introduce configuration file: /etc/systemd/coredump.conf with configurable core dumps backend storages (journal/file/both/none), per storage size limits and preprocessing. Default filestorage choosed as /run/log/coredump or /var/log/coredump with next reason: 1. These files produced with systemd