> 
> Hi, I have some little problem printing with lynx on a AIX4.3 box. 
> when I use the command "lp" to print a web page using the PRINTER directive 
> at lynx.cfg, the printer returns the error: 
>  
> "MESSAGE FROM PRINT JOB XXXX(/tmp/l38XX.TXT) 
> CAN NOT ACCESS PRINT FILE XXXXX 
> the errrorno(error number) from the stat system call is 2 check the file 
> name specified with your print request" 

2 is EPERM (permissions).  Lynx's temporary files are all chmod'd to make
them unreadable by other processes.   You should be able to pipe to lp
and avoid the problem.
  
> If I use the command "lpr" works fine 
>  
> My user wants to use "lp", any ideas what is wrong? 
>  
> Thanks a lot 
>  


-- 
Thomas E. Dickey
[EMAIL PROTECTED]
http://www.clark.net/pub/dickey

Reply via email to