Re: [systemd-devel] systemd-222 mount issues on CentOS 7

2016-10-04 Thread Lokesh Mandvekar
On Tue, Oct 04, 2016 at 10:28:25AM +0200, Michal Sekletar wrote: > On Tue, Sep 27, 2016 at 5:05 PM, Lokesh Mandvekar > wrote: > > Now, I can mount these partitions with: > > > > # lvm vgchange -ay > > > > but this still doesn't automount succesfully on a reboot. > > > >

Re: [systemd-devel] ruby bindings

2016-10-04 Thread Nathan Williams
yes, i think it would be great to have a single library supporting all the systemd features, and perhaps at some point i can donate the dbus-systemd code to such a project (not that there's much to it, just a thin systemd-specific layer on top of the great ruby-dbus work), but so far as i'm aware,

Re: [systemd-devel] tomcat start up script wait for message

2016-10-04 Thread Mantas Mikulėnas
On Tue, Oct 4, 2016 at 8:32 PM, Tyler Couto wrote: > Hi all, > > We have a tomcat application that requires some initialization after > tomcat starts up. That is, we run an initialize script after catalina.out > says ?'Server startup in:'. Currently we do this in a number of

[systemd-devel] tomcat start up script wait for message

2016-10-04 Thread Tyler Couto
Hi all, We have a tomcat application that requires some initialization after tomcat starts up. That is, we run an initialize script after catalina.out says ?'Server startup in:'. Currently we do this in a number of ways: manually, through a custom tail script, or through logstash. But I¹m

Re: [systemd-devel] ruby bindings

2016-10-04 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Oct 04, 2016 at 02:48:07PM +, Nathan Williams wrote: > Hello Zbyszek, > > Thanks for your reply :) > > From looking at the systemd-journal gem, I'd say they're complementary: > systemd-journal is entirely about interacting with the journal, and > dbus-systemd is focused squarely on

Re: [systemd-devel] tomcat start up script wait for message

2016-10-04 Thread Tomasz Torcz
On Tue, Oct 04, 2016 at 08:57:09PM +0300, Mantas Mikulėnas wrote: > On Tue, Oct 4, 2016 at 8:32 PM, Tyler Couto wrote: > > > Hi all, > > > > We have a tomcat application that requires some initialization after > > tomcat starts up. That is, we run an initialize script after

[systemd-devel] Help with boot time debugging

2016-10-04 Thread Manuel Amador (Rudd-O)
Hello folks! I'm developing a Dracut module and I need to know how to go about showing what processes run by systemd during boot are saying. This is for https://github.com/Rudd-O/zfs-fedora-installer . For example, I have this one that happens during boot: "Starting dracut cmdline hook" I

Re: [systemd-devel] systemd-222 mount issues on CentOS 7

2016-10-04 Thread Michal Sekletar
On Tue, Sep 27, 2016 at 5:05 PM, Lokesh Mandvekar wrote: > Now, I can mount these partitions with: > > # lvm vgchange -ay > > but this still doesn't automount succesfully on a reboot. > > Did I miss something here? I'd check from emergency shell whether

Re: [systemd-devel] [PATCH] architecture: Add support for the RISC-V architecture.

2016-10-04 Thread Lennart Poettering
On Fri, 30.09.16 16:45, Richard W.M. Jones (rjo...@redhat.com) wrote: > [This is only compile-tested, as our kernel doesn't (yet) have > enough configured features to run systemd, but I'll report back > when I get it running.] > > RISC-V is an open source ISA in development since 2010 at UCB. >

[systemd-devel] ruby bindings

2016-10-04 Thread Zbigniew Jędrzejewski-Szmek
You asked on irc about adding https://github.com/nathwill/ruby-dbus-systemd to the wiki. We can do that, but I'd like to clarify first the relationship to https://github.com/ledbettj/systemd-journal. Is it a replacement, complement, etc? What is the development status of your package: stable,

Re: [systemd-devel] [PATCH] architecture: Add support for the RISC-V architecture.

2016-10-04 Thread Richard W.M. Jones
On Tue, Oct 04, 2016 at 03:36:48PM +0200, Lennart Poettering wrote: > I created a github PR from this: > > https://github.com/systemd/systemd/pull/4282 > > Would be good to follow up discussion there. Thanks for the feedback Lennart. Just FYI we are still building and testing this package.

Re: [systemd-devel] ruby bindings

2016-10-04 Thread David Timothy Strauss
For what it's worth, I try to encourage projects to identify their bindings as simply for systemd, even if the journal support is the first (and only) set of APIs available. It's just so easy to support the other APIs once the journal is already supported, and daemons that want to use the journal

Re: [systemd-devel] Help with boot time debugging

2016-10-04 Thread Andrei Borzenkov
04.10.2016 23:55, Manuel Amador (Rudd-O) пишет: > Hello folks! > > I'm developing a Dracut module and I need to know how to go about > showing what processes run by systemd during boot are saying. This is > for https://github.com/Rudd-O/zfs-fedora-installer . > > For example, I have this one