1826480 Members
4083 Online
109692 Solutions
New Discussion

printing problem

 
sachit patil
Regular Advisor

printing problem

hi experts , I am getting followin error message in syslog file
1> ./devserver(d2psc91):[1498]: OpenSpool: INTERNAL ERROR: 253 92 OpenPrinter: Open of printer device /dev/c4t0d0_lp failed, errno = 13
pls guide me to solve this problem
regards
sachit patil
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor

Re: printing problem

errno 13 = EPERM which suggests that either the mode (permissions) of the device file are incorrect or that the owner/group is wrong. Doings an "ls -l /dev/c4t0d0_lp" should tell you what is wrong.
If it ain't broke, I can fix that.