From: Daniel P. Berrangé Date: Thu, 17 Apr 2025 17:09:03 +0000 (+0100) Subject: kbase: update docs to account for changed error message X-Git-Tag: v11.3.0-rc1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11abe72fadc1ee506de20f667f159f648861a1bb;p=thirdparty%2Flibvirt.git kbase: update docs to account for changed error message The updated doc refers to both the old and new error message, as users with old deployed versions will still be pointed to the current online docs URL. Reviewed-by: Richard W.M. Jones Signed-off-by: Daniel P. Berrangé --- diff --git a/docs/kbase/failed_connection_after_install.rst b/docs/kbase/failed_connection_after_install.rst index cea57c460e..f2c6fee72d 100644 --- a/docs/kbase/failed_connection_after_install.rst +++ b/docs/kbase/failed_connection_after_install.rst @@ -28,6 +28,16 @@ not work when run as root: error: Operation not supported: Cannot use direct socket mode if no URI is set. For more information see https://libvirt.org/kbase/failed_connection_after_install.html +Or + +:: + + # virsh list + error: failed to connect to the hypervisor + error: Operation not supported: No URI is provided and cannot identify any listening + daemon socket path to attempt to connect to. For more information see + https://libvirt.org/kbase/failed_connection_after_install.html + Root cause ==========