[kexec-tools] ssh propagate alert message fix

Dave Young yangrr at fedoraproject.org
Thu Jul 12 03:22:12 UTC 2012


commit f75f34b8a99b5bfe1b43716b341df76edf3fb007
Author: Dave Young <dyoung at redhat.com>
Date:   Thu Jul 12 11:15:36 2012 +0800

    ssh propagate alert message fix
    
    we now switched to systemd, 'service kdump propagate' does not work anymore.
    update the alert message to use 'kdumpctl propagate'
    vivek: update kexec-kdump-howto.txt as well.
    
    Signed-off-by: Dave Young <dyoung at redhat.com>
    Acked-by: Vivek Goyal <vgoyal at redhat.com>

 kdumpctl              |    2 +-
 kexec-kdump-howto.txt |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kdumpctl b/kdumpctl
index 54c1cdf..ac162b5 100755
--- a/kdumpctl
+++ b/kdumpctl
@@ -246,7 +246,7 @@ function check_ssh_target()
     ssh -q -i $SSH_KEY_LOCATION -o BatchMode=yes $DUMP_TARGET mkdir -p $SAVE_PATH
     _ret=$?
     if [ $_ret -ne 0 ]; then
-        echo "Could not create $DUMP_TARGET:$SAVE_PATH, you probably need to run \"service kdump propagate\""
+        echo "Could not create $DUMP_TARGET:$SAVE_PATH, you probably need to run \"kdumpctl propagate\""
         exit $_ret
     fi
 }
diff --git a/kexec-kdump-howto.txt b/kexec-kdump-howto.txt
index 1478148..1292f7f 100644
--- a/kexec-kdump-howto.txt
+++ b/kexec-kdump-howto.txt
@@ -381,8 +381,8 @@ name or IP address of the target system. Using a dedicated, restricted user
 account on the target system is recommended, as there will be keyless ssh
 access to this account.
 
-Once kdump.conf is appropriately configured, issue the command '/sbin/service
-kdump propagate' to automatically set up the ssh host keys and transmit
+Once kdump.conf is appropriately configured, issue the command
+'kdumpctl propagate' to automatically set up the ssh host keys and transmit
 the necessary bits to the target server. You'll have to type in 'yes'
 to accept the host key for your targer server if this is the first time
 you've connected to it, and then input the target system user's password


More information about the scm-commits mailing list