[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 c

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

2013-05-14 Thread Oleksii Shevchuk
Colin Walters 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 ___ system

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

2013-05-14 Thread Mehaffey, John
> From: richard -rw- weinberger [richard.weinber...@gmail.com] > Sent: Tuesday, May 14, 2013 8:10 AM > To: Mehaffey, John > Cc: tim.b...@am.sony.com; w...@denx.de; mz...@0pointer.net; > kay.siev...@vrfy.org; Pomerantz, Brian; yo...@cs.msu.su; > u-b...@lists.denx.de; genivi-...@mail.genivi.org; >

[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 @@ Fea

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 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 state of the art, and

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 th

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 > 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 ss

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 remai

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 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 > could run journalctl

[systemd-devel] greedy_realloc()

2013-05-14 Thread Daniel Buch
http://cgit.freedesktop.org/systemd/systemd/tree/TODO#n115 I wonder if this isnt covered with GREEDY_REALLOC()? ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

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 wrote: > On Mon, May 6, 2013 at 4:07 PM, Tom Gundersen wrote: > > On Mon, May 6, 2013 at 2:51 PM, Lennart Poettering > > wrote: > >> On Mon, 06.05.13 14:00, Umut Tezduyar (u...@tezduyar.com) wrote: > >>> Would you be interested in a patch tha

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 wrote: > On Wed, May 8, 2013 at 6:03 PM, Umut Tezduyar wrote: > > --- > > src/analyze/systemd-analyze.c | 42

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 gu

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 wrote: > On Mon, May 6, 2013 at 2:51 PM, Lennart Poettering > 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 "Generators"? >> >> Wel

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 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 time is