[bootlin/training-materials updates] master: labs: debugging: fix wrong IP for scp command (233918b5)

Clément Léger clement.leger at bootlin.com
Fri Feb 3 16:45:23 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/233918b58f729a383a68040a61733870cd5f794b

>---------------------------------------------------------------

commit 233918b58f729a383a68040a61733870cd5f794b
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Fri Feb 3 16:45:23 2023 +0100

    labs: debugging: fix wrong IP for scp command
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


>---------------------------------------------------------------

233918b58f729a383a68040a61733870cd5f794b
 labs/debugging-kernel-debugging/debugging-kernel-debugging.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
index 936cc23a..cb86160d 100644
--- a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -366,7 +366,7 @@ boot so this commands needs to be run another time.}
 
 \begin{bashinput}
 $ cd /home/$USER/debugging-labs/
-$ scp root at 192.168.0.100:/proc/vmcore ./vmcore
+$ scp root at 192.168.0.101:/proc/vmcore .
 \end{bashinput}
 
 Finally, we will be able to debug that kernel coredump using crash.




More information about the training-materials-updates mailing list