Displaying 6 results from an estimated 6 matches for "print_driv".
Did you mean:
  print_dirs
  
2013 Oct 08
2
Point'n Print setup on Samba4 failing to install drivers
Premise / status: I've set up Samba 4 as an AD controller, and, according to the instructions on the [howto](https://wiki.samba.org/index.php/Samba_as_a_print_server), have established a [print$] share that should allow me to "upload printer drivers for Point'n'Print driver installation." The printers are visible from the Windows client, but the server does not have Windows
2003 Jul 23
0
"net ads printer publish" Who does it work?
...ator
        printing = cups
[printers]
        comment = All Printers
        path = /var/spool/samba
        printer admin = root, @ntadmins, skl
        guest ok = Yes
        printable = Yes
        browseable = No
[print$]
        comment = Printer Drivers
        path = /usr/local/samba/var/print_drivers
        write list = root, administrator
==============================================================
regards,
-- 
Stefan Klein
2004 Feb 05
1
pdf documents do not print from windows client on samba/cups print server
...min
[printers]
         comment = All Printers
         path = /tmp
         public = yes
         guest ok = no
         writable = no
         printable = Yes
         browseable = No
#
# Share for the WinXP printer drivers
[print$]
         comment = Printer Drivers
         path = /home/samba/print_drivers
         browsable = yes
         guest ok = no
         readonly = yes
         write list = root @admin
cups page_log:
--------------
waterman_hp4050 kerstens 311 [05/Feb/2004:09:33:14 -0800] 1 1
cups access_log:
----------------
localhost - - [05/Feb/2004:09:35:38 -0800] "POST / HTTP/1...
2002 May 30
2
Frustrated with Samba and CUPS
...'Yes' - not
sure how or why.
[printers]
    path = /tmp
    guest account = lp
    printer admin = @ftp
    guest ok = Yes
    printable = Yes
    browseable = No
[printers$]
    comment = printer_drivers
    path = /usr/share/postscript/ppd/en
    guest ok = Yes
[print$]
    path = /data/print_drivers
    guest ok = Yes
Please help...I really need to get this up and running ASAP.
 
Thanks,
 
GregW
-------------- next part --------------
HTML attachment scrubbed and removed
2008 Mar 11
1
Signal 11 in Samba adding Windows XP printer driver
...amba and have no issues.
The printers and print$ shares are set up as:
[printers]
        comment = All Printers
        path = /var/spool/samba
        guest ok = Yes
        printable = Yes
        browseable = No
[print$]
        comment = Printer Driver Download Area
        path = /u1/samba/print_drivers
        write list = "@Domain Admins", xxxxx
        guest ok = Yes
        browseable = No
The error messages in the log file are :
[2008/03/09 17:19:48, 1] smbd/service.c:make_connection_snum(1033)
  xxxxxxxx (192.168.0.99) connect to service print$ initially as user
xxxxxx (uid=1...
2008 Jan 25
7
Trusted domain user login
...m there is no need to
# specifically define each individual printer
[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
# Set public = yes to allow user 'guest account' to print
   guest ok = no
   writable = no
   printable = yes
[print$]
   path = /smbshare/print_drivers
   browseable = yes
   guest ok = no
   read only = yes
   write list = administrator