KeepNote only listens for local connections (not from the internet).
This is used so that if you try to start keepnote multiple times, it
only uses one process. Instead commands can be sent over the socket
to the main process. You can read more about these features here:
http://keepnote.org/manual/index.shtml#commands
The socket and command ability can be disabled by using the --newproc option.
Matt
On Sun, Apr 14, 2013 at 3:45 PM, cez2 <
zai...@gmail.com> wrote:
>
> Hello,
>
> I noticed that Keepnote is lsteninig on to connections ??
>
> here is the output of lsof -i
>
> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
> keepnote 2400 na 5w IPv4 59314 0t0 TCP localhost:7768
> (LISTEN)
>
> and here is the output of netstat -ntlp
> Proto Recv-Q Send-Q Local Address Foreign Address State
> PID/Program name
> tcp 0 0
127.0.0.1:7768 0.0.0.0:*
> LISTEN 2400/python
>
>
>
> Any ideas why this is happening ?
>
> Thanks in advance !
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "keepnote" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
keepnote+u...@googlegroups.com.
> To post to this group, send email to
keep...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/keepnote?hl=en.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>