From owner-freebsd-questions@FreeBSD.ORG Tue Mar 1 22:09:46 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D438516A4CE for ; Tue, 1 Mar 2005 22:09:46 +0000 (GMT) Received: from amcuxfw803.amc.af.mil (amcuxfw803.amc.af.mil [131.9.254.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5509743D1D for ; Tue, 1 Mar 2005 22:09:46 +0000 (GMT) (envelope-from david.hauan@fairchild.af.mil) Received: from amcotav501.amc.af.mil ([131.9.19.192]) by fw3.amc.af.mil with ESMTP id j21M9jAY004822 for ; Tue, 1 Mar 2005 16:09:45 -0600 (CST) Received: from unknown (HELO AMCW2BH506.amc.ds.af.mil) (131.9.25.136) by amcotav501.amc.af.mil with ESMTP; 01 Mar 2005 16:22:10 -0600 Received: from amcw2ms517.amc.ds.af.mil ([131.9.19.74]) by AMCW2BH506.amc.ds.af.mil with Microsoft SMTPSVC(5.0.2195.6713); Tue, 1 Mar 2005 16:09:45 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 1 Mar 2005 16:09:45 -0600 Message-ID: <59FD5336D1B1FA40AF6DDD241D8DBAC6017CC88B@amcw2ms517.amc.ds.af.mil> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Printing to a Windows Thread-Index: AcUeqGFp/N7CskqcTHCQ3xjonKZIZgAAkCOQ From: "Hauan David A" To: "Pietro Cerutti" , "FreeBSD" X-OriginalArrivalTime: 01 Mar 2005 22:09:45.0288 (UTC) FILETIME=[603E8C80:01C51EAB] Subject: RE: Printing to a Windows X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 22:09:46 -0000 > -----Original Message----- > From: Pietro Cerutti [mailto:pietro.cerutti@gmail.com]=20 >=20 > Yes, I think the problem is in CUPS. > The Unix Printing System service on w2k3 is enabled, and the=20 > /etc/printcap is ok (i followed the instructions on the books). >=20 > I created a "test" plain text file >=20 > > lp test > > > > lpq > Warning: no daemon present > Rank Owner Job Files =20 > Total Size > 3rd 9 test 5 bytes > > >=20 > but the print server doesn't receive any input. >=20 > This is my /etc/printcap configuration: > > cat /etc/printcap > lp|HPLaserJ:rm=3D:rp=3DHPLaserJ: > > >=20 > where is replaced with the effective name, which=20 > is mapped into /etc/hosts >=20 Please don't top post. You have created a port xxx.xxx.xxx.xxx on w2k3 with a queue name of HPlaserJ ? make sure cupsd is not running.=20 the above lpq tells me there is no lpd running on your FBSD box, that needs to be started. echo lpd_enable=3D'"YES"' >> /etc/rc.conf for startup on reboot /usr/local/sbin/lpc to view the status of printers and stop/start the lpd. If this is a HP laserjet you will have little difficulty getting things to work. dave