From 1c40364403f1752f4359133c6572ea9fabfe408f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 3 Feb 2006 16:51:36 +0000 Subject: fixing an error pointed by sct, Daniel --- docs/FAQ.html | 2 +- docs/libvir.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.html b/docs/FAQ.html index 7b3e5b98d..35040ec8e 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -36,7 +36,7 @@
  • Failure to use the API for non-root users

    Large parts of the API may only be accessible with root priviledges, however the read only access to the xenstore data doesnot have to be - forbidden to user, at least for monitoring purposes. If "virsh info" + forbidden to user, at least for monitoring purposes. If "virsh dinfo" fails to run as an user, change the mode of the xenstore read-only socket with:

    chmod 666 /var/run/xenstored/socket_ro

    diff --git a/docs/libvir.html b/docs/libvir.html index 5dfee3aca..b6c795c69 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -210,7 +210,7 @@ available except commiting to the base.

  • Failure to use the API for non-root users

    Large parts of the API may only be accessible with root priviledges, however the read only access to the xenstore data doesnot have to be - forbidden to user, at least for monitoring purposes. If "virsh info" + forbidden to user, at least for monitoring purposes. If "virsh dinfo" fails to run as an user, change the mode of the xenstore read-only socket with:

    chmod 666 /var/run/xenstored/socket_ro

    -- cgit v1.2.3-65-gdbad