From 2919ddf224208d95879b33bac85c0c4254e71c39 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 20 May 2021 15:37:57 +0200 Subject: [PATCH] Check why a yum process is already running --- ci.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci.sh b/ci.sh index ae55e1c6..281316f4 100755 --- a/ci.sh +++ b/ci.sh @@ -2,6 +2,12 @@ set -exuo pipefail +#sudo find /var/cache/dnf/ + +ps axf +cat /etc/dnf/automatic.conf +journalctl -u dns-automatic + sudo yum install -y podman make golang rsync cat > /tmp/ignoretests.txt << EOF