From owner-freebsd-questions@FreeBSD.ORG Sat May 22 01:29:57 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 3C4D916A4CE for ; Sat, 22 May 2004 01:29:57 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F50943D1F for ; Sat, 22 May 2004 01:29:56 -0700 (PDT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BRRsp-0004yG-00 for ; Sat, 22 May 2004 10:29:33 +0200 Received: from r2i215.mistral.cz ([62.245.72.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 May 2004 10:29:31 +0200 Received: from element by r2i215.mistral.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 May 2004 10:29:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Pavel Duda Date: Sat, 22 May 2004 10:30:11 +0200 Lines: 48 Message-ID: References: <40AE7AC7.90802@pacbell.net> <20040521215837.GA9768@pasternak.w.lub.pl> <40AEA927.4050502@pacbell.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r2i215.mistral.cz User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en In-Reply-To: <40AEA927.4050502@pacbell.net> Sender: news Subject: Re: Network printing question: apsfilter + samba over Win2k network 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: Sat, 22 May 2004 08:29:57 -0000 Mike wrote: > 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 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > I recommend to take a look at cups logs.