Update guardctrl authored by Jameson Rollins's avatar Jameson Rollins
...@@ -106,3 +106,10 @@ logout ...@@ -106,3 +106,10 @@ logout
Connection to the local host terminated. Connection to the local host terminated.
root@h1guardian1:~# root@h1guardian1:~#
``` ```
## debugging
If you happen to be cursed with segfaulting processes, here are some things that might help.
```shell
# apt install python-dbg libepics3.15.3-dbg systemd-coredump
```
\ No newline at end of file