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
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
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
Resending, sans HTML...
Hi, I have the script run by an OnFailure unit to send some data over the
network, 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
Hi, I have the script run by an OnFailure unit to send some data over the network, 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
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,
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
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