[cups.general] File backend to replace existing pin printers

Brandon S. Allbery KF8NH allbery at ece.cmu.edu
Fri Sep 19 11:11:26 PDT 2008


On 2008 Sep 19, at 14:02, Calvin Gordon wrote:
>> On 2008 Sep 19, at 12:57, Calvin Gordon wrote:
>>> D [19/Sep/2008:09:48:56 -0600] [Job 45] /usr/lib/cups/backend/
>>> filewrite: No such file or directory
>>
>> I rather suspect the above extract from your log has something to do
>> with it.
>>
> I [19/Sep/2008:09:48:56 -0600] [Job 45] Started backend /usr/lib/ 
> cups/backend/filewrite (PID 11258)
> I [19/Sep/2008:09:48:56 -0600] Saving subscriptions.conf...
> D [19/Sep/2008:09:48:56 -0600] cupsdProcessIPPRequest: 9  
> status_code=0 (successful-ok)
> E [19/Sep/2008:09:48:56 -0600] PID 11258 (/usr/lib/cups/backend/ 
> filewrite) stopped with status 22!
> D [19/Sep/2008:09:48:56 -0600] [Job 45] /usr/lib/cups/backend/ 
> filewrite: No such file or directory
> D [19/Sep/2008:09:48:56 -0600] [Job 45] File 0 is complete.
> I [19/Sep/2008:09:48:56 -0600] [Job 45] Backend returned status 22  
> (unknown)
>
> it seems to find and load filewrite, then claims there is no such  
> file or directory.  Usually when i get stumped, it's almost always a  
> permission issue, but i'm stumped again.


Nothing there says it found and loaded it, only that it is able to  
construct the name that the backend should have.

If /usr/lib/cups/backend/filewrite actually exists and is executable,  
the next thing to check is that the first line (#!...) points to  
something that exists.  Bash in particular reports "No such file or  
directory" with no indication that it's the #! line that is wrong (and  
also reports it if the problem is that the program indicated isn't  
executable or various other failure modes).

-- 
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university    KF8NH






More information about the cups mailing list