fleet.service - Fleet Osquery Fleet Manager L...
# fleet
m
fleet.service - Fleet Osquery Fleet Manager Loaded: loaded (/etc/systemd/system/fleet.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Thu 2023-11-09 105450 IST; 7s ago Process: 1237993 ExecStart=/usr/local/bin/fleet serve -c /etc/fleet/fleet.yml (code=exited, status=0/SUCCESS) Process: 1238006 ExecStop=/bin/kill -15 $(ps aux | grep fleet serve | grep -v grep | awk {print$2}) (code=exited, status=1/FAILURE) Main PID: 1237993 (code=exited, status=0/SUCCESS)
r
I had the exact same issue error message. My issue was a full disk caused by to many mysql binlog files.
g
Hey @Mirarani, What version of fleet are you trying to install? And what platform are you attempting to install on? Guessing this is CentOS?
m
Hello Fleet version is 4.29. I am installing on Ubuntu 22.04.
@Richard P. Can you tell how you solved this error?
I tried to solve my errors using these command. Still I am getting same error.
r
@Mirarani Not sure if my issue is related to yours. I got this error after a couple of weeks while fleet was running a while. The root cause was a full disk. After i reduced the Retention of the binlog files, i deleted them and extended the root partition, then the service started again. Maybe a stupid question, but is redis running? Any clues in /var/log/messages?
m
Yaa... I solved my issues. It was some syntax error.