dshearer / jobber

An alternative to cron, with sophisticated status-reporting and error-handling
https://dshearer.github.io/jobber/
MIT License
1.4k stars 78 forks source link

jobberd exits with code 1 #17

Closed i0n closed 8 years ago

i0n commented 9 years ago

Hey. I've tried compiling jobber with go 1.4.3 and go 1.5 on both Debian (wheezy) and OS X (10.11).

In every situation both binaries compile without error, the jobber client binary seems to work (can output help etc), but running jobberd always results in the process exiting with code 1 and no output.

Sorry I can't offer more help for debugging, but there is no error message.

dshearer commented 9 years ago

Thank you for letting me know. I'll look into it.

Regards, Dylan

On Oct 4, 2015, at 8:01 AM, Ian Alexander Wood notifications@github.com wrote:

Hey. I've tried compiling jobber with go 1.4.3 and go 1.5 on both Debian (wheezy) and OS X (10.11).

In every situation both binaries compile without error, the jobber client binary seems to work (can output help etc), but running jobberd always results in the process exiting with code 1 and no output.

Sorry I can't offer more help for debugging, but there is no error message.

— Reply to this email directly or view it on GitHub.

blacklabelops commented 9 years ago

I have the same issue. Demon exits with code 1.

I am using:

Build can be reproduced with this Dockerfile: https://github.com/blacklabelops/jobber-cron/blob/master/Dockerfile

dshearer commented 8 years ago

I've made some changes to the code and the Makefile that should fix this.

@blacklabelops, please also use the changes to your Dockerfile in https://github.com/blacklabelops/jobber-cron/pull/2 . Note that I changed it to install jobber as root.

blacklabelops commented 8 years ago

Solved for me.