Re: [libvirt] [patch]make libvirt run dir accessable for applications

2012-06-04 Thread Eric Blake
On 06/04/2012 01:16 PM, Eric Blake wrote: > On 06/04/2012 06:56 AM, Royce Lv wrote: >> vdsm failed to connect to libvirt because of can't access >> /var/run/libvirt,caused by libvirt create this dir with umask(077) >> change the create umask to 022: >> https://bugzilla.redhat.com/show_bug.cgi?id=82

Re: [libvirt] [patch]make libvirt run dir accessable for applications

2012-06-04 Thread Eric Blake
On 06/04/2012 06:56 AM, Royce Lv wrote: > vdsm failed to connect to libvirt because of can't access > /var/run/libvirt,caused by libvirt create this dir with umask(077) > change the create umask to 022: > https://bugzilla.redhat.com/show_bug.cgi?id=828073 > > Signed-off-by: lvroyce > --- > daemo

[libvirt] [patch]make libvirt run dir accessable for applications

2012-06-04 Thread Royce Lv
vdsm failed to connect to libvirt because of can't access /var/run/libvirt,caused by libvirt create this dir with umask(077) change the create umask to 022: https://bugzilla.redhat.com/show_bug.cgi?id=828073 Signed-off-by: lvroyce --- daemon/libvirtd.c |2 +- 1 files changed, 1 insertions(+)