-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
do-agent does not start on CentOS v7 #257
Comments
Hi @sdwru, I just tried re-producing this with a CentOS v7 droplet and was unable too. Are you using the actual DO image for this distro or a custom image? |
Hello, This may have been due to a change to the RPM, which used to set the file and folder permissions to user:nobody, group:do-agent, and permissions 750. Or perhaps the So it seems to be working now for new installs. However, I think it would still be advisable to have the RPM update folder/file permissions on updates, for anyone who may still be running older versions of the RPM and have not updated yet. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. |
still valid |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. |
still valid |
To Reproduce
Install the latest do-agent from yum repository. Run
journalctl -f
to watch systemd logging in real time. From another shell runsystemctl restart do-agent
You will see the following error in the journalctl shell:
To Fix
Run
systemctl restart do-agent
again and it should work nowThe text was updated successfully, but these errors were encountered: