[zeromq-dev] Hanging on Hello World
Brian Duffy
brduffy at gmail.com
Wed May 9 14:58:26 CEST 2012
Hey Luke,
I had the same problem when trying zeromq for the first time. For me, it
turned out that things were being blocked on the server side. Check out
your iptables and make sure you are allowing ingoing and outgoing traffic
on the port you are binding to. You may want to check the firewall settings
on your client as well.
Brian
On Wed, May 9, 2012 at 8:33 AM, Ian Barber <ian.barber at gmail.com> wrote:
> On Wed, May 9, 2012 at 10:09 AM, Luke Segars <lukes at eecs.berkeley.edu>wrote:
>
>> I'm having trouble running the hello world code for the Python 0MQ
>> bindings: http://zguide.zeromq.org/py:hwclient. It appears to be
>> hanging after sending the first "hello." The C++ hello world is running in
>> to the same problem.
>>
>> I built ZeroMQ from the git repo's today and didn't notice any problems
>> with that. I'm running Linux Mint 12.
>>
>> Any ideas what I might be doing wrong here?
>>
>
> Are you running the server part as well?
>
> Ian
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
--
Duff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20120509/89db7937/attachment.htm>
More information about the zeromq-dev
mailing list