Subject: HPLJIII takes forever to print a file from Mac
From: Xiaoguang Zhang (zhang@whbws.ms.ornl.gov)
Date: Tue Apr 19 1994 - 11:27:19 EDT
I have papd running on a DEC 3100 with Ultrix 4.1. It takes *FOREVER* to
print a simple one page text from a Mac. One time when I tried to print
a graph it never came out and lpq showed "printer stalled, no progress for
15 hours". Is this normal? How can I fix it?
Below is my rc.atalk on the DEC. I'm running netatalk-1.3
#
# AppleTalk daemons. Make sure not to start atalkd in the background:
# its data structures must have time to stablize before running the
# other processes.
#
ATALKDIR="/"
#
# SUNOS: UNCOMMENT THESE LINES TO LOAD THE KERNEL MODULE.
#
##echo -n 'loading netatalk: '
##if [ -f ${ATALKDIR}/etc/netatalk.o ]; then
## /usr/etc/modload -sym ${ATALKDIR}/etc/netatalk.o;
##fi
echo -n 'starting appletalk daemons:'
if [ -f ${ATALKDIR}/etc/atalkd ]; then
${ATALKDIR}/etc/atalkd; echo -n ' atalkd'
fi
if [ -f ${ATALKDIR}/bin/nbprgstr ]; then
${ATALKDIR}/bin/nbprgstr -p 4 `hostname|sed 's/\..*$//'`:Workstation
echo -n ' nbprgstr'
fi
if [ -f ${ATALKDIR}/etc/papd ]; then
${ATALKDIR}/etc/papd -a; echo -n ' papd'
fi
if [ -f ${ATALKDIR}/etc/afpd ]; then
${ATALKDIR}/etc/afpd; echo -n ' afpd'
fi
if [ -f ${ATALKDIR}/etc/timelord ]; then
${ATALKDIR}/etc/timelord; echo -n ' timelord'
fi
echo '.'
This archive was generated by hypermail 2b28 : Sat Dec 18 1999 - 16:20:53 EST