Non root user not able to print .
Using Solaris sprac 64 bit T blade server.
When I try to Non user(oradev3b)
bash-3.00$ lp /etc/hosts
_default: timeout
bash-3.00$
but when try with root able to print
root@dsc # lp /etc/hosts
request id is _default-805 (1 file(s))
Using below configuration file for print .
root@dsc # more /etc/printers.conf
#
# If you hand edit this file, comments and structure may change.
# The preferred method of modifying this file is through the use of
# lpset(1M)
#
EPSONFX:\
:bsdaddr=printer_machine,EPSONFX,Solaris:\
:description=:\
_default:\
:use=EPSONFX:
Same configuration works fine on other server for root and non root user.
0