Re: [systemd-devel] [PATCH] [RFC] systemd-bootchart: merge bootchart.

2013-01-06 Thread Kok, Auke-jan H
On Sun, Jan 6, 2013 at 6:54 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Sun, Jan 06, 2013 at 06:35:18PM -0800, Kok, Auke-jan H wrote: >> On Sun, Jan 6, 2013 at 11:35 AM, Lennart Poettering >> wrote: >> > On Sun, 06.01.13 20:11, Zbigniew Jędrzejewski-Szmek ([email protected]) >> > wrote: >> > >>

Re: [systemd-devel] [PATCH] [RFC] systemd-bootchart: merge bootchart.

2013-01-06 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Jan 06, 2013 at 06:35:18PM -0800, Kok, Auke-jan H wrote: > On Sun, Jan 6, 2013 at 11:35 AM, Lennart Poettering > wrote: > > On Sun, 06.01.13 20:11, Zbigniew Jędrzejewski-Szmek ([email protected]) > > wrote: > > > >> > >> On Wed, Oct 17, 2012 at 04:01:12PM -0700, Auke Kok wrote: > >> > <<

Re: [systemd-devel] [PATCH] [RFC] systemd-bootchart: merge bootchart.

2013-01-06 Thread Kok, Auke-jan H
On Sun, Jan 6, 2013 at 11:35 AM, Lennart Poettering wrote: > On Sun, 06.01.13 20:11, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote: > >> >> On Wed, Oct 17, 2012 at 04:01:12PM -0700, Auke Kok wrote: >> > << do not merge this patch - it has not been fully tested yet >> >> > >> > This is an i

Re: [systemd-devel] [PATCH] [RFC] systemd-bootchart: merge bootchart.

2013-01-06 Thread Lennart Poettering
On Sun, 06.01.13 20:11, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote: > > On Wed, Oct 17, 2012 at 04:01:12PM -0700, Auke Kok wrote: > > << do not merge this patch - it has not been fully tested yet >> > > > > This is an initial RFC patch merging bootchart almost verbatim > > into system

Re: [systemd-devel] [PATCH] [RFC] systemd-bootchart: merge bootchart.

2013-01-06 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Oct 17, 2012 at 04:01:12PM -0700, Auke Kok wrote: > << do not merge this patch - it has not been fully tested yet >> > > This is an initial RFC patch merging bootchart almost verbatim > into systemd. > > Bootchart is renamed to 'systemd-bootchart' and installed as > $libdir/systemd/system

Re: [systemd-devel] [PATCH 3/6] nss-myhostname: integrate into systemd buildsystem

2013-01-06 Thread Bryan Kadzban
Tollef Fog Heen wrote: > ]] Tom Gundersen > >> This was what the old nss-myhostname did. Lennart: any good reason >> to exclude the .la or should nss-myhostname be treated the same as >> the other libs? > > .la files are only useful for static linking. Untrue. They're perfectly useful for dynam

Re: [systemd-devel] systemd-fstab-generator and multiple mounts to same mount point

2013-01-06 Thread Jan Engelhardt
On Thursday 2013-01-03 20:50, Lennart Poettering wrote: > >systemd automatically determines a multitude of dependencies between the >units. For example if a mount point lies beneath another mount point >they gain implicit ordering deps.[...] > >Now, if you allow multiple separate mount units for t

Re: [systemd-devel] [PATCH] tmpfiles: move legacy flag-files handling to legacy.conf

2013-01-06 Thread Reindl Harald
Am 06.01.2013 19:35, schrieb Colin Guthrie: > 'Twas brillig, and Reindl Harald at 06/01/13 00:17 did gyre and gimble: >> >> >> Am 06.01.2013 01:13, schrieb Tom Gundersen: >>> On Sun, Jan 6, 2013 at 12:59 AM, Reindl Harald >>> wrote: on a running system the rootfs is not readonly >>> >>> It

Re: [systemd-devel] shutdown umount order

2013-01-06 Thread Colin Guthrie
'Twas brillig, and Ilya Basin at 04/01/13 22:22 did gyre and gimble: > Hi list. > On shutdown I have >Buffer I/O error on device dm-... > because the truecrypt disk is unmounted later than the usb disk > containing the truecrypt image. > I think this happens, because > 1) systemd can't figure o

Re: [systemd-devel] [PATCH] tmpfiles: move legacy flag-files handling to legacy.conf

2013-01-06 Thread Colin Guthrie
'Twas brillig, and Reindl Harald at 06/01/13 00:17 did gyre and gimble: > > > Am 06.01.2013 01:13, schrieb Tom Gundersen: >> On Sun, Jan 6, 2013 at 12:59 AM, Reindl Harald >> wrote: >>> on a running system the rootfs is not readonly >> >> It may be (i.e., systemd supports that setup if the rest

Re: [systemd-devel] [PATCH 3/6] nss-myhostname: integrate into systemd buildsystem

2013-01-06 Thread Kay Sievers
On Sun, Jan 6, 2013 at 9:03 AM, Tollef Fog Heen wrote: > ]] Tom Gundersen > >> This was what the old nss-myhostname did. Lennart: any good reason to >> exclude the .la or should nss-myhostname be treated the same as the >> other libs? Do the same for the rest of them. We can decide later where we

Re: [systemd-devel] [PATCH 3/6] nss-myhostname: integrate into systemd buildsystem

2013-01-06 Thread Tollef Fog Heen
]] Tom Gundersen > This was what the old nss-myhostname did. Lennart: any good reason to > exclude the .la or should nss-myhostname be treated the same as the > other libs? .la files are only useful for static linking. statically linking nss-myhostname doesn't make any kind of sense. (I hold t