From 7c655ceff3e84ecda95bed077c948ea3a3f892f5 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 1 Jul 2024 20:40:48 +0200 Subject: [PATCH] Ignore SIGUSR7 (used to signal time is now synchroized) Signed-off-by: DL6ER --- docs/ftldns/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ftldns/debugging.md b/docs/ftldns/debugging.md index 9ffdf96..9fccba3 100644 --- a/docs/ftldns/debugging.md +++ b/docs/ftldns/debugging.md @@ -11,7 +11,7 @@ Once you are used to it, you can skip most of the steps. Debugging *FTL*DNS is q 4. Configure `gdb` by installing a globally valid initialization file: ```bash - echo "handle SIGHUP nostop SIGPIPE nostop SIGTERM nostop SIG32 nostop SIG34 nostop SIG35 nostop" | sudo tee /root/.gdbinit + echo "handle SIGHUP nostop SIGPIPE nostop SIGTERM nostop SIG32 nostop SIG34 nostop SIG35 nostop SIG41 nostop" | sudo tee /root/.gdbinit ``` You can omit this step, however, you will have to remember to run the quoted line on *every start* of `gdb` in order to properly debug FTL.