control: reassign -1 dma
Hi,
This looks more like normal behaviour.
tchet@brix ~ $ [ -x /usr/sbin/dma ] && /usr/sbin/dma -q1
tchet@brix ~ $ echo $?
1
The crontab should maybe have been written this way, to always return "true".
[ -x /usr/sbin/dma ] && /usr/sbin/dma -q1 || true
I'm assigningg
Package: systemd-cron
Version: 1.5.14-2
Severity: important
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outc
2 matches
Mail list logo