summaryrefslogtreecommitdiff
path: root/leap-debug-remote.sh
diff options
context:
space:
mode:
Diffstat (limited to 'leap-debug-remote.sh')
-rw-r--r--leap-debug-remote.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/leap-debug-remote.sh b/leap-debug-remote.sh
new file mode 100644
index 00000000..7f9c6945
--- /dev/null
+++ b/leap-debug-remote.sh
@@ -0,0 +1,23 @@
+#!/bin/sh
+# debug script to be run on remote servers
+
+regexp='(leap|stunnel|couch|soledad|haproxy)'
+
+find /etc/leap/
+
+echo
+
+ls -la /srv/leap/
+
+echo
+
+
+dpkg -l | egrep "$regexp"
+
+echo
+
+ps aux|egrep "$regexp"
+
+echo
+
+cat /etc/hosts