Subject: Re: Printing Problems
To: port-mac68k <port-mac68k@NetBSD.ORG>
From: Dirk Gassen <gadi0013@fh-karlsruhe.de>
List: port-mac68k
Date: 05/28/1998 01:36:12
On Mon, 25 May 1998, Stuart McLuckie wrote:
> I installed the stylewriter driver as per instructions and tried to print a
> Postscript file & a few man pages using the 2 examples in the README
> as templates. The following is roughly what happened
> (changed to superuser, using NetBSD 1.3 on an LC II 8MB/800MB partition
>  & Ghostscript-3.0) :
> 
>         $ jobs queued but cannot start daemon
>         $ lpc
>         > start all
>         lp: printing enabled
>             daemon started
>         stylps: printing enabled
>                 daemon started
>         cstylps: printing enabled
>                  daemon started
Check if lpd is running ("ps xau | grep lpd"). If it is not running start it
with "lpd"
To start lpd on boot look for the line
        lpd=NO                 lpd_flags=""
and change it to
        lpd=YES                lpd_flags=""