, когда я начинаю fluentd-UI, я получил ошибкунеожиданная ошибка error_class = Errno :: EADDRINUSE ошибка = # <Errno :: EADDRINUSE: Адрес уже используется - связывать (2) для "0.0.0.0" порт 24224
10:23:38 +0000 [info]: listening fluent socket on 0.0.0.0:24224
2016-09-13 10:23:38 +0000 [error]: unexpected error error_class=Errno::EADDRINUSE error=#<Errno::EADDRINUSE: Address already in use - bind(2) for "0.0.0.0" port 24224>
но в моем файле fluent.conf у меня нет источника для прослушивания 24224, где проблема? fluent.conf файл:
<source>
@type forward
@id forward_input
</source>
<source>
@type http
@id http_input
port 8989
</source>
<source>
@type monitor_agent
@id monitor_agent_input
port 24229
</source>
<source>
@type debug_agent
@id debug_agent_input
bind 127.0.0.1
port 24239
</source>
<match debug.**>
@type stdout
@id stdout_output
</match>
<match system.**>
@type forward
@id forward_output
<server>
host 192.168.0.11
</server>
<secondary>
<server>
host 192.168.0.12
</server>
</secondary>
</match>
только по умолчанию файл, ни 24224, я использую пс -ef | Grep 24224, получил
work 16759 16539 0 02:16 pts/1 00:00:00 grep --color=auto 24224
начнется другой процесс, чтобы завладеть 24224, никогда не убивал, это процесс рубин? Im new to fluentd, и не знаю, что делать
Что значит u? напишите