From f7704119c46b8ef37be883db94623996ff6ac2cb Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Mon, 12 Mar 2018 16:20:04 -0400 Subject: [PATCH] conserver message change --- xCAT-server/lib/xcat/plugins/conserver.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/conserver.pm b/xCAT-server/lib/xcat/plugins/conserver.pm index db0473f76..357f774ae 100644 --- a/xCAT-server/lib/xcat/plugins/conserver.pm +++ b/xCAT-server/lib/xcat/plugins/conserver.pm @@ -205,7 +205,7 @@ sub process_request { if (-x "/usr/bin/goconserver") { require xCAT::Goconserver; if (xCAT::Goconserver::is_goconserver_running()) { - my $rsp->{data}->[0] = "goconserver is started, please stop it at first."; + my $rsp->{data}->[0] = "goconserver is being used as the console service, did you mean: makegocons ? If not, stop goconserver and retry."; xCAT::MsgUtils->message("E", $rsp, $cb); return; }