Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Mosquitto pub/sub problem

Killing that (node.js) process kill -9 989 solved my problem. Now I need
to find out where I can change the defaults for node.js.

Guy


On 30/04/14 14:53, "Guy Dillen" <guy.dillen@xxxxxxxxx> wrote:

>After doing a
>root@clanton:/usr/bin# netstat -lptu
>Active Internet connections (only servers)
>Proto Recv-Q Send-Q Local Address           Foreign Address         State
>     PID/Program name
>tcp        0      0 0.0.0.0:http            0.0.0.0:*               LISTEN
>     975/lighttpd
>tcp        0      0 0.0.0.0:distcc          0.0.0.0:*               LISTEN
>     942/distccd
>tcp        0      0 localhost.localdomain:domain 0.0.0.0:*
>LISTEN      910/connmand
>tcp        0      0 0.0.0.0:ssh             0.0.0.0:*               LISTEN
>     935/sshd
>tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN
>     989/node
>tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN
>     1118/mosquitto
>tcp        0      0 localhost.localdomain:7070 0.0.0.0:*
>LISTEN      989/node
>tcp        0      0 0.0.0.0:1534            0.0.0.0:*               LISTEN
>     1002/tcf-agent
>tcp        0      0 0.0.0.0:xtell           0.0.0.0:*               LISTEN
>     995/oprofile-server
>tcp        0      0 0.0.0.0:9090            0.0.0.0:*               LISTEN
>     989/node
>tcp        0      0 ::1:domain              :::*                    LISTEN
>     910/connmand
>tcp        0      0 :::ssh                  :::*                    LISTEN
>     935/sshd
>tcp        0      0 :::1884                 :::*                    LISTEN
>     1118/mosquitto
>udp        0      0 0.0.0.0:1534            0.0.0.0:*
>     1002/tcf-agent
>udp        0      0 0.0.0.0:41234           0.0.0.0:*
>     989/node
>udp        0      0 localhost.localdomain:domain 0.0.0.0:*
>          910/connmand
>udp        0      0 ::1:domain              :::*
>     910/connmand
>
>I see that obviously node is running on port 1883.
>
>
>Guy
>
>
>On 30/04/14 14:49, "Jan-Piet Mens" <jpmens@xxxxxxxxx> wrote:
>
>>> After doing a ps : There is no broker listening on 1883. I have only 1
>>> broker and that¹s the one I started on port 1884.
>>
>>netstat -an | grep 1883
>>
>>Something is listening to that port, unless whatever it was has
>>meanwhile gone away.
>>
>>        -JP
>>
>>_______________________________________________
>>mosquitto-dev mailing list
>>mosquitto-dev@xxxxxxxxxxx
>>https://dev.eclipse.org/mailman/listinfo/mosquitto-dev
>
>




Back to the top