Re: [libvirt] [PATCH] virnetsocket: fix getsockopt on FreeBSD

2013-11-03 Thread Ryota Ozaki
On Mon, Nov 4, 2013 at 10:37 AM, Daniel P. Berrange wrote: > On Sun, Nov 03, 2013 at 05:18:17PM -0600, Doug Goldstein wrote: >> On Sat, Nov 2, 2013 at 11:20 AM, Ryota Ozaki wrote: >> > ping? >> > >> > Hope it's in the next release. It fixes libvirtd to accept virsh >> > accesses on localhost. >>

Re: [libvirt] [PATCH] virnetsocket: fix getsockopt on FreeBSD

2013-11-03 Thread Daniel P. Berrange
On Sun, Nov 03, 2013 at 05:18:17PM -0600, Doug Goldstein wrote: > On Sat, Nov 2, 2013 at 11:20 AM, Ryota Ozaki wrote: > > ping? > > > > Hope it's in the next release. It fixes libvirtd to accept virsh > > accesses on localhost. > > > > ozaki-r > > > > On Fri, Oct 25, 2013 at 12:48 AM, Ryota Ozak

Re: [libvirt] [PATCH] virnetsocket: fix getsockopt on FreeBSD

2013-11-03 Thread Doug Goldstein
On Sat, Nov 2, 2013 at 11:20 AM, Ryota Ozaki wrote: > ping? > > Hope it's in the next release. It fixes libvirtd to accept virsh > accesses on localhost. > > ozaki-r > > On Fri, Oct 25, 2013 at 12:48 AM, Ryota Ozaki wrote: >> aa0f099 introduced a strict error checking for getsockopt and it >> r

Re: [libvirt] [PATCH] virnetsocket: fix getsockopt on FreeBSD

2013-11-02 Thread Ryota Ozaki
ping? Hope it's in the next release. It fixes libvirtd to accept virsh accesses on localhost. ozaki-r On Fri, Oct 25, 2013 at 12:48 AM, Ryota Ozaki wrote: > aa0f099 introduced a strict error checking for getsockopt and it > revealed that getting a peer credential of a socket on FreeBSD > didn

[libvirt] [PATCH] virnetsocket: fix getsockopt on FreeBSD

2013-10-24 Thread Ryota Ozaki
aa0f099 introduced a strict error checking for getsockopt and it revealed that getting a peer credential of a socket on FreeBSD didn't work. Libvirtd hits the error: error : virNetSocketGetUNIXIdentity:1198 : Failed to get valid client socket identity groups SOL_SOCKET (0x) was used as a l