From owner-freebsd-questions@FreeBSD.ORG Sun Jan 23 22:44:09 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 BF17316A4CE for ; Sun, 23 Jan 2005 22:44:09 +0000 (GMT) Received: from whitecortex.net (whitecortex.net [62.142.244.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD4743D3F for ; Sun, 23 Jan 2005 22:44:09 +0000 (GMT) (envelope-from mikko@whitecortex.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by whitecortex.net (Postfix) with ESMTP id 6A4475506 for ; Mon, 24 Jan 2005 00:44:08 +0200 (EET) Received: from whitecortex.net ([127.0.0.1]) by localhost (whitecortex.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00196-08 for ; Mon, 24 Jan 2005 00:44:08 +0200 (EET) Received: by whitecortex.net (Postfix, from userid 3127) id F34695504; Mon, 24 Jan 2005 00:44:07 +0200 (EET) From: Mikko Heiskanen To: questions@freebsd.org In-Reply-To: <20050123210649.8917CA99F9E2@r2d2.sci.fi> References: <20050123210649.8917CA99F9E2@r2d2.sci.fi> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1106520247.26882.15.camel@whitecortex.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 24 Jan 2005 00:44:07 +0200 X-Virus-Scanned: by amavisd-new at whitecortex.net Subject: RE: samba printing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mikko@whitecortex.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 22:44:09 -0000 On Sun, 2005-01-23 at 23:06, Andras Kende wrote: > Hello, > > > Looks like the spool directories are different in /etc/printcap and > in smb.conf: > > sd=/var/spool/raw: > > path = /var/spool/samba > > Try to set to the same path, also make sure windows user has > Enough privileges to write to spool directory... > > Best regards, > > Andras Kende Hi, Appreciate the answer, but to my understanding, the two spool directories need to be separate. From the samba documentation: "Successful printing from a Windows client via a Samba print server to a UNIX printer involves six (potentially seven) stages: 3.Windows sends a copy of the print file over the network into Samba's spooling area. 5. Samba invokes the print command to hand the file over to the UNIX print subsystem's spooling area." I am naturally with admin priviledges on windows side. I am though almost certain it is some little configuration err. As always. Mikko