-
Notifications
You must be signed in to change notification settings - Fork 69
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
'Failed to start: core-dump' after upgrade #615
Comments
You could try starting it manually ( |
Also depending on your previous version, please check the |
Thanks again for the quick reply @fancycode.
This is what I get. I have rebooted the server in order to try and get rid of stale connections. But I still get the above errors. |
This looks like #180, please try a |
My previous update was 2 months ago, and the old bin still starts up if I use that instead of the newly compiled one, which make me think there is something wrong with my new bin file or my setup as a whole. |
Yeah, makes sense. Did you try the |
Hi @fancycode. Sorry for the delayed response. My issue seems to persist. Today I did a
Any ideas as to why this is still happening? The old bin file with the .service invocation works 100%, just the newly compiled one is the issue. |
Do you have SELinux or something similar enabled? The "kernel: audit ..." log entries seem to indicate that something was blocked and the signaling server was killed because of that. Do you have other logs with more details? |
Nope. On Ubuntu 20.04. No SELinux enabled. And nothing fancy done to a minimal server install. No idea which logs to look at honestly, as I have never encountered a "blocking" in Ubuntu before. |
Another guess: the syscall from the audit log is 160 ( Could you try running as Also could you please check |
This looks like a potential cause for the Could you please provide your In restic/rest-server#249 a similar problem was reported where changing the |
@hanserasmus did you get a chance to look at your |
I am sorry for the late reply @fancycode , but here is my service file's contents:
Looking at the PR you mentioned, should I remove the ~@resources part in my service file? |
I think this worked!!! I was able to compile a new version, and with the content of my service file now like this:
It seems the service stays up and no longer fails! Thank you @fancycode and I am really sorry it took me so long to respond and fix this. It has been insanely busy on my end. Not an excuse I know. But thank you again! I hope this will help someone else as well! |
Perfect, thanks for confirming. So this is fixed already in the repository then. No worries about the response delay, I'm not quick in answering in some cases, too :-) |
Hi all
After doing a
my signaling service does not want to start up. It fails with the following message:
My build did not throw out any errors:
Any ideas where I can search further for log entries as to why this happened and hopefully get a fix for it?
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: