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 wrote: > On Sat, Jan 21, 2012 at 5:05 AM, Lennart Poettering > wrote: >> On Wed, 18.01.12 12:06, Albert Strasheim ([email protected]) wrote: >> Just for the sake of the Google archives: Michal fixed that in git >> today. > > That was quick. Thanks v

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

2012-01-20 Thread Albert Strasheim
Hello On Sat, Jan 21, 2012 at 5:05 AM, Lennart Poettering wrote: > On Wed, 18.01.12 12:06, Albert Strasheim ([email protected]) wrote: > Just for the sake of the Google archives: Michal fixed that in git > today. That was quick. Thanks very much. Any chance this can be rolled into an update for

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

2012-01-20 Thread Lennart Poettering
On Mon, 16.01.12 16:54, Pablo Hess ([email protected]) 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. > > Y

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

2012-01-20 Thread Lennart Poettering
On Mon, 16.01.12 15:00, Pablo Nehab Hess ([email protected]) wrote: > I'm trying to convert Spacewalk's init script to a systemd unit file. > > Spacewalk is merely a collection of dependencies; it depends on > {httpd,tomcat6,postgresql}.service and a few others, but there's no > proper daemon or

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

2012-01-20 Thread Lennart Poettering
On Wed, 18.01.12 12:06, Albert Strasheim ([email protected]) wrote: > Hello all > > We've had a machine up for about 9 days with lots of connections to a > socket unit: > > [Socket] > ListenStream=2 > Accept=yes > MaxConnections=128 > [Install] > WantedBy=sockets.target Just for the sake of

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

2012-01-20 Thread Martin Langhoff
On Jan 20, 2012 9:34 PM, "Kay Sievers" wrote: > Todo lists are there to remember things. Seems that worked well in this case. :) > > Here is the systemd fix: > http://cgit.freedesktop.org/systemd/systemd/commit/?id=51122dc9e36cdafe76a07d1ddf1a3a7e4726bb7b > > and the udev fix: > http://git.kernel.

Re: [systemd-devel] systemd v38 fails to build on big-endians

2012-01-20 Thread Lennart Poettering
On Thu, 19.01.12 12:42, Dan Horák ([email protected]) wrote: > Hi, > > during the builds for Fedora/s390x I've found that systemd v38 fails to > build on big-endian platforms. > > > ... > make[2]: Entering directory `/root/systemd' > CC src/journal/libsystemd_journal_la-sd-journal.lo > src/jou

Re: [systemd-devel] systemctl --quiet enable/disable not so quiet

2012-01-20 Thread Lennart Poettering
On Thu, 19.01.12 15:26, Colin Guthrie ([email protected]) wrote: > Is there any reason that systemctl --quiet enable foo.service will print > out the ln -s command on stderr and ditto for disable and it's rm command? > > I'd have thought a --quiet argument should suppress that? Also, it's not

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

2012-01-20 Thread Lennart Poettering
On Fri, 20.01.12 23:14, Masatake YAMATO ([email protected]) wrote: > > If we go for advanced storage handling, we might need to invent > > something that can carry real metadata and assembly instructions, and > > this might need to live in their own files, sure. But that's a > > different issue, a

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

2012-01-20 Thread Kay Sievers
On Wed, Nov 23, 2011 at 04:04, Martin Langhoff wrote: > On Nov 22, 2011 5:58 PM, "Kay Sievers" wrote: >> >> On Tue, Nov 22, 2011 at 23:42, Martin Langhoff >> wrote: >> > On Tue, Nov 22, 2011 at 3:21 PM, Kay Sievers >> > wrote: >> >> Yeah, that's intentional. Udev on other platforms can't know w

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

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

2012-01-20 Thread Masatake YAMATO
On Fri, 20 Jan 2012 14:46:21 +0100, Kay Sievers wrote > On Fri, Jan 20, 2012 at 14:36, Masatake YAMATO wrote: >>> On Fri, Jan 20, 2012 at 07:52, 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

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 do

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 wrote: >> On Fri, Jan 20, 2012 at 07:52, 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. >>>

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 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 [2][3]. >>

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

2012-01-20 Thread Kay Sievers
On Fri, Jan 20, 2012 at 07:52, 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. > > The benefits of .d mechanism are explained in [2][3]. > > With

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