[erlang-questions] epmd spamming syslog

B. Nicholson b.nicholson@REDACTED
Sat Apr 10 02:45:49 CEST 2010


Each time I've seen this it was due to epmd restarting for some reason.  
Since there are many reasons that epmd can restart I couldn't guess in 
your case what's happening.   Check epmd's pid over the course of 
several minutes and see if it is stopping and then restarting.

Barry Nicholson

On 04/09/2010 05:55 PM, Jacob Vorreuter wrote:
> I've noticed that epmd is logging this message to syslog about twice per minute.  The server is running an instance of rabbitmq and no other Erlang processes.  Can anyone provide some insight as to why epmd would log this message so frequently?  It appears to be logged at the end of the epmd_main function in epmd.c.
>
> Apr  9 15:42:49 asdf epmd: epmd: epmd running - daemon = 1
> Apr  9 15:42:49 asdf epmd: epmd: epmd running - daemon = 1
> Apr  9 15:43:43 asdf epmd: epmd: epmd running - daemon = 1
> Apr  9 15:43:43 asdf epmd: epmd: epmd running - daemon = 1
>
>
> static int epmd_main(int argc, char** argv, int free_argv)
> ...
> 	dbg_printf(g,0,"epmd running - daemon = %d",g->is_daemon);
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
>
>
>    



More information about the erlang-questions mailing list