[cups.bugs] [BUG] cannot set JobRetryInterval in cups-1.3.9

Jeff Chua jeff.chua.linux at gmail.com
Thu Jan 8 02:56:42 PST 2009


On Thu, Jan 8, 2009 at 7:34 AM, Michael R Sweet <msweet at apple.com> wrote:

>> Version is cups-1.3.9
>
> Stock CUPS 1.3.9, or a Linux-specific package?

Pure stock cups-1.3.9-source.tar.bz2.

I wrote a little c program to print out the actual duration and
compared to what the setting in cupsd.conf.

        if((attr = ippFindAttribute(job->attrs, "time-at-creation",
                        IPP_TAG_ZERO)) == NULL) {
                job->attrs = NULL;
                Exit("ippFindAttribute time-at-creation");
        }

        printf("interval=%d\n", time(NULL) - attr->values[0].integer);


>From another window, I'll tail out output from the cups backend filter
when it retries.

Thanks,
Jeff.





More information about the cups mailing list