Re: [systemd-devel] Trouble building v225 on Ubuntu 15.10

2015-12-16 Thread Tabor Kelly
Thanks Martin, that did it. The end goal is to get systemd (mainly for sd-bus) cross-compiling for a proprietary embedded (Linux) environment that I work on. Getting it compiling on my Ubuntu laptop seemed like a good first step. -Tabor On Wed, Dec 16, 2015 at 9:16 PM, Martin Pitt wrote: > Hell

Re: [systemd-devel] Trouble building v225 on Ubuntu 15.10

2015-12-16 Thread Martin Pitt
Hello Tabor, Tabor Kelly [2015-12-16 20:34 -0800]: > I'm trying to get systemd v225 building on Ubuntu 15.10. When I run > autogen.sh I get the following output: > > configure.ac:686: warning: macro 'AM_PATH_LIBGCRYPT' not found in library Missing libgcrypt20-dev. It's easiest if you just do

[systemd-devel] Trouble building v225 on Ubuntu 15.10

2015-12-16 Thread Tabor Kelly
Hello, I'm trying to get systemd v225 building on Ubuntu 15.10. When I run autogen.sh I get the following output: configure.ac:686: warning: macro 'AM_PATH_LIBGCRYPT' not found in library libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: linking file `build-aux/lt

Re: [systemd-devel] In OnFailure, the result is always "signal" unless KillMode=none

2015-12-16 Thread Borislav Trifonov
Resending, sans HTML... Hi, I have the script run by an OnFailure unit to send some data over the net‎work, including whether the failure was due to a crash or watchdog timeout (I'm using WatchdogSec and sd_notify()). I use "systemctl show %i --property=ActiveStatus,Result" to retrieve what hap

[systemd-devel] In OnFailure, the result is always "signal" unless KillMode=none

2015-12-16 Thread Borislav Trifonov
Hi, I have the script run by an OnFailure unit to send some data over the net‎work, including whether the failure was due to a crash or watchdog timeout (I'm using WatchdogSec and sd_notify()). I use "systemctl show %i --property=ActiveStatus,Result" to retrieve what happened. However, I always ge

Re: [systemd-devel] Query regarding "EnvironmentFile"

2015-12-16 Thread Reindl Harald
Am 16.12.2015 um 17:11 schrieb Simon Peeters: 2015-12-16 9:47 GMT+00:00 Reindl Harald : Why not do like normal people "normal people" - what's wrong with you? Nothing really, all systems both at my direct employer and those at our customers run perfectly fine, and everything is automated,

Re: [systemd-devel] Query regarding "EnvironmentFile"

2015-12-16 Thread Simon Peeters
2015-12-16 9:47 GMT+00:00 Reindl Harald : > > > Am 15.12.2015 um 18:59 schrieb Simon Peeters: >> >> 2015-12-10 15:20 GMT+00:00 Reindl Harald : >>> >>> >>> Am 10.12.2015 um 15:46 schrieb Jóhann B. Guðmundsson: If you are unaware of any other use case for it >>> >>> >>> EnvironmentFile

Re: [systemd-devel] Query regarding "EnvironmentFile"

2015-12-16 Thread Reindl Harald
Am 15.12.2015 um 18:59 schrieb Simon Peeters: 2015-12-10 15:20 GMT+00:00 Reindl Harald : Am 10.12.2015 um 15:46 schrieb Jóhann B. Guðmundsson: If you are unaware of any other use case for it EnvironmentFile=-/etc/sysconfig/httpd ExecStart=/usr/sbin/httpd $OPTIONS -D FOREGROUND [root@test