Re: [zeromq-dev] [RFC] systemd socket activation for libzmq

2016-05-31 Thread Luca Boccassi
On Tue, 2016-05-31 at 08:52 -0700, Jim Garlick wrote: > On Mon, May 30, 2016 at 09:57:00PM +0200, Michal Vyskocil wrote: > > Hi, > > > > Awesome, the fact czmq handles that is good enough for me. Closed the > > request. > > On Mon, 2016-05-30 at 21:14 +0200, Michal Vyskocil wrote: > > > Hi, > > >

Re: [zeromq-dev] [RFC] systemd socket activation for libzmq

2016-05-31 Thread Jim Garlick
On Tue, May 31, 2016 at 05:47:24PM +0100, Luca Boccassi wrote: > On Tue, 2016-05-31 at 08:52 -0700, Jim Garlick wrote: > > On Mon, May 30, 2016 at 09:57:00PM +0200, Michal Vyskocil wrote: > > > Hi, > > > > > > Awesome, the fact czmq handles that is good enough for me. Closed the > > > request. >

Re: [zeromq-dev] [RFC] systemd socket activation for libzmq

2016-05-31 Thread Luca Boccassi
On Tue, 2016-05-31 at 11:06 -0700, Jim Garlick wrote: > On Tue, May 31, 2016 at 05:47:24PM +0100, Luca Boccassi wrote: > > On Tue, 2016-05-31 at 08:52 -0700, Jim Garlick wrote: > > > On Mon, May 30, 2016 at 09:57:00PM +0200, Michal Vyskocil wrote: > > > > Hi, > > > > > > > > Awesome, the fact

Re: [zeromq-dev] [RFC] systemd socket activation for libzmq

2016-05-31 Thread Michal Vyskocil
Hi andrew, I googled about it before, but surprisingly have missed the https://github.com/zeromq/libzmq/issues/777 which is now in the top of search. So I became sure this wasn't implemented quickly. Anyway it was funnier to write the patch, than to read documentation. On Mon, May 30, 2016 at

Re: [zeromq-dev] [RFC] systemd socket activation for libzmq

2016-05-31 Thread Michal Vyskocil
Hi, if you want to hide the socket from global namespace, there are at least two options (before using containers) on Linux Call unshare (2) and CLONE_NEWIPC/CLONE_NEWNET to create your private network namespace in a broker, so the ipc or tcp sockets won't be globally visible. You must exec the

Re: [zeromq-dev] [RFC] systemd socket activation for libzmq

2016-05-31 Thread Jim Garlick
On Tue, May 31, 2016 at 07:22:33PM +0100, Luca Boccassi wrote: > On Tue, 2016-05-31 at 11:06 -0700, Jim Garlick wrote: > > On Tue, May 31, 2016 at 05:47:24PM +0100, Luca Boccassi wrote: > > > On Tue, 2016-05-31 at 08:52 -0700, Jim Garlick wrote: > > > > On Mon, May 30, 2016 at 09:57:00PM +0200,

[zeromq-dev] connect doesnt' throw an error but binding to an address does

2016-05-31 Thread william david
Hello, I'm tunneling into a machine, and binding the remote port 3000 to the local port 3000, but unfortunately I'm receiving an error when I start the server: ```zmq.error.ZMQError: Address already in use ``` The code (python):import zmqcontext = zmq.Context()socket =

Re: [zeromq-dev] Unsubscribe from all topics

2016-05-31 Thread Aaron Sokoloski
Create an entirely new socket, maybe? In what situation do you want to unsubscribe from everything? On 31 May 2016 at 06:45, Bachmair Florian - flexSolution GmbH < florian.bachm...@flexsolution.eu> wrote: > hi! > > > is there an option to unsubscribe from ALL topics? > > I have found > > void

Re: [zeromq-dev] Mailing List

2016-05-31 Thread Elliot Crosby-McCullough
Hi Anthea, You can unsubscribe at the bottom of this page: http://lists.zeromq.org/mailman/listinfo/zeromq-dev Elliot On 31 May 2016 at 13:58, Anthea Middleton wrote: > Apologies but I think I'm on this mailing list by accident can I please be > removed? > > Thanks, > >

Re: [zeromq-dev] Unsubscribe from all topics

2016-05-31 Thread Pieter Hintjens
Yes, simplest is to destroy the socket and create a new one. On Tue, May 31, 2016 at 2:25 PM, Aaron Sokoloski wrote: > Create an entirely new socket, maybe? In what situation do you want to > unsubscribe from everything? > > On 31 May 2016 at 06:45, Bachmair Florian -

Re: [zeromq-dev] Mailing List

2016-05-31 Thread jean rouquet
or maybe to this link http://lists.zeromq.org/mailman/listinfo/zeromq-dev From: outrun...@live.fr To: zeromq-dev@lists.zeromq.org Date: Tue, 31 May 2016 15:17:12 +0200 Subject: Re: [zeromq-dev] Mailing List Nooo From: anthea4...@gmail.com Date: Tue, 31 May 2016 13:58:24 +0100 To:

[zeromq-dev] Unsubscribe from all topics

2016-05-31 Thread Bachmair Florian - flexSolution GmbH
hi! is there an option to unsubscribe from ALL topics? I have found void zsocket_set_unsubscribe (void *zocket, char * unsubscribe); Is the only option to save all topics and then unsubscribe from each of them? Therefore I would have to save the topics(what I currently don't) Or is there

[zeromq-dev] Mailing List

2016-05-31 Thread Anthea Middleton
Apologies but I think I'm on this mailing list by accident can I please be removed? Thanks, -- Anthea Middleton Fractalise Web Design Anthea's Thoughts on Nice Things (blog) ___ zeromq-dev mailing

Re: [zeromq-dev] Mailing List

2016-05-31 Thread jean rouquet
Nooo From: anthea4...@gmail.com Date: Tue, 31 May 2016 13:58:24 +0100 To: zeromq-dev@lists.zeromq.org Subject: [zeromq-dev] Mailing List Apologies but I think I'm on this mailing list by accident can I please be removed? Thanks, -- Anthea Middleton Fractalise Web Design Anthea's Thoughts

Re: [zeromq-dev] Mailing List

2016-05-31 Thread Charles Remes
All, Please stop spamming the list. I answered the original poster privately and solved their problem. No need to clutter the list with more responses. > On May 31, 2016, at 08:19, jean rouquet wrote: > > or maybe to this link

Re: [zeromq-dev] [RFC] systemd socket activation for libzmq

2016-05-31 Thread Jim Garlick
On Mon, May 30, 2016 at 09:57:00PM +0200, Michal Vyskocil wrote: > Hi, > > Awesome, the fact czmq handles that is good enough for me. Closed the > request. > On Mon, 2016-05-30 at 21:14 +0200, Michal Vyskocil wrote: > > Hi, > > > > Ale's thread about Setting privileges on a UNIX socket inspired