Comment 5 for bug 385709

Revision history for this message
NoOp (glgxg) wrote :

Till, I added the new proposed cups from 382379, purged cups-pdf and install the karmic version & now I am getting access errors & pdf's were going into the ether:

$ apt-cache policy cups-pdf
cups-pdf:
  Installed: 2.5.0-2ubuntu2
  Candidate: 2.5.0-2ubuntu2
  Version table:
 *** 2.5.0-2ubuntu2 0
        100 /var/lib/dpkg/status
     2.5.0-1ubuntu1 0
        500 http://archive.ubuntu.com jaunty/universe Packages
gg2xp@gg2xp:~$ apt-cache policy cups
cups:
  Installed: 1.3.9-17ubuntu3.2
  Candidate: 1.3.9-17ubuntu3.2
  Version table:
 *** 1.3.9-17ubuntu3.2 0
        500 http://archive.ubuntu.com jaunty-proposed/main Packages
        100 /var/lib/dpkg/status
     1.3.9-17ubuntu3.1 0
        500 http://archive.ubuntu.com jaunty-updates/main Packages
        500 http://archive.ubuntu.com jaunty-security/main Packages
     1.3.9-17ubuntu1 0
        500 http://archive.ubuntu.com jaunty/main Packages
gg2xp@gg2xp:~$ apt-cache policy poppler-utils
poppler-utils:
  Installed: 0.10.5-1ubuntu2.1
  Candidate: 0.10.5-1ubuntu2.1
  Version table:
 *** 0.10.5-1ubuntu2.1 0
        500 http://archive.ubuntu.com jaunty-proposed/main Packages
        100 /var/lib/dpkg/status
     0.10.5-1ubuntu2 0
        500 http://archive.ubuntu.com jaunty/main Packages
gg2xp@gg2xp:~$ cd /usr/lib/cups
gg2xp@gg2xp:/usr/lib/cups$ ls -l
total 32
drwxr-xr-x 2 root root 4096 2009-06-18 10:19 backend
drwxr-xr-x 2 root root 4096 2009-06-18 07:28 backend-available
drwxr-xr-x 2 root root 4096 2009-06-18 07:28 cgi-bin
drwxr-xr-x 2 root root 4096 2009-06-18 07:28 daemon
drwxr-xr-x 2 root root 4096 2009-05-29 14:04 driver
drwxr-xr-x 3 root root 4096 2009-06-18 09:23 filter
drwxr-xr-x 2 root root 4096 2009-06-18 07:28 monitor
drwxr-xr-x 2 root root 4096 2009-06-18 07:28 notifier

From /var/log/cups/error_log:

D [18/Jun/2009:10:23:39 -0700] cupsdNetIFUpdate: "lo" = localhost:631
D [18/Jun/2009:10:23:39 -0700] cupsdNetIFUpdate: "eth0" = 192.168.4.100:631
D [18/Jun/2009:10:23:39 -0700] cupsdNetIFUpdate: "lo" = localhost:631
D [18/Jun/2009:10:23:39 -0700] cupsdNetIFUpdate: "eth0" = fe80::20c:f1ff:feba:291f%eth0:631
D [18/Jun/2009:10:23:39 -0700] Report: clients=0
D [18/Jun/2009:10:23:39 -0700] Report: jobs=12
D [18/Jun/2009:10:23:39 -0700] Report: jobs-active=0
D [18/Jun/2009:10:23:39 -0700] Report: printers=5
D [18/Jun/2009:10:23:39 -0700] Report: printers-implicit=0
D [18/Jun/2009:10:23:39 -0700] Report: stringpool-string-count=3251
D [18/Jun/2009:10:23:39 -0700] Report: stringpool-alloc-bytes=12888
D [18/Jun/2009:10:23:39 -0700] Report: stringpool-total-bytes=64816
D [18/Jun/2009:10:23:39 -0700] update_cups_browse: Refused 130 bytes from 192.168.4.100
D [18/Jun/2009:10:23:40 -0700] update_cups_browse: Refused 140 bytes from 192.168.4.100
D [18/Jun/2009:10:23:41 -0700] update_cups_browse: Refused 177 bytes from 192.168.4.100
D [18/Jun/2009:10:23:42 -0700] update_cups_browse: Refused 142 bytes from 192.168.4.100
D [18/Jun/2009:10:24:10 -0700] update_cups_browse: Refused 130 bytes from 192.168.4.100
D [18/Jun/2009:10:24:11 -0700] update_cups_browse: Refused 140 bytes from 192.168.4.100
D [18/Jun/2009:10:24:12 -0700] update_cups_browse: Refused 177 bytes from 192.168.4.100
D [18/Jun/2009:10:24:13 -0700] update_cups_browse: Refused 142 bytes from 192.168.4.100

Note: I tried with the jaunty cups-pdf before installing the karmic cups-pdf & that works (albeit same as before with the svg).

Finally got it to print by:
$ sudo aa-complain cupsd
Setting /usr/sbin/cupsd to complain mode.

Following that I printed the test svg from 382379 & it works properly (attached) - Thanks!