From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 10:45:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D3FB916A420 for ; Tue, 21 Feb 2006 10:45:44 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F70643D45 for ; Tue, 21 Feb 2006 10:45:44 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from foo.antimatter.net (cpe-72-132-244-217.san.res.rr.com [72.132.244.217]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id k1LAjgpq031877 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Feb 2006 02:45:43 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <7.0.1.0.2.20060221024335.0764f348@antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Tue, 21 Feb 2006 02:45:16 -0800 To: Graham North , questions freebsd From: Glenn Dawson In-Reply-To: <43FAD023.9060701@shaw.ca> References: <43FAD023.9060701@shaw.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Samba Print server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 10:45:44 -0000 At 12:32 AM 2/21/2006, Graham North wrote: >This is supposed to be simple...? >My file shares work fine, I can browse and access files without >problem. But printer "Access denied unable to connect" It is >driving me bonkers! >My "nobody" account looks okay. My hosts file is okay. >lpr works when on the print server machine - it will print. Windows can't. >If anyone can give me some suggestions...? You may need guest ok = yes for the printer share. Unless of course you tried that already. -Glenn >Here is my smb.conf file. > ># smb.conf 20060220 - re-write - simplify ># ># NOTE: Whenever you modify this file you should run the command "testparm" ># to check that you have not many any basic syntactic errors. ># >#======================= Global Settings ===================================== >[global] > > workgroup = DELNORTE > encrypt passwords = yes > server string = www_server > browseable = yes > printing = bsd ># print command = lpr -s -P %p %s; rm %s > hosts allow = 192.168.1.100 192.168.1.101 192.168.1.102 > 192.168.1.103 #local network > > wins support = no > >#============================ Share Definitions ============================== >[gn] > comment = Soleado WebServer > path = /home/gn > browseable = yes > valid users = gn > writeable = yes > >[wqs] > comment = WQS WebServer > path = /home/wqs > browseable = yes > writeable = yes > valid users = gn wqs > > ># NOTE: If you have a BSD-style print system there is no need to ># specifically define each individual printer >[ljet4l] > comment = HP4L > path = /var/spool/samba > printable = yes > public = yes ># valid users = nobody ># use client driver = yes > > Thanks to anyone who can help me out of my misery! >Cheers, Graham/ > >-- >Kindness can be infectious - try it. > >Graham North >Vancouver, BC >www.soleado.ca > > > > >No virus found in this outgoing message. >Checked by AVG Free Edition. >Version: 7.1.375 / Virus Database: 267.15.11/264 - Release Date: 2/17/2006 > >_______________________________________________ >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"