Re: [systemd-devel] [PATCH ] Adding /etc/fstab.d/*.fstab support

2012-01-20 Thread Zbigniew Jędrzejewski-Szmek
On 01/20/2012 07:52 AM, Masatake YAMATO wrote: mount command in the latest version of util-linux(2.21-rc1[1]) supports /etc/fstab.d; mount command reads /etc/fstab.d/*.fstab files as if they are written in /etc/fstab. Cool. --- a/src/mount.c +++ b/src/mount.c @@ -19,6 +19,10 @@ along with

Re: [systemd-devel] [PATCH ] Adding /etc/fstab.d/*.fstab support

2012-01-20 Thread Masatake YAMATO
On Fri, Jan 20, 2012 at 07:52, Masatake YAMATO yam...@redhat.com wrote: mount command in the latest version of util-linux(2.21-rc1[1]) supports /etc/fstab.d; mount command reads /etc/fstab.d/*.fstab files as if they are written in /etc/fstab. The benefits of .d mechanism are explained in

Re: [systemd-devel] [PATCH ] Adding /etc/fstab.d/*.fstab support

2012-01-20 Thread Kay Sievers
On Fri, Jan 20, 2012 at 14:36, Masatake YAMATO yam...@redhat.com wrote: On Fri, Jan 20, 2012 at 07:52, Masatake YAMATO yam...@redhat.com wrote: mount command in the latest version of util-linux(2.21-rc1[1]) supports /etc/fstab.d; mount command reads /etc/fstab.d/*.fstab files as if they are

Re: [systemd-devel] [PATCH ] Adding /etc/fstab.d/*.fstab support

2012-01-20 Thread Karel Zak
On Fri, Jan 20, 2012 at 02:46:21PM +0100, Kay Sievers wrote: If we go for advanced storage handling, we might need to invent something that can carry real metadata and assembly instructions This is my plan this year (with DM people), and I think that assembly information for block devices

Re: [systemd-devel] [PATCH ] Adding /etc/fstab.d/*.fstab support

2012-01-20 Thread Karel Zak
On Fri, Jan 20, 2012 at 02:28:14PM +0100, Kay Sievers wrote: On Fri, Jan 20, 2012 at 07:52, Masatake YAMATO yam...@redhat.com wrote: mount command in the latest version of util-linux(2.21-rc1[1]) supports /etc/fstab.d; mount command reads /etc/fstab.d/*.fstab files as if they are written in

Re: [systemd-devel] Support machines with multiple RTCs?

2012-01-20 Thread Kay Sievers
On Wed, Nov 23, 2011 at 04:04, Martin Langhoff martin.langh...@gmail.com wrote: On Nov 22, 2011 5:58 PM, Kay Sievers kay.siev...@vrfy.org wrote: On Tue, Nov 22, 2011 at 23:42, Martin Langhoff martin.langh...@gmail.com wrote: On Tue, Nov 22, 2011 at 3:21 PM, Kay Sievers kay.siev...@vrfy.org

Re: [systemd-devel] Non-target, dependency-only unit

2012-01-20 Thread Lennart Poettering
On Mon, 16.01.12 16:54, Pablo Hess (natunobi...@gentoobr.org) wrote: [Service] Type=oneshot ExecStart=/usr/sbin/spacewalk-service start ExecReload=/usr/sbin/spacewalk-service reload ExecStop=/usr/sbin/spacewalk-service stop RemainAfterExit=yes Thank you, Jóhann. Yes, this unit

Re: [systemd-devel] socket failed to queue socket startup job: Transport endpoint is not connected

2012-01-20 Thread Kay Sievers
On Sat, Jan 21, 2012 at 06:11, Albert Strasheim full...@gmail.com wrote: On Sat, Jan 21, 2012 at 5:05 AM, Lennart Poettering lenn...@poettering.net wrote: On Wed, 18.01.12 12:06, Albert Strasheim (full...@gmail.com) wrote: Just for the sake of the Google archives: Michal fixed that in git