]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
kbase: update docs to account for changed error message
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 17 Apr 2025 17:09:03 +0000 (18:09 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 25 Apr 2025 10:18:19 +0000 (11:18 +0100)
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 <rjones@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/kbase/failed_connection_after_install.rst

index cea57c460e105c24e3691349b3fe9db6af08eb5d..f2c6fee72d6a68cf6338953ff99151575eafd35f 100644 (file)
@@ -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
 ==========