Re: [Entangle-devel] [patch] Port to FreeBSD: udev - devd (for automatic camera detection)

2013-07-05 Thread Alexey Dokuchaev
On Thu, Jul 04, 2013 at 01:35:21PM +0100, Daniel P. Berrange wrote: Hmm, I'd have a slight preference for use of GIO's GSocket + GUnixSocketAddress APIs, rather than directly accessing the POSIX sockets APIs, if you're willing to rewrite to them. I've attempted to replace POSIX socket/connect

Re: [Entangle-devel] [patch] Port to FreeBSD: udev - devd (for automatic camera detection)

2013-07-05 Thread Alexey Dokuchaev
On Fri, Jul 05, 2013 at 01:48:41PM +0100, Daniel P. Berrange wrote: On Fri, Jul 05, 2013 at 07:16:03PM +0700, Alexey Dokuchaev wrote: [...] What I need to do, is first to reestablish new connection to newly run devd, and then g_io_channel_shutdown(...)/g_object_unref(oldsocket). IMHO

Re: [Entangle-devel] [patch] Port to FreeBSD: udev - devd (for automatic camera detection)

2014-11-14 Thread Alexey Dokuchaev
On Mon, Jul 08, 2013 at 08:47:44PM +0100, Daniel P. Berrange wrote: On Fri, Jul 05, 2013 at 08:18:59PM +0700, Alexey Dokuchaev wrote: On Fri, Jul 05, 2013 at 01:48:41PM +0100, Daniel P. Berrange wrote: On Fri, Jul 05, 2013 at 07:16:03PM +0700, Alexey Dokuchaev wrote: [...] What I