CUPS 1.2.3 - rastertohp broken?

angelb angelb at bugarin.us
Thu Sep 7 08:51:26 PDT 2006


> angelb wrote:
> > ...
> > Something has changed with the filters between CUPS 1.2.2 and
>  > CUPS 1.2.3. This problem has not occured in CUPS 1.2.2.
>
> The pstops filter has a bug fix change, but none of the other filters
> have changed...
>
> > Is anyone else running RHEL ES 4 and seeing the same thing?
>
> We do our main Linux builds and testing on ES 4 (both 32-bit and
> 64-bit Intel) - I'll check to see if I can duplicate your error
> here...
>
> --
>

I may have found the problem. It appears the spool name is being truncated or incomplete. See the following:

13304 rename("/var/opt/TWWfsw/cups123/spool/00000004", "/var/opt/TWWfsw/cups123/
spool/d00049-001") = 0
13304 open("/var/opt/TWWfsw/cups123/spool/c00049", O_WRONLY|O_CREAT|O_TRUNC|O_LA
RGEFILE, 0666) = 6
17173 execve("/opt/TWWfsw/cups123/lib/filter/texttops", ["abtest", "49", "root",
 "notes", "1", "job-uuid=urn:uuid:a27e29af-dea5-"..., "/var/opt/TWWfsw/cups123/s
pool/d0"...], [/* 24 vars */] <unfinished ...>


The spool name should be d00049-001 but it receives only d0. I could be
wrong but it seems logical.

[root at occam503 spool]# pwd
/var/opt/TWWfsw/cups123/spool
[root at occam503 spool]# ls -al
total 80
drwx--x---  3 root cups 4096 Sep  7 09:53 .
drwxr-xr-x  6 root root 4096 Sep  6 14:22 ..
-rw-------  1 root cups  612 Sep  7 09:53 c00049
-rw-r-----  1 root cups  134 Sep  7 09:53 d00049-001

Thanks,
Angel











More information about the cups mailing list