search for: cmdout

Displaying 5 results from an estimated 5 matches for "cmdout".

2020 Mar 21
2
CentOS 8.1 cron does not send mail
...too, I?d > check to make sure the first command isn?t exiting with a non-zero > exit code. The command chain is running propery, STDOUT output is visible in system log (excerpt from logwatch email): ``` --------------------- Cron Begin ------------------------ **Unmatched Entries** CMDOUT (### Starting backup. Host: host.example.com Backupserver: 10.9.1.5 Path: /borgbackup/vm/host-example-com Date: Fri Mar 20 05:13:46 CET 2020 ###) CMDOUT (Creating archive at "borg at IP:/borgbackup/vm/host-example-com::{now:%Y-%m-%d_%H:%M}") ? ``` Its just not sending an email. Wha...
2019 Sep 06
2
[PATCH 1/1] log: do not print carriage return
...ts when running from crond and logging to syslog or similar. I run ssh from cron on an recent linux host. Viewing logs with journalctl I see: Sep 06 16:50:01 linux CROND[152575]: [96B blob data] Adding switch --all for unprintable characters it shows: Sep 06 16:50:01 linux CROND[152575]: (root) CMDOUT (Warning: Permanently added '10.52.33.217' (ED25519) to the list of known hosts.^M) Note the control character ^M. Removing the carriage return fixes this. Signed-off-by: Christian Hesse <mail at eworm.de> --- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git...
2020 Apr 05
0
CentOS 8.1 cron does not send mail
...and isn?t exiting with a >> non-zero exit code. > > The command chain is running propery, STDOUT output is visible in > system log (excerpt from logwatch email): > > > ``` > --------------------- Cron Begin ------------------------ > > **Unmatched Entries** > CMDOUT (### Starting backup. Host: host.example.com Backupserver: > 10.9.1.5 Path: /borgbackup/vm/host-example-com Date: Fri Mar 20 > 05:13:46 CET 2020 ###) > CMDOUT (Creating archive at > "borg at IP:/borgbackup/vm/host-example-com::{now:%Y-%m-%d_%H:%M}") > ? > ``` > &g...
2020 Feb 27
3
CentOS 8.1 cron does not send mail
Hi, we experience difficulties with crond behaviour sending mail since CentOS 8.1. The cron job is the same like we used in CentOS 7. crontab -l /usr/bin/python3 -c 'import random; import time; time.sleep(random.random() * 3600)' && /usr/local/bin/backup.sh backup.sh writes the backup to the remote backup server. There are around 30 machines with the same cron job. The python
2020 Apr 06
2
CentOS 8.1 cron does not send mail
...ero exit code. >> >> The command chain is running propery, STDOUT output is visible in >> system log (excerpt from logwatch email): >> >> >> ``` >> --------------------- Cron Begin ------------------------ >> >> **Unmatched Entries** >> CMDOUT (### Starting backup. Host: host.example.com Backupserver: >> 10.9.1.5 Path: /borgbackup/vm/host-example-com Date: Fri Mar 20 >> 05:13:46 CET 2020 ###) >> CMDOUT (Creating archive at >> "borg at IP:/borgbackup/vm/host-example-com::{now:%Y-%m-%d_%H:%M}") >&gt...