search for: auth_unix_rw

Displaying 11 results from an estimated 11 matches for "auth_unix_rw".

2011 Jan 27
1
libvirtd + vir-manager + kerberos
...cal. Is there a way to debug, what is going on on this server? I'd like to have both respect kerberos and allow logging in with no password it already authenticated! Here is what I've set up: /etc/sasl2/libvirt.conf listen_tls = 0 listen_tcp = 1 mdns_adv = 0 auth_unix_ro = "none" auth_unix_rw = "none" auth_tcp = "sasl" /etc/sasl2/libvirt.conf mech_list: gssapi keytab: /etc/libvirt/krb5.kqemu sasldb_path: /etc/libvirt/passwd.db I start libvirtd with: KRB5_KTNAME=/etc/libvirt/krb5.kqemu /usr/sbin/libvirtd -d --listen In virt-manager I've set both hosts: qemu+tcp...
2013 Apr 03
1
Cannot recv data: Connection reset by peer
...:/sbin TERM=linux container=lxc-libvirt container_uuid=168edaae-e3b5-2d06-7c65-9aa444a6f234 LIBVIRT_LXC_UUID=168edaae-e3b5-2d06-7c65-9aa444a6f234 LIBVIRT_LXC_NAME=lxcvm1 /bin/sh error receiving signal from container: Input/output error In libvirtd.conf I have: auth_unix_ro = "none" auth_unix_rw = "none" auth_tcp = "none" auth_tls = "none" And in libvirt.conf everything is commented. I have this error as normal user (in libvirtd group) and also as root. Any hints to go further in the debugging are welcome. Regards, Guillaume
2014 Mar 27
2
Using qemu+ssh on openSUSE 13.1/Tumbleweed
...kvm to work on my machines running openSUSE 13.1 / Tumbleweed. My question is in regard to using qemu+ssh, which would be my preference, as I already have a working ssh-key authentication with SSH-Agent. I set the permissions of the manage-socket to 0770, added my user to the libvirt group and set auth_unix_rw = "none" in /etc/libvirt/libvirtd.conf. I am now able to see all my VMs using virsh list --all (I had to set a default_uri in .config/libvirt/libvirt.conf to get any non-empty output). Trying from another machine (say target hostname is HOSTX, username testuser) with virsh -c qemu+ssh:...
2013 Sep 09
2
Re: Problems with user namespaces
...onnection gets reseted. By the way, i'm using systemd, with process started in forking mode and as daemon. Could this cause any problems? This is my libvirtd.conf, if it helps anything: unix_sock_group = "libvirtd" unix_sock_rw_perms = "0770" auth_unix_ro = "none" auth_unix_rw = "none" Can you please tell me easy to setup distro with systemd that user namespaces work, so i can compare. Thanks! On Mon, Sep 9, 2013 at 3:08 AM, Gao feng <gaofeng@cn.fujitsu.com> wrote: > On 09/06/2013 07:32 PM, Jaka Hudoklin wrote: > > Hello! > > > >...
2008 Feb 22
0
virt-manager on RH AS 5.1
...egrep -v ''(^#|^$)'' /etc/libvirt/libvirtd.conf listen_tls = 1 listen_tcp = 1 tls_port = "16514" tcp_port = "16509" unix_sock_group = "libvirtd" unix_sock_ro_perms = "0777" unix_sock_rw_perms = "0770" auth_unix_ro = "none" auth_unix_rw = "none" # ps -ef | grep libvirt root 31142 1 0 17:29 ? 00:00:00 libvirt_qemud --system --daemon nobody 31167 31142 0 17:29 ? 00:00:00 dnsmasq --keep-in-foreground --strict-order --bind-interfaces --pid-file --conf-file --listen-address 192.168.122.1 --except-i...
2012 Aug 07
0
Authentication via SASL and LDAP?
...ave configured as follows: /etc/default/libvirt-bin: start_libvirtd="yes" libvirtd_opts="-d -l" /etc/libvirt/libvirtd.conf: listen_tls = 0 listen_tcp = 1 unix_sock_group = "libvirtd" unix_sock_rw_perms = "0770" auth_unix_ro = "none" auth_unix_rw = "none" auth_tcp = "sasl" The libvirt documentation ( http://libvirt.org/auth.html ) does not specify if it is possible to use SASL with a different authentication method other than DIGEST-MD5. I would like to authenticate users via LDAP - is this possible? I configured LDA...
2014 Mar 28
0
Facing some error when restarting the libvirtd.
hi, i installed libvirt-1.2.1 from the source with xen-4.3.1 and i am facing the following error when restarting the libvirt. Installation steps: ./autogen.sh --system --with-xen=yes --with-libxl=yes make make install and in the libvirtd.conf i enabled the following things auth_unix_ro auth_unix_rw unix_sock_group unix_sock_ro_perms unix_sock_rw_perms unix_sock_dir and libvirt logs when running the following commands i got error message in libvirtd.log tools/libvirtd -f /etc/libvirt/libvirtd.conf -d Error message: 2014-03-28 12:44:59.480+0000: 20024: info : libvirt version: 1.2.2 2014-03-2...
2013 Aug 16
0
RHEV hosts
...tc) and i'm trying to connect from one of the client machine (C1). All the RHEV host have libvirt modified by vdsm. It looks like the below ## beginning of configuration section by vdsm-4.10.2 listen_addr="0.0.0.0" unix_sock_group="kvm" unix_sock_rw_perms="0770" auth_unix_rw="sasl" host_uuid="036118ab-705f-4aeb-9a13-013dc8af6b41" keepalive_interval=-1 log_outputs="1:file:/var/log/libvirtd.log" log_filters="3:virobject 3:virfile 2:virnetlink 3:cgroup 3:event 3:json 1:libvirt 1:util 1:qemu" ca_file="/etc/pki/vdsm/certs/cacert....
2013 Sep 09
0
Re: Problems with user namespaces
..., i'm using systemd, with process started in > forking mode and as daemon. Could this cause any problems? > > This is my libvirtd.conf, if it helps anything: > unix_sock_group = "libvirtd" > unix_sock_rw_perms = "0770" > auth_unix_ro = "none" > auth_unix_rw = "none" > > Can you please tell me easy to setup distro with systemd that user > namespaces work, so i can compare. > > Thanks! > > > On Mon, Sep 9, 2013 at 3:08 AM, Gao feng <gaofeng@cn.fujitsu.com> wrote: > >> On 09/06/2013 07:32 PM, Jaka Hudoklin...
2012 Apr 12
0
Live migration of instance using KVM hypervisor fails
...launch network script Libvirt version on both hosts: $ libvirtd --version libvirtd (libvirt) 0.9.2 $ virsh --version 0.9.2 Here are my libvirtd.conf details: listen_tls = 0 listen_tcp = 1 unix_sock_group = "libvirtd" unix_sock_rw_perms = "0770" auth_unix_ro = "none" auth_unix_rw = "none" auth_tcp = "none" Would be great if someone can point out the issue here. Note: I have disable apparmor for libvirtd profile and am able to list the instances running on the remote host (from both the servers). Thanks & Regards, Unmesh Gurjar | Lead Engineer | Ve...
2013 Sep 06
3
Re: Problems with user namespaces
Hello! Okay i tried again with only staticly linked busybox: offlinehacker:~/ $ /home/offlinehacker/busybox/busybox BusyBox v1.17.1 (Debian 1:1.17.1-8) multi-call binary. Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko and others. Licensed under GPLv2. See source distribution for full notice. .... Again my id: uid=499(offlinehacker) gid=100(users)