core
core copied to clipboard
CFEngine Community
This script gathers various system information as well as log files and creates a tarball. If the host has enterprise CFEngine installed further details and files will be collected. Ticket:...
Pull request to fix https://tracker.mender.io/browse/CFE-3982
If the promise is being evaluated for the first time (no records in the locks LMDB), it doesn't make sense to check 'ifelapsed' for it.
Goals: - [x] fix potentially unaligned access to LMDB data in *cf-check* - [ ] add `--test-write` to `cf-check repair` - [ ] handle full LMDBs
cf-support will now search the entire filesystem for core files related to cf-* binaries, request to install gdb, and log backtraces to the support tarball. Ticket: CFE-4064 Changelog: title related:...
On Debian, when I configure with argument `--with-systemd-service=no`, the unit test `protocol_test` fails to build with a link-time error: /usr/bin/ld: cf-serverd-functions.o: undefined reference to symbol 'sd_notifyf@@LIBSYSTEMD_209' /usr/bin/ld: /lib/x86_64-linux-gnu/libsystemd.so.0: error adding...