[systemd-devel] Extracting logs out of journal in windows 7

2017-12-05 Thread P.R.Dinesh
I have a systemd.journal file copied to windows machine. I want to extract the logs out of the journal file. Do we have a equivalent to journalctl in windows os or is it possible to cross compile journalctl in windows platform? Regards, Dinesh ___

Re: [systemd-devel] Is this list still active? Where can I get basic help with systemd

2017-12-05 Thread Doug Snyder
Andrei, yes I did try to their solution and the reason I claimed that it didn't work is because it doesn't Of course thats the first thing I tried and it fails because It doesn't reference the variables in the config file. I tried to simplify the example posted on celery's site to restrict the

[systemd-devel] Fwd: Is this list still active? Where can I get basic help with systemd

2017-12-05 Thread Doug Snyder
-- Forwarded message -- From: Doug Snyder Date: Tue, Dec 5, 2017 at 5:42 PM Subject: Re: [systemd-devel] Is this list still active? Where can I get basic help with systemd To: Doug Snyder *Andrei, * *yes I did try to their solution

[systemd-devel] systemd-networkd-wait-online

2017-12-05 Thread Johannes Ernst
I’m running systemd 235.38 on an ARM64 device called the EspressoBin [1]. The EspressoBin board has an on-board Ethernet switch, which I configure with systemd-networkd (configuration is below). The device is intended as a home router that runs IPv4 masquerading, local DNS server etc. I’m

Re: [systemd-devel] Is this list still active? Where can I get basic help with systemd

2017-12-05 Thread Andrei Borzenkov
05.12.2017 22:19, Doug Snyder пишет: > Well, it runs fine by itself using the exact same command on the command > line. > Its when systemd is added to the mix that the problems occur > The people that put out celery have docs on how to use it with systemd, its > just that they don't work: >

Re: [systemd-devel] Is this list still active? Where can I get basic help with systemd

2017-12-05 Thread Doug Snyder
Well, it runs fine by itself using the exact same command on the command line. Its when systemd is added to the mix that the problems occur The people that put out celery have docs on how to use it with systemd, its just that they don't work:

Re: [systemd-devel] Is this list still active? Where can I get basic help with systemd

2017-12-05 Thread Lennart Poettering
On Di, 05.12.17 13:33, Doug Snyder (webcoach...@gmail.com) wrote: > Getting rid of the template syntax changed the behavior but now it appears > there's another problem I don't understand. > it tries to start the unit and it shows some encouraging signs but fails > because a timeout was exceeded.

Re: [systemd-devel] Is this list still active? Where can I get basic help with systemd

2017-12-05 Thread Doug Snyder
Getting rid of the template syntax changed the behavior but now it appears there's another problem I don't understand. it tries to start the unit and it shows some encouraging signs but fails because a timeout was exceeded. Celery starts and shows healthy output but then sends a SIGCHLD and then

Re: [systemd-devel] Is this list still active? Where can I get basic help with systemd

2017-12-05 Thread Reindl Harald
Am 05.12.2017 um 19:04 schrieb Doug Snyder: At this point two people have said I have an updated systemd which is strange because I thought I used the latest CentOS minimal install $ systemctl --version systemd 219 +PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP

Re: [systemd-devel] Is this list still active? Where can I get basic help with systemd

2017-12-05 Thread Doug Snyder
I'm trying to get you the debug output as described in https://freedesktop.org/wiki/Software/systemd/Debugging/#index3h1 I'm sending the emails but they aren't showing up in the email list at: https://lists.freedesktop.org/archives/systemd-devel/2017-December/thread.html#39934 with or without

Re: [systemd-devel] Is this list still active? Where can I get basic help with systemd

2017-12-05 Thread Lennart Poettering
On Di, 05.12.17 11:10, Doug Snyder (webcoach...@gmail.com) wrote: Please keep discussions like this on the mailing list. Thanks! (Readded the CC) So, I think I figured it out: your service is not a template is it? If so, you can't use %I. if you drop that, does it work then? (and make sure to

Re: [systemd-devel] Is this list still active? Where can I get basic help with systemd

2017-12-05 Thread Doug Snyder
Also I have turned off SELinux for now, so that shouldn't be the issue On Tue, Dec 5, 2017 at 9:36 AM, Lennart Poettering wrote: > On Sa, 02.12.17 20:40, Doug Snyder (webcoach...@gmail.com) wrote: > > > I'm trying to write a basic systemd service. The ExecStart command

Re: [systemd-devel] Is this list still active? Where can I get basic help with systemd

2017-12-05 Thread Lennart Poettering
On Sa, 02.12.17 20:40, Doug Snyder (webcoach...@gmail.com) wrote: > I'm trying to write a basic systemd service. The ExecStart command I'm > using works. The systemd service doesn't. It throws a cryptic error and I > can't find any documentation on the web that makes any sense of it. I > posted