From b5bdac15c67e4695435d4feb9eca59941326386f Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 17 Mar 2013 12:40:41 +0000 Subject: [PATCH] Try to execute the installed binary for additional problematic information. --- bootstrap-salt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 6094350..0f5cb28 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -2280,6 +2280,8 @@ if [ "$DAEMONS_RUNNING_FUNC" != "null" ]; then [ ! $SALT_ETC_DIR/$fname ] && [ $fname != "syndic" ] && echodebug "$SALT_ETC_DIR/$fname does not exist" + echodebug "Running salt-$fname by hand outputs: $(salt-$fname -l debug)" + [ ! -f /var/log/salt/$fname ] && echodebug "/var/log/salt/$fname does not exist. Can't cat its contents!" && continue echodebug "DEAMON LOGS for $fname:"