Displaying 20 results from an estimated 300 matches similar to: "Fwd: Re: Using rpcclient to install printer drivers"
2001 Oct 22
0
Fwd: Re: Using rpcclient to install printer drivers
Hi Jerry Carter and list members,
The post below was rejected by the list moderator as too big. That cost me
four days and now I am really anxious for positive feedback from rpcclient
experts either in the field or at samba.org. It was too big because I
included a listing of STDERR and STDOUT from setting debug level to 10 in
step #4 of install_printer_drivers.pl. I have trimmed it down by
2003 May 12
0
imprints driver upload failure on 2.2.8a
I installed samba 2.2.8a and imprints 0.0.9b on a freshly up2date Redhat
8.0.
I tried to install a driver using:
install_printer_drivers.pl -host imprints.sourceforge.net 'HP LaserJet 8100'
The driver files were copied into the /etc/printers/W32X86. But samba
created another directory,
/etc/printers/W32X86/2 with uid and gid of nobody,nobody. It then reported
an "ERROR!" and
2002 Jun 13
2
install_printer_drivers.pl and 2.2.4 issues
Hello -
I've been working on getting ready to cut our 60+ Samba servers over
from the old style printers.def approach to the new printer drivers
databases. However, I'm have a hard time uploading the packages onto the
server using the install_printer_drivers.pl script from Imprints 0.0.9b.
To make sure I wasn't packaging them wrong I used the
imprints.sourceforge.org server to get
2001 Dec 16
1
addriver
Hi,
I am using samba with NT 4.0 and Solaris. I got LPRng working with
Samba. But, downloading of drivers from the server still deosn't work. Do
I *need* to user rpcclient to install drivers on server ?
I have already copied drivers to $print/W32X86 directory. I tried
using rpcclient with adddriver command. But it gave following errors.
rpcclient $> adddriver "Windows NT x86"
2004 Oct 20
0
Point&Print adding NT/2K drivers issue
Hi all,
Samba 3.0.7 and using CUPS printing. I am logged in as root to an XP Pro
system, I have used the APW to install the XP drivers to all of my printers.
I went to Shared and clicked "Additional Drivers" and checkmarked both 9x and
NT/2K boxes. Using drivers straight from the HP website, the 9x driver
installs fine, but it seems like I can't get any NT/2K drivers to
2002 Jun 09
1
SPOOLSS Emergency
I am trying to associate a driver that i installed with mkprintpkg and install_printer_drivers.pl with the printer that its supposed to go with.
this is a log of what is happening:
nendral:~ # rpcclient nendral -U root -W xxxx
Enter Password:
session setup ok
Domain=[xxxx] OS=[Unix] Server=[Samba 2.2.4]
rpcclient $> enumdrivers
[Windows NT x86]
Printer Driver Info 1:
Driver Name:
2002 Jul 17
1
rpcclient enumdrivers enumprinters
Hi all,
i'm new to the list and here's my first question :
I'm trying to install several printer drivers on my samba server with
imprints. I did a package with the NT/2000 and W9x drivers and the
mkprintpkg command. Then I used the command install_printer_drivers.pl to
install the files in the appropriate directories. So now i'd like to check
the drivers available and the
2001 Mar 27
2
IMPRINTS: mkprintpkg.pl unable to expand microsoft cab file
Jerry,
Perhaps you could help me with a problem building a Samba print package.
I've downloaded the drivers files I need from HP. I run the appropriate
mkprintpkg.pl command, but it dies with the following output:
[root@tux designjet]# /usr/local/imprints/bin/mkprintpkg.pl
--name="hp1050c" --version=1.00
--display-name="HP DesignJet 1050c" -d "HP DesignJet 1050C
2010 Mar 19
1
cupsaddsmb error: cli_pipe_validate_current_pdu: RPC fault code DCERPC_FAULT_OP_RNG_ERROR received
Hello,
when i send the SIGHUP signal to Samba, then Samba won't load the printers
from CUPS. I need to shutdown Samba and start it again.
Now when i'am running cupsaddsmb i got the following errors(this error occours
in 3.5.x but not in 3.2.x):
server-p:/# cupsaddsmb -H server-p -v edv01 edv02 edv03
Kennwort f?r root erforderlich, um ?ber SAMBA auf server-p zugreifen zu
k?nnen:
2015 Apr 29
0
cups automatic driver install (WERR_ACCESS_DENIED)
[root at samba ~]# cupsaddsmb -U administrator -v hp4
Password for administrator required to access localhost via SAMBA:
*********************
Running command: smbclient //localhost/print$ -N -A /tmp/075335545d5bf -c
'mkdir W32X86;put /tmp/07533554ccef1 W32X86/hp4.ppd;put
/usr/share/cups/drivers/ps5ui.dll W32X86/ps5ui.dll;put
/usr/share/cups/drivers/pscript.hlp W32X86/pscript.hlp;put
2013 Jan 28
0
add x64 printer drivers with cupsaddsmb fail
Hello,
I have set up a cups print server and would like to offer Point'n'Print
functionnality for the windows computer clients.
So, i've followed informations from the man page of cupsaddsmb as
resumed below:
-configure smb.conf
-add x86 and x64 PS drivers (from x86 and x64 windows 2008 installs).
-add x86 and x64 CUPS drivers (from cups SVN)
I then launch cupsaddsmb using the
2009 Aug 22
2
cupsaddsmb not working after upgrade to Lenny (rpcclient -> WERR_INVALID_PARAM)
Dear list,
I've upgraded my server from Etch to Lenny and now the printer (HP
LaserJet 6P) does not work any more through Samba.
Printing a testpage via http://server:631 works perfectly so I skip
giving details about the CUPS setup.
Also lpstat reports the printer working
# lpstat -a
HP_LaserJet_6P accepting requests
I tried to rerun cupsaddsmb. The driver files are copied to the
2020 Aug 19
0
[PATCH 07/28] 53c700: improve non-coherent DMA handling
Switch the 53c700 driver to only use non-coherent descriptor memory if it
really has to because dma_alloc_coherent fails. This doesn't matter for
any of the platforms it runs on currently, but that will change soon.
To help with this two new helpers to transfer ownership to and from the
device are added that abstract the syncing of the non-coherent memory.
The two current bidirectional cases
2020 Sep 15
0
[PATCH 07/18] 53c700: improve non-coherent DMA handling
Switch the 53c700 driver to only use non-coherent descriptor memory if it
really has to because dma_alloc_coherent fails. This doesn't matter for
any of the platforms it runs on currently, but that will change soon.
To help with this two new helpers to transfer ownership to and from the
device are added that abstract the syncing of the non-coherent memory.
The two current bidirectional cases
2008 May 22
0
Got cupsaddsmb working but the client PC download of the printer drivers fails for 3 out 4 PCs tested so far!
I have built a new CUPS print server on Ubuntu 8.04 server for our
office (used apt-get to download the CUPS v 1.3.7 and Samba v3.0.28a
packages) as a replacement for our existing Suse CUPS print server and I
want to use the cupsaddsmb tool to set up printer drivers for download
by PCs rather than using the Add Printer Wizard method which we have
used on our older CUPS print server.
After some
2020 Sep 14
2
[PATCH 07/17] 53c700: improve non-coherent DMA handling
Switch the 53c700 driver to only use non-coherent descriptor memory if it
really has to because dma_alloc_coherent fails. This doesn't matter for
any of the platforms it runs on currently, but that will change soon.
To help with this two new helpers to transfer ownership to and from the
device are added that abstract the syncing of the non-coherent memory.
The two current bidirectional cases
2006 Sep 14
6
rppclient problem with cupsaddsmb
Hi,
i try to set up a samba print server with cups, but when i use the
cupsaddprinter command, all copy start & stop with no problem, and
when the rppcclient command is launch to add the printer driver, it
fails and show me this error:
# cupsaddsmb -v -U root -a
[...many lines...]
result was WERR_INVALID_PRINTER_NAME
I try to find somthing on the net and other ML & i find this to
2013 May 13
1
Samba4 CUPS: NT_STATUS_ACCESS_DENIED opening remote file
I'm setting up cups printing with Samba 4.0.5.
I downloaded both the windows drivers and the postscript drivers and put them into /usr/share/cups/drivers/.
I configured cups through the web interface. Created a printer and printed a test page.
I edited smb.conf and put in the necessary entries for cups printing:
[global]
...
load printers = yes
2020 Sep 15
0
[PATCH 13/18] 53c700: convert to dma_alloc_noncoherent
Use the new non-coherent DMA API including proper ownership transfers.
Signed-off-by: Christoph Hellwig <hch at lst.de>
---
drivers/scsi/53c700.c | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/drivers/scsi/53c700.c b/drivers/scsi/53c700.c
index c59226d7e2f6b5..5117d90ccd9edf 100644
--- a/drivers/scsi/53c700.c
+++ b/drivers/scsi/53c700.c
@@ -269,18
2010 Mar 04
0
Problem running rpc add driver
Hi , i am trying to add a driver to windows using the smbclient and
rpc commands [got those from cupsaddsmb -v commands] and i am getting
:
smbclient //localhost/print$ -U $PASS -N -c ' mkdir W32X86;put
GENERIC.ppd W32X86/GENERIC.ppd;put /usr/share/cups/drivers/ps5ui.dll
W32X86/ps5ui.dll;put /usr/share/cups/drivers/pscript.hlp
W32X86/pscript.hlp;put /usr/share/cups/drivers/pscript.ntf