From ac40449d6e10ef041f0454b751759bbcd05065ab Mon Sep 17 00:00:00 2001 From: Elijah DeLee Date: Tue, 31 Aug 2021 12:52:34 -0400 Subject: [PATCH] List dir where receptor socket should be This is for adding more info to the sos report --- tools/sosreport/controller.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/sosreport/controller.py b/tools/sosreport/controller.py index 65d0c946b3..21b1bab517 100644 --- a/tools/sosreport/controller.py +++ b/tools/sosreport/controller.py @@ -22,6 +22,8 @@ SOSREPORT_CONTROLLER_COMMANDS = [ "ls -ll /var/lib/awx", # check permissions "ls -ll /var/lib/awx/venv", # list all venvs "ls -ll /etc/tower", + "ls -ll /var/run/awx-receptor", # list contents of dirctory where receptor socket should be + "ls -ll /etc/receptor", "umask -p", # check current umask ]