[cups.bugs] [HIGH] STR #3880: upgrade to 1.4.7 wipes d* files out of /var/spool/cups

Paul Conklin paul.conklin at cerner.com
Wed Jul 6 18:24:44 PDT 2011


DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

I've tracked it to something in scheduler/job.c i think.  I know that
cupsdDeleteJob is being called (added a special log line) during shutdown.
void
cupsdDeleteJob(cupsd_job_t       *job,  /* I - Job */
               cupsd_jobaction_t action)/* I - Action */
{
  char  filename[1024];                 /* Job filename */

      cupsdLogMessage(CUPSD_LOG_ERROR, "[Job %d] WHY YOU DELETE ME!",
                      job->id);

I [06/Jul/2011:20:13:06 -0500] Saving job cache file
"/var/cache/cups/job.cache"...
E [06/Jul/2011:20:13:06 -0500] [Job 1002182] WHY YOU DELETE ME!
D [06/Jul/2011:20:13:06 -0500] [Job 1002182] Unloading...

Link: http://www.cups.org/str.php?L3880
Version: 1.4.7





More information about the cups-devel mailing list