Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
ff8e9ae5
Commit
ff8e9ae5
authored
16 years ago
by
Guido Günther
Committed by
Guido Günther
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
clarify xen configuration
parent
c6980e31
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/README.Debian
+12
-5
12 additions, 5 deletions
debian/README.Debian
with
12 additions
and
5 deletions
debian/README.Debian
+
12
−
5
View file @
ff8e9ae5
Xen
===
For working xen suppo
rt you have to set:
To manage xen domains with libvi
rt you have to set:
(xend-http-server yes)
(xend-unix-server yes)
in /etc/xen/xend-config.sxp.
For xend HTTP access (not recommended) you also have to set:
(xend-http-server yes)
# only allow access from localhost:
(xend-address localhost)
in /etc/xen/xend-config.sxp. The last line makes sure xend is only accepting
connections on localhost.
Note that *every* user on the system has access to xend then. Better use
libvirtd to access xen with unprivileged users and add the users to the
"libvirt" group (see "Acess Control" below).
Debugging
=========
...
...
@@ -43,7 +50,7 @@ See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504605 for more information
Access Control
==============
Access to the libvirt socket is controlled by membership in the libvirt group.
Access to the libvirt socket is controlled by membership in the
"
libvirt
"
group.
If you want to manage VMs as non root you need to add a user to that group.
-- Guido Guenther <agx@sigxcpu.org> Thu, 15 May 2008 14:13:03 +0100
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment