summaryrefslogtreecommitdiff
path: root/leap-debug-remote.sh
blob: 7f9c69450a47e1ef19eb3339f34b8a0d6a719d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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