From owner-freebsd-questions Thu May 18 21:41: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alexander.pentalpha.com.hk (alexander.pentalpha.com.hk [210.176.109.1]) by hub.freebsd.org (Postfix) with ESMTP id 6C6DF37BC15 for ; Thu, 18 May 2000 21:40:49 -0700 (PDT) (envelope-from danny@pentalpha.com.hk) Received: (from uucp@localhost) by alexander.pentalpha.com.hk (8.9.3/8.9.3) id MAA91370; Fri, 19 May 2000 12:40:12 +0800 (CST) (envelope-from danny@pentalpha.com.hk) Received: from 001.mis.pentalpha.com.hk(10.0.0.168), claiming to be "001.mis.penatlpha.com.hk" via SMTP by alexander.pentalpha.com.hk, id smtpdZ91368; Fri May 19 12:40:04 2000 Message-ID: <00ae01bfc14c$4d0df9a0$a800000a@001.mis.penatlpha.com.hk> From: "Danny Wong" To: "Dan O'Connor" , "Danny" Cc: Subject: Re: SAMBA and browing workgroup Date: Fri, 19 May 2000 12:40:04 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="x-user-defined" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had setup a SAMBA print server. However, when the user need to print a very large file. It will be truncated. How can I fix this problem? How can I modify the printcap to make it function as "lpr -s" . -----Original Message----- From: Dan O'Connor To: Danny Cc: freebsd-questions@FreeBSD.ORG Date: Tuesday, May 16, 2000 11:37 AM Subject: Re: SAMBA and browing workgroup >>Is their anyone you can attach a copy of smb.conf. for the mailing list. >>or part of it. > >Here's my smb.conf: > ># Samba config file created using SWAT ># from danco.home (10.0.0.2) ># Date: 2000/03/13 13:42:28 > ># Global parameters >[global] > workgroup = MGCNET > netbios name = PANDORA > server string = Samba %v running on FreeBSD 3.4-STABLE > interfaces = 10.0.0.1/24 > security = SHARE > encrypt passwords = Yes > password level = 1 > username level = 1 > log file = /var/log/samba/log.%m > max log size = 50 > deadtime = 15 > printer driver file = /usr/smbshares/printer/printers.def > os level = 36 > preferred master = Yes > lock dir = /usr/local/locks > guest account = pcguest > >[tmp] > comment = Temporary Files > path = /usr/tmp > guest ok = Yes > browseable = No > >[Autocad] > comment = AutoCAD Support Files > path = /usr/smbshares/autocad > valid users = @cad > force group = cad > read only = No > create mask = 0774 > force create mode = 0774 > directory mask = 0775 > force directory mode = 0775 > >[Cellar] > comment = The Software Cellar > path = /usr/smbshares/cellar > valid users = @cad @engr @staff > write list = dan > create mask = 0774 > force create mode = 0774 > force directory mode = 0755 > >[homes] > comment = User's home directory > path = /usr/home/%S > write list = %S > >[Drawings] > comment = AutoCAD Drawings > path = /usr/smbshares/drawings > valid users = @cad > force group = cad > read only = No > create mask = 0774 > force create mode = 0774 > directory mask = 0775 > force directory mode = 0775 > >[Mathcad] > comment = Mathcad Templates > path = /usr/smbshares/mathcad > valid users = @engr > write list = dan > create mask = 0774 > force create mode = 0774 > force directory mode = 0755 > >[printer$] > path = /usr/smbshares/printer > write list = dan > guest ok = Yes > >[LaserJet] > comment = HP LaserJet 2100 Series PCL 6 > path = /usr/tmp > read only = No > print ok = Yes > printer name = lp > printer driver = HP LaserJet 2100 Series PCL 6 > oplocks = No > share modes = No > > > >--Dan > >-- >Dan O'Connor >On Matters of Most Grave Concern >http://www.mostgraveconcern.com > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message