Hi I have a RH7.2 server with 3 x LPT ports I have installed the following printers using the GUI printconfig Lp0 = HP1200 Lp1 = OKI320 Lp2 = OKI321 I have shared them via samba I can brows them using WinXP & Win2K by browsing the Linux box, looking at the printers and double clicking to open them, all is OK you would say, No. When I install the printer on either the WinXP or Win2k PC then I get "access denied" really frustrating. Any clues? Many thanks Mike
Hi I have a RH7.2 server with 3 x LPT ports I have installed the following printers using the GUI printconfig Lp0 = HP1200 Lp1 = OKI320 Lp2 = OKI321 I have shared them via samba I can browse them using WinXP & Win2K by browsing the Linux box, looking at the printers and double clicking to open them, all is OK you would say, No. I have checked permissions on the /var/lpd directories and all are OK When I install the printer on either the WinXP or Win2k PC then I get "access denied" really frustrating. Any clues? Many thanks Mike
Not sure if this will help, but XP clients get the denied access errors
which can be cure with :
        use client driver = yes     
I have never understood why this works.
Joel
On Mon, May 05, 2003 at 10:32:08PM +1200, Linux wrote:> Hi
> 
> I have a RH7.2 server with 3 x LPT ports
> 
> I have installed the following printers using the GUI printconfig
> 
> Lp0 = HP1200
> 
> Lp1 = OKI320
> 
> Lp2 = OKI321
> 
> I have shared them via samba
> 
> I can browse them using WinXP & Win2K by browsing the Linux box,
looking at
> the printers and double clicking to open them, all is OK you would say, No.
> 
> I have checked permissions on the /var/lpd directories and all are OK
> 
> When I install the printer on either the WinXP or Win2k PC then I get
> "access denied" really frustrating.
> 
> Any clues?
> 
> Many thanks
> 
> Mike
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
Hello I have tried the use client driver = yes. I tried it in the global definition & fro each printer but without success. Did I do something wrong or are there any other clues Many thanks Mike ----- Original Message ----- From: "Joel Hammer" <Joel@HammersHome.com> To: "Linux" <Linux@dounsix.co.nz>; <samba@lists.samba.org> Sent: Monday, May 05, 2003 11:48 PM Subject: Re: [Samba] Multiple Printers on LPT> Not sure if this will help, but XP clients get the denied access errors > which can be cure with : > > use client driver = yes > > I have never understood why this works. > > Joel > > On Mon, May 05, 2003 at 10:32:08PM +1200, Linux wrote: > > Hi > > > > I have a RH7.2 server with 3 x LPT ports > > > > I have installed the following printers using the GUI printconfig > > > > Lp0 = HP1200 > > > > Lp1 = OKI320 > > > > Lp2 = OKI321 > > > > I have shared them via samba > > > > I can browse them using WinXP & Win2K by browsing the Linux box, lookingat> > the printers and double clicking to open them, all is OK you would say,No.> > > > I have checked permissions on the /var/lpd directories and all are OK > > > > When I install the printer on either the WinXP or Win2k PC then I get > > "access denied" really frustrating. > > > > Any clues? > > > > Many thanks > > > > Mike > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba > >
Thanks I tried the use client driver ... but that got thrown out by testparm. Many thanks Mike ----- Original Message ----- From: "Jason Balicki" <kodak@frontierhomemortgage.com> To: "Mikevl" <Mikevl@paradise.net.nz> Sent: Tuesday, May 06, 2003 6:25 AM Subject: Re: [Samba] Multiple Printers on LPT> > > > Hi Jason thanks for your reply > > > > I have tried this but I still get the denied messages > > > > Many thanks > > > > Mike > > Someone else suggested making sure that you have "use client driver = yes" > in your smb.conf. Try that, and put "guest ok=no". I seem to remember > those directives as being important. > > --J(K) > >
Hi I have tried many suggestions now as per the list but still no joy. My
system is redhat 7.2. I am trying to access it from WinXP and Win2K
Help
Many thanks
Mike
# Printing from the general section
        printcap name = /etc/printcap
        load printers = Yes
        printing = bsd
        load printers = yes
        show add printer wizard = yes
        printcap name = /etc/printcap
        printer admin = @ntadmin, root
        total print jobs = 100
        lpq cache time = 20
#       use client driver = no
[printers]
        comment = All Printers
        browseable = no
        printable = yes
        public = yes
        create mode = 0700
        guest ok = yes
        read only = yes
        writable = no
[LaserHP1200]
        path = /var/spool/lpd/HP1200
        directory mode = 0775
        valid users = @users, Mike, notebook$
        printable = yes
        printer name = HP1200
        create mask = 0775
        directory mask = 0775
        printer admin = @users, Mike, notebook$
        browseable = yes
        printable = yes
        writeable = no
        guest ok = yes
        print command = lpr -P %p -o raw %s -r
----- Original Message -----
From: "Jason Balicki" <kodak@frontierhomemortgage.com>
To: <Linux@dounsix.co.nz>
Sent: Tuesday, May 06, 2003 1:22 AM
Subject: Re: [Samba] Multiple Printers on LPT
> When I install the printer on either the WinXP or Win2k PC then I get
> "access denied" really frustrating.
You'll find that you can probably print to them.  Most likely your
problem is that you have no machine account on the samba
box for the XP and 2k machines.
Do:
smbpasswd -a -m <machinename>
for each XP and 2k machine.
In most *nixs' you'll have to do this first though:
useradd -d /dev/null -s /bin/false <machinename\$>
since samba needs a unix account to latch onto.
HTH,
--J(K)
Hi all I am still having problems with this I have tried: use client driver = yes. smbpasswd -a -m <machinename> for each XP and 2k machine. In most *nixs' you'll have to do this first though: useradd -d /dev/null -s /bin/false <machinename\$> Are there any other suggestions? Many thanks Mike> On Mon, May 05, 2003 at 10:32:08PM +1200, Linux wrote: > > Hi > > > > I have a RH7.2 server with 3 x LPT ports > > > > I have installed the following printers using the GUI printconfig > > > > Lp0 = HP1200 > > > > Lp1 = OKI320 > > > > Lp2 = OKI321 > > > > I have shared them via samba > > > > I can browse them using WinXP & Win2K by browsing the Linux box, lookingat> > the printers and double clicking to open them, all is OK you would say,No.> > > > I have checked permissions on the /var/lpd directories and all are OK > > > > When I install the printer on either the WinXP or Win2k PC then I get > > "access denied" really frustrating. > > > > Any clues? > > > > Many thanks > > > > Mike > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba > >-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Reasonably Related Threads
- adding LPT port to wine? Acrobat 5/PDFWriter installation problem
- [LLVMdev] RFC: Exception Handling Proposal II
- [LLVMdev] RFC: Exception Handling Proposal II
- Slow Samba Printer initialisation, status, and printing
- [LLVMdev] RFC: Exception Handling Proposal II