From owner-freebsd-questions@FreeBSD.ORG Fri May 21 18:11:12 2004 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 55E3C16A4CE for ; Fri, 21 May 2004 18:11:12 -0700 (PDT) Received: from smtp814.mail.sc5.yahoo.com (smtp814.mail.sc5.yahoo.com [66.163.170.84]) by mx1.FreeBSD.org (Postfix) with SMTP id D70A943D39 for ; Fri, 21 May 2004 18:11:11 -0700 (PDT) (envelope-from addymin@pacbell.net) Received: from unknown (HELO pacbell.net) (m?chinn@pacbell.net@63.202.81.107 with plain) by smtp814.mail.sc5.yahoo.com with SMTP; 22 May 2004 01:11:10 -0000 Message-ID: <40AEA927.4050502@pacbell.net> Date: Fri, 21 May 2004 18:13:11 -0700 From: Mike User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michal Pasternak , freebsd-questions References: <40AE7AC7.90802@pacbell.net> <20040521215837.GA9768@pasternak.w.lub.pl> In-Reply-To: <20040521215837.GA9768@pasternak.w.lub.pl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Network printing question: apsfilter + samba over Win2k network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: addymin@pacbell.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 01:11:12 -0000 Michal Pasternak wrote: > Mike [Fri, May 21, 2004 at 02:55:19PM -0700]: > >>PROBLEM: I'm able to "see" the printer from the Win2k client accoss the >>network, Windows 2k prompts for a driver and I load the driver. Windows >>reports that the printer is "ready", however when I try to print a test >>page, nothing happens. > > > Do the logs in /var/log/ say anything useful? > Mike, Hmm... the /var/log/log.smbd had several of these entries: [2004/05/21 14:04:19, 0] printing/print_cups.c:cups_printer_fn(107) Unable to connect to CUPS server localhost - Connection refused So I added this rule to IPFW (for Cups): ipfw add allow tcp from 192.168.1.0/24 to me 515 And I re-started cups: /usr/local/etc/rc.d/cups.sh start So now (it doesn't complain): [2004/05/21 17:05:40, 0] smbd/server.c:main(791) smbd version 2.2.8a started. Copyright Andrew Tridgell and the Samba Team 1992-2002 I also check the lpd-errs log but couldn't find anything. I've also re-read the apsfilter manual but it really doesn't cover in a detail how to configure to a Windows client network. Mike