From 9f7177bc988ffd793c0d85771d8c445829c00a52 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 6 Mar 2019 13:37:55 +0000 Subject: [PATCH] Fix uninstall advice for irqbalance --- src/lib/numa.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/numa.lua b/src/lib/numa.lua index 078b04fa42..55b510be24 100644 --- a/src/lib/numa.lua +++ b/src/lib/numa.lua @@ -153,7 +153,7 @@ local function assert_irqbalanced_disabled (warn) end end warn('Irqbalanced detected; this will hurt performance! %s', - 'Consider uninstalling via "sudo apt-get uninstall irqbalance" and rebooting.') + 'Consider uninstalling via "sudo apt-get remove irqbalance" and rebooting.') end end end