Hi, I'm having difficulty configuring Printing with Samba 2.2.4 and Windows 2000 clients. The samba installations is running as a PDC against LDAP. All the sharing of network file systems seem to be working perfectly.. I have a share [printers] path = /usr/spool/samba guest ok = yes printable = yes browsable = no guest ok = yes writable = no printer admin = root public = yes and another [print$] browsable = no printable = yes path = /export/software/printers guest ok = yes browseable = yes read only = yes write list = Administrator,root Within my local printcap I have a printer which appears to the Network. However When I come to login as the user root and run the Add Printer Wizard, I fail to suceed in adding the printer drivers to the Network. Any ideas what is happening ? Edmund -- =======================================================================Edmund J. Sutcliffe Thoughtful Solutions; Creatively <edmunds@panic.fluff.org> Implemented and Communicated <http://panic.fluff.org> +44 (0) 7976 938841
Sounds like a permissions issue in the /export/software/W32X86 and WIN40 directories (I am assuming you have these directories in place). ----- Original Message ----- From: "Edmund J. Sutcliffe" <edmunds@panic.fluff.org> To: <samba@lists.samba.org> Sent: Tuesday, July 02, 2002 10:08 AM Subject: [Samba] Samba 2.2.4 and PRINT$> Hi, > I'm having difficulty configuring Printing with Samba 2.2.4 and Windows > 2000 clients. > The samba installations is running as a PDC against LDAP. All the > sharing of network file systems seem to be working perfectly.. > I have a share > [printers] > path = /usr/spool/samba > guest ok = yes > printable = yes > browsable = no > guest ok = yes > writable = no > printer admin = root > public = yes > and another > [print$] > browsable = no > printable = yes > path = /export/software/printers > guest ok = yes > browseable = yes > read only = yes > write list = Administrator,root > Within my local printcap I have a printer which appears to the Network. > However When I come to login as the user root and run the Add Printer > Wizard, I fail to suceed in adding the printer drivers to the Network. > Any ideas what is happening ? > Edmund > > -- > =======================================================================> Edmund J. Sutcliffe Thoughtful Solutions; Creatively > <edmunds@panic.fluff.org> Implemented and Communicated > <http://panic.fluff.org> +44 (0) 7976 938841 > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >
I would upgrade to 2.2.5 before doing anything else. They've made it more stable in that release, it seems, and it may solve your problem. Also, there's a (important) patch to install on top of that: ftp.samba.org/pub/jerry/patches/post-2.2.5/parse_sec.patch As for your problem, please clarify what you mean by "fail to succeed". You need to distinguish whether it's a general permissions problem or a problem with only uploading/setting drivers. Example : use smbstatus to see if you're "really" logged in as root (i.e. mapped to root) -t -----Original Message----- From: Edmund J. Sutcliffe [mailto:edmunds@panic.fluff.org] Sent: Tuesday, July 02, 2002 10:09 AM To: samba@lists.samba.org Subject: [Samba] Samba 2.2.4 and PRINT$ Hi, I'm having difficulty configuring Printing with Samba 2.2.4 and Windows 2000 clients. The samba installations is running as a PDC against LDAP. All the sharing of network file systems seem to be working perfectly.. I have a share [printers] path = /usr/spool/samba guest ok = yes printable = yes browsable = no guest ok = yes writable = no printer admin = root public = yes and another [print$] browsable = no printable = yes path = /export/software/printers guest ok = yes browseable = yes read only = yes write list = Administrator,root Within my local printcap I have a printer which appears to the Network. However When I come to login as the user root and run the Add Printer Wizard, I fail to suceed in adding the printer drivers to the Network. Any ideas what is happening ? Edmund -- =======================================================================Edmund J. Sutcliffe Thoughtful Solutions; Creatively <edmunds@panic.fluff.org> Implemented and Communicated <http://panic.fluff.org> +44 (0) 7976 938841 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
I believe this is strictly related to the permissions (unix or samba) of the print$ share. The write list in that share might be the issue, ntadmin was not there. If you navigate to \\copper\print$ , can you create text files in the W32X86 directory? If you can't write that way, the print driver install will fail as well. ----- Original Message ----- From: "Edmund J. Sutcliffe" <edmunds@panic.fluff.org> To: "sthom" <sthom@myrealbox.com> Sent: Tuesday, July 02, 2002 11:43 AM Subject: Re: [Samba] Samba 2.2.4 and PRINT$> Hi Steve, > the Directory permissions and the file permission of my [print$] > share is 777. When I use the "Add Printer Wizard" to install the printer > driver. I get > "Unable to install Apple LaserWriter Plus v42.2, Windows NT4.0 > or 2000, Intel Driver. Operation could not be completed" > I have the following in my Global Section > [global] > workgroup = SBCXP > netbios name = COPPER > domain logons = yes > domain admin group = @ntadmin > printer admin = Administrator,root,@ntadmin > unix password sync = yes > domain master = yes > security = user > show add printer wizard = yes > And for the Printers I have > [printers] > path = /var/spool/samba > guest ok = yes > printable = yes > browsable = no > guest ok = yes > writable = no > printer admin = root > public = yes > and for print$ I have > [print$] > ; This path is where the printer drivers should be > browsable = no > printable = yes > path = /export/software/printers > guest ok = yes > write list = Administrator,root > > The contents of > /export/software/printers > are > > drwxrwxrwx 7 Administ users 4096 Jun 28 12:20 . > drwxrwxr-x 6 root root 4096 Jun 28 12:19 .. > drwxrwxrwx 2 Administ users 4096 Jun 28 12:20 W32ALPHA > drwxrwxrwx 2 Administ users 4096 Jun 28 12:20 W32MIPS > drwxrwxrwx 2 Administ users 4096 Jun 28 12:20 W32PPC > drwxrwxrwx 2 Administ users 4096 Jun 28 12:19 W32X86 > drwxrwxrwx 2 Administ users 4096 Jun 28 12:20 WIN40 > > But I still get the aforementioned error message > Any ideas ? > Edmund > -- > =======================================================================> Edmund J. Sutcliffe Thoughtful Solutions; Creatively > <edmunds@panic.fluff.org> Implemented and Communicated > <http://panic.fluff.org> +44 (0) 7976 938841 > > > > >
look at the "write list=" entry for [print$] to see if you're listed, or a member of a listed group. Jim> -----Original Message----- > From: Edmund J. Sutcliffe [mailto:edmunds@panic.fluff.org] > Sent: Wednesday, July 03, 2002 12:12 AM > To: sthom > Cc: Samba Samba > Subject: Re: [Samba] Samba 2.2.4 and PRINT$ > > > Hi, > when I try to open \\copper\print$ with a UNC path, it asks the > following > "Before you can use the printer \\copper\print$ it must > be set up > on your computer, Do you want Windows to set up the printer and > continue this operation ?" > So I'm unable to check if I can write to it with that share > name. But if I > point another share at the same place I can write to it > Edmund > On Tue, 2 Jul 2002, sthom wrote: > > > I believe this is strictly related to the permissions (unix > or samba) of the > > print$ share. The write list in that share might be the > issue, ntadmin was > > not there. > > > > If you navigate to \\copper\print$ , can you create text > files in the W32X86 > > directory? If you can't write that way, the print driver > install will fail > > as well. > > > > ----- Original Message ----- > > From: "Edmund J. Sutcliffe" <edmunds@panic.fluff.org> > > To: "sthom" <sthom@myrealbox.com> > > Sent: Tuesday, July 02, 2002 11:43 AM > > Subject: Re: [Samba] Samba 2.2.4 and PRINT$ > > > > > > > Hi Steve, > > > the Directory permissions and the file permission of my [print$] > > > share is 777. When I use the "Add Printer Wizard" to > install the printer > > > driver. I get > > > "Unable to install Apple LaserWriter Plus v42.2, Windows NT4.0 > > > or 2000, Intel Driver. Operation could not be completed" > > > I have the following in my Global Section > > > [global] > > > workgroup = SBCXP > > > netbios name = COPPER > > > domain logons = yes > > > domain admin group = @ntadmin > > > printer admin = Administrator,root,@ntadmin > > > unix password sync = yes > > > domain master = yes > > > security = user > > > show add printer wizard = yes > > > And for the Printers I have > > > [printers] > > > path = /var/spool/samba > > > guest ok = yes > > > printable = yes > > > browsable = no > > > guest ok = yes > > > writable = no > > > printer admin = root > > > public = yes > > > and for print$ I have > > > [print$] > > > ; This path is where the printer drivers should be > > > browsable = no > > > printable = yes > > > path = /export/software/printers > > > guest ok = yes > > > write list = Administrator,root > > > > > > The contents of > > > /export/software/printers > > > are > > > > > > drwxrwxrwx 7 Administ users 4096 Jun 28 12:20 . > > > drwxrwxr-x 6 root root 4096 Jun 28 12:19 .. > > > drwxrwxrwx 2 Administ users 4096 Jun 28 12:20 W32ALPHA > > > drwxrwxrwx 2 Administ users 4096 Jun 28 12:20 W32MIPS > > > drwxrwxrwx 2 Administ users 4096 Jun 28 12:20 W32PPC > > > drwxrwxrwx 2 Administ users 4096 Jun 28 12:19 W32X86 > > > drwxrwxrwx 2 Administ users 4096 Jun 28 12:20 WIN40 > > > > > > But I still get the aforementioned error message > > > Any ideas ? > > > Edmund > > > -- > > > > =============================================================> =========> > > Edmund J. Sutcliffe Thoughtful > Solutions; Creatively > > > <edmunds@panic.fluff.org> Implemented and > Communicated > > > <http://panic.fluff.org> +44 (0) 7976 938841 > > > > > > > > > > > > > > > > > > > > > -- > =============================================================> =========> Edmund J. Sutcliffe Thoughtful Solutions; > Creatively > <edmunds@panic.fluff.org> Implemented and Communicated > <http://panic.fluff.org> +44 (0) 7976 938841 > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >