Re: [Pacemaker] [libqb]Unlink of files bound to sockets

2014-12-23 Thread LGL Extern
: [Pacemaker] [libqb]Unlink of files bound to sockets - Original Message - I used the current trunk. I could not find the unlink calls. If domain sockets are used this two methods are used. In ./lib/ipc_socket.c static void qb_ipcc_us_disconnect(struct

Re: [Pacemaker] [libqb]Unlink of files bound to sockets

2014-12-22 Thread Andrei Borzenkov
В Mon, 22 Dec 2014 16:25:00 -0500 (EST) David Vossel dvos...@redhat.com пишет: Linux has this non-portable concept of abstract sockets. This lets us create sockets without mapping directly to something on the filesystem. Unfortunately solaris doesn't have this feature. Somewhere along the

Re: [Pacemaker] [libqb]Unlink of files bound to sockets

2014-12-19 Thread David Vossel
...@redhat.com] Gesendet: Donnerstag, 18. Dezember 2014 18:13 An: The Pacemaker cluster resource manager Betreff: Re: [Pacemaker] [libqb]Unlink of files bound to sockets - Original Message - I sent yesterday this email to the mailing list of libq 'quarterback-de

Re: [Pacemaker] [libqb]Unlink of files bound to sockets

2014-12-19 Thread LGL Extern
- Von: David Vossel [mailto:dvos...@redhat.com] Gesendet: Freitag, 19. Dezember 2014 20:19 An: The Pacemaker cluster resource manager Betreff: Re: [Pacemaker] [libqb]Unlink of files bound to sockets - Original Message - I used the current trunk. I could not find the unlink calls

[Pacemaker] [libqb]Unlink of files bound to sockets

2014-12-18 Thread LGL Extern
I sent yesterday this email to the mailing list of libq 'quarterback-de...@lists.fedorahosted.org'. But there is nearly no activity since august. I use the current trunk of libqb. In qb_ipcc_us_sock_close nd qb_ipcs_us_withdraw of lib/ipc_setup.c sockets are closed. Is there a reason why the