dcron icon indicating copy to clipboard operation
dcron copied to clipboard

dillon's lightweight cron daemon

Results 30 dcron issues
Sort by recently updated
recently updated
newest added

Invalid loglevel argument is causing an segfault when loglevel is bigger than size of LevelAry. ./crond -f -l 22 [1] 1374762 segmentation fault ./crond -f -l 22

Using `s6-rc`, dcron dies because `setpgid(0,0)` fails. My `s6-rc/dcron/` directory has the following structure ``` $ ls dependencies pipeline-name producer-for run type $ cat ./producer-for dcron-log $ cat ./pipeline-name dcron-pipeline...

Avoid skipping a minute when system is under heavy load. In fact this is just a hack on a weird part of code. I would expect this to work by...

Compilation with gcc gives a warning [here](https://github.com/dubiousjim/dcron/blob/master/database.c#L268): ``` database.c: In function 'ReadTimestamps': database.c:268:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (ptr && (*ptr == 0 || *ptr ==...

Hi Jim, I've hunted down a problem that was an issue at my systems for more than a year now. I run all my systems with NFS root, but only...

Hi, I have a problematic use case and before i fill a github issue, i would like to know your opinion about it. Let's say we are the October 11...

It's kind of tedious if one has to explicitely name every changed file, particularly in case of package installs or uninstalls. And having uninstalled packages emit error messages for up...