I am looking for a solution to the error during the fluidd operation.

Asked 1 years ago, Updated 1 years ago, 105 views

Looking for a solution to the fluidd operation error.

If you rewrite, run, and log the fluidd configuration file /etc/td-agent/td-agent.conf, the fluidd stops and checks the systemctl status td-agent.service for the following errors:

td-agent.service-td-agent —Fluentd based data collector for Treasure Data
   Loaded: loaded (/usr/lib/systemd/system/td-agent.service; enabled; vendor preset: disabled)
   Active: failed (Result: start-limit) since Tue 2021-09-0705:31:08 UTC; 39 minago
     Docs: https://docs.treasuredata.com/articles/td-agent
  Process: 3469 ExecStart=/opt/td-agent/embedded/bin/fluentd --log$TD_AGENT_LOG_FILE -- daemon/var/run/td-agent/td-agent.pid$TD_AGENT_OPTIONS (code=exited, status=203/EXEC)

Sep 07 05:31:07 ip-172-31-44-11.ap-northeast-1.compute.internal systemd[1]:td-agent.service:control process expired, code=exited status=203
Sep 07 05:31:07 ip-172-31-44-11.ap-northeast-1.compute.internal systemd[1]: Failed to start td-agent: Fluid based data collector for TREA...ata.Sep 07 05:31:07 ip-172-31-44-11.ap-northeast-1.compute.internal system [1] Uninitiated service [1]
Sep 07 05:31:07 ip-172-31-44-11.ap-northeast-1.compute.internal systemd[1]—td-agent.service failed.
Sep 07 05:31:08 ip-172-31-44-11.ap-northeast-1.compute.internal systemd[1]: td-agent.service holdoff time over, scheduling restart.
Sep 07 05:31:08 ip-172-31-44-11.ap-northeast-1.compute.internal systemd[1]: Stopped td-agent: Fluent based data collector for Treasure Data.
Sep 07 05:31:08 ip-172-31-44-11.ap-northeast-1.compute.internal systemd[1]:start request repeated too quickly for td-agent.service
Sep 07 05:31:08 ip-172-31-44-11.ap-northeast-1.compute.internal systemd[1]: Failed to start td-agent: Fluid based data collector for TREA...ata.Sep 07 05:31:08 ip-172-31-44-11.ap-northeast-1.compute.internal system [1] Uninitiated service [1]
Sep 07 05:31:08 ip-172-31-44-11.ap-northeast-1.compute.internal systemd[1]—td-agent.service failed.
Hint: Some lines were well-known, use-l to show in full.

I will write a list of the things I tried to solve the error here.
I couldn't solve the problem, so please help me if you have any idea.

·Re-insert td-agent
·Td-agent related files have 777 permissions

centos fluentd

2022-09-29 22:28

1 Answers

Self-resolved.

Corrected the syntax error in the td-agent configuration file /etc/td-agent/td-agent.conf and then executed the following command:

systemctl restart td-agent


2022-09-29 22:28

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.