-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
spampd
exit code 1 with no apparent error in debug logs
#41
Comments
Same problem faced by me too. I am also running inside docker |
I don't really have any way to troubleshoot this. And I don't see anything amiss in that log besides strange pyzor exit 1 but then seems to report that it's OK. 🤷🏼 Does it still crash if Pyzor is disabled? Does someone have a Docker container I can try it in? |
Thanks for responding. Right now, I have a way to move forward - where it does not crash -- when I start it from command line, instead of let it starting it via systemd. When started via systemd, it shows:
You can see it is crashing. after 2s But if you run this from command line like:
this starts fine. Right now, I haven't spent more time. But I will do it this weekend and share more details. |
Thanks for the added details. Which SpamPD version are you running? Seems like older than current release (from the logs)? If so, I recommend trying 2.61 which has bug fixes and lots of logging improvements which may help here. It should be a drop-in replacement for the current script. Please do update, when you have time, on how it works out or what new you can learn, thanks! |
Logs
Command
I'm trying to contain miab in docker and spampd would keep restarting, so I dug into it and found the command.
The command exits with
1
when Iecho $?
, but I can't seem to identify the issue from the logs.The closest I can pick out is pyzor seems to exit with 1.
Would be most grateful if someone can point it out to me. Thank you.
The text was updated successfully, but these errors were encountered: