From owner-freebsd-questions Sat Jul 13 11:43:32 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA03592 for questions-outgoing; Sat, 13 Jul 1996 11:43:32 -0700 (PDT) Received: from homer14.u.washington.edu (durang@homer14.u.washington.edu [140.142.70.15]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA03587 for ; Sat, 13 Jul 1996 11:43:27 -0700 (PDT) Received: from localhost by homer14.u.washington.edu (5.65+UW96.04/UW-NDC Revision: 2.33 ) id AA140668; Sat, 13 Jul 96 11:43:25 -0700 Date: Sat, 13 Jul 1996 11:43:25 -0700 (PDT) From: Ken Marsh To: questions@freebsd.org Subject: Printer Daemon problems. Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I want to begin by saying that I am new to FreeBSD and Unix, but I am fairly computer literate. I have installed FreeBSD a few times, and I think it's finally right. My first goal was to get the printer working, and already I am running into trouble. when I print using lpr, I get an error message. My job is spooled, but the daemon doesn't print it. When I type in "lpd", the printer comes alive, and my job prints. If I print again, I get the error again, and lpd makes it work again. This is not what I expected a "daemon" to do. All the files and directories needed see to be in order. here's the details, thanks in advance: /var/spool/lpd/hp500c/.seq 001 /var/spool/lpd/hp500c/cfA000 H Proot Jstdin C Lroot fdfA000 UdfA000 N /var/spool/lpd/hp500c/dfA000 !"#$% "#$%& #$%&' $%&'( %&'() The error message I get when I type "lptest 5 5 | lpd -Php500c" # lptest 5 5 |lpr -Php500c lpr: connect: No such file or directory jobs queued, but cannot start daemon. /usr/local/libexec/if-simple #!/bin/sh # # simple text input filter for lpd printf "\033&k2G" && /bin/cat && printf "\f" && exit 0 exit 2 /etc/printcap # @(#)printcap 5.3 (Berkeley) 6/30/90 hp500c|inkjet|lp|Hewlett Packard 500C color inkjet printer:\ :sh:sd=/var/spool/lpd/hp500c:\ :lp=/dev/lpt0:\ :if=/usr/local/libexec/if-simple:\ :lf=/var/log/hp500c.log