Subject: Configuring lpd
To: 'port-arm32@netbsd.org' <port-arm32@NetBSD.ORG>
From: Tim Adams <tim.adams@bbc.co.uk>
List: port-arm32
Date: 12/23/1997 10:04:45
First a big thanks to all those involved in developing NetBSD/arm32, and   
the
1.3a CDROM.

This is my first go at installing and configuring a UNIX system. Things   
have been
pretty well so far, the system's up and running and I'm starting to   
configure it in
earnest.

I've run into some difficulty with lpd. If lpr is used to send a file to   
the print queue,
an error like lpd[8998]: /dev/lpa0   :No such file or directory results.

cp <file> > /dev/lpa0 sends output to printer OK.

I have the following printcap entry:

lp|local line printer:\
 :lp=/dev/lpa0 \
 :sd=/var/spool/output/lpd \
 :lf=/var/log/lpd-errs \
 :pl=66:pw=80 \

Looking at the spool directory suggests all the expected files have   
turned up.

Can anyone help me out?

Thanks,
Tim.