forked from treasure-data/omnibus-td-agent
-
Notifications
You must be signed in to change notification settings - Fork 50
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
unexpected error error_class=SignalException error="SIGHUP" #232
Comments
Maybe the gem versions are also important:
|
Is there any solution to this? I've lost months of logs not knowing this wasn't working. Briefly after GCP instance startup, I get about 10 lines of logs and then the SIGHUP and no more logs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Seems that the Ruby update to 2.6.x caused a problem when you try to run
systemctl reload google-fluentd
. We get this error with the latestgoogle-fluentd
releases:google-fluentd
works fine until you runsystemctl reload google-fluentd
. In contrastsystemctl restart google-fluentd
works fine. Currently installed isgoogle-fluentd:1.6.27-1
.google-fluentd :1.6.14-1
worked without this issue.This affects the GCP images
ubuntu-1804-bionic-v20200108
andubuntu-1804-bionic-v20191113
. It worked without issue withubuntu-1804-bionic-v20191021
and older images.The text was updated successfully, but these errors were encountered: