Displaying 5 results from an estimated 5 matches for "paghe".
Did you mean:
  page
  
2016 Dec 06
4
unable to upload printer driver
Hi list,
i have a samba member-server in a samba4-AD with cups.
cups works fine, i can print the testpage from cups and from a windowsclient.
but, i am not able to upload a printer driver to a samba4 print-server:
i followed this howto:
https://wiki.samba.org/index.php/Configuring_Point%27n%27Print_automatic_printer_driver_deployment
in printmanagement.msc i can add the server, and i can see
2016 Dec 06
0
unable to upload printer driver
Hai, 
 
I suggest start with.
1) backup you smb.conf
2) cleanup your smb.conf 
 
About the "access is denied". 
Which brother printer is it ? you didnt tell us that. 
Which printer driver,please post a link. 
 
Did you set the SePrivileges? 
Did you configure the share with "POSIX" or WINDOWS rights. ? 
 
And in the folder /srv/samba/Printer_drivers/ 
make this
2002 Sep 03
0
printcap file
.../spool/samba:sh:sf:if=/usr/bin/smbprint_LS
 
smbprint_LS filter file
 
logfile=/tmp/smb-print.log
(
# NOTE You may wish to add the line `echo translate' if you want automatic
# CR/LF translation when printing.
echo translate
echo "print -"
cat
) | /usr/bin/smbclient "//paghe/HP1200" "" -U "paghe" -N >> $logfile
#end of /usr/local/samba/bin/smbprint
 
 
If smbprint_LS1 is used, with same parameters, as filter of echo or cat statments, it is correct and the print is ok.
 
Example:
              echo -en "\rHELLO\r\f" | /usr...
2002 Sep 05
0
Problem on smbprint
.../spool/samba:sh:sf:if=/usr/bin/smbprint_LS
 
smbprint_LS filter file
 
logfile=/tmp/smb-print.log
(
# NOTE You may wish to add the line `echo translate' if you want automatic
# CR/LF translation when printing.
echo translate
echo "print -"
cat
) | /usr/bin/smbclient "//paghe/HP1200" "" -U "paghe" -N >> $logfile
#end of /usr/local/samba/bin/smbprint
 
 
If smbprint_LS1 is used, with same parameters, as filter of echo or cat statments, it is correct and the print is ok.
 
Example:
              echo -en "\rHELLO\r\f" | /usr...
2016 Dec 06
0
unable to upload printer driver
On Tue, 06 Dec 2016 15:26:32 +0100
Heinz Hölzl via samba <samba at lists.samba.org> wrote:
> Hi list,
> 
> i have a samba member-server in a samba4-AD with cups.
> cups works fine, i can print the testpage from cups and from a
> windowsclient. but, i am not able to upload a printer driver to a
> samba4 print-server:
> 
> i followed this howto:
>