From 4d2195c503c3e47107138bcd02b0222d89312a85 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Thu, 19 Mar 2009 10:43:57 +1100 Subject: The wbinfo --sequence command has been depreciated in favor of the new --online-status command (This used to be ctdb commit b6e34503ac094a274a569a69e3d93d92ad911f4d) --- ctdb/tools/ctdb_diagnostics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/tools/ctdb_diagnostics b/ctdb/tools/ctdb_diagnostics index 8cf1f9ab6e..a9531d646c 100755 --- a/ctdb/tools/ctdb_diagnostics +++ b/ctdb/tools/ctdb_diagnostics @@ -236,7 +236,7 @@ show_all "smbclient -U% -L 127.0.0.1" WORKGROUP=`testparm -s --parameter-name=WORKGROUP 2> /dev/null` show_all id "$WORKGROUP/Administrator" show_all "wbinfo -p" -show_all "wbinfo --sequence" +show_all "wbinfo --online-status" show_all "smbd -b" date -- cgit