With CUPS on debug log level, I get the following:
D [20/Aug/2006:00:32:30 -0400] [Job 13] Traceback (most recent call last):
D [20/Aug/2006:00:32:30 -0400] [Job 13] File "/usr/lib/cups/backend/hpfax", line 191, in ?
D [20/Aug/2006:00:32:30 -0400] [Job 13] pdb = pwd.getpwnam(username)
D [20/Aug/2006:00:32:30 -0400] [Job 13] KeyError: 'getpwnam(): name not found: guest'
E [20/Aug/2006:00:32:30 -0400] PID 5967 (/usr/lib/cups/backend/hpfax) stopped with status 1!
D [20/Aug/2006:00:32:30 -0400] [Job 13] foomatic-rip version $Revision: 3.43.2.15 $ running...
D [20/Aug/2006:00:32:30 -0400] [Job 13] Parsing PPD file ...
D [20/Aug/2006:00:32:30 -0400] [Job 13] *cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
D [20/Aug/2006:00:32:30 -0400] [Job 13] Added option ColorSpace
D [20/Aug/2006:00:32:30 -0400] [Job 13] Added option Resolution
So why is it finding the user "guest" ?
And is the right parallel port /dev/parport0
? (there's only one on the mb)
I was getting exit status 9 until I changed the permissions on /dev/parport0.
Thanks for looking at this.