Displaying 13 results from an estimated 13 matches for "cupsdrv5".
Did you mean:
cupsdrvr
2004 Feb 28
1
rpcclient and WERR_INVALID_PRINTER_NAME
...-samba-5.0rc1.tar
ssflx01_v2:~# cupsaddsmb -a -v -U uuuu
Password for uuuu required to access localhost via SAMBA:
Running command: smbclient //localhost/print\$ -N -U'uuu%xxxx'
-c 'mkdir W32X86;
put /var/spool/cups/tmp/40404c740a656 W32X86/SSFP102.ppd;
put /usr/share/cups/drivers/cupsdrv5.dll W32X86/cupsdrv5.dll;
put /usr/share/cups/drivers/cupsui5.dll W32X86/cupsui5.dll;
put /usr/share/cups/drivers/cups5.hlp W32X86/cups5.hlp'
Domain=[STEYR-SSF] OS=[Unix] Server=[Samba 3.0.2-Debian]
NT_STATUS_OBJECT_NAME_COLLISION making remote directory \W32X86
putting file /var/spool/cups...
2004 Jun 25
3
cupsaddsmb encounter with good info supplied (Plain text)
...iled: NT_STATUS_LOGON_FAILURE
Password for root required to access localhost via SAMBA:
Anonymous login successful
NT_STATUS_NETWORK_ACCESS_DENIED making remote directory \W32X86
NT_STATUS_ACCESS_DENIED opening remote file \W32X86/PDF-Creator.ppd
NT_STATUS_ACCESS_DENIED opening remote file \W32X86/cupsdrv5.dll
NT_STATUS_ACCESS_DENIED opening remote file \W32X86/cupsui5.dll
NT_STATUS_ACCESS_DENIED opening remote file \W32X86/cups5.hlp
Running command: smbclient //localhost/print\$ -N -U'root%keepitsimple'
-c 'mkdir W32X86;put /var/spool/cups/tmp/40dc5e1025de6
W32X86/PDF-Creator.ppd;put /us...
2004 Nov 05
0
cupsaddsmb problems...
...is the output:
oxygen# cupsaddsmb -U root -a -v
Password for root required to access localhost via SAMBA:
Running command: smbclient //localhost/print\$ -N -U'root%test' -c 'mkdir
W32X86;put /var/spool/cups/tmp/418bc44b04fd5 W32X86/SalesPrinter-4.ppd;put
/usr/local/share/cups/drivers/cupsdrv5.dll W32X86/cupsdrv5.dll;put
/usr/local/share/cups/drivers/cupsui5.dll W32X86/cupsui5.dll;put
/usr/local/share/cups/drivers/cups5.hlp W32X86/cups5.hlp'
added interface ip=192.168.1.93 bcast=192.168.1.255 nmask=255.255.255.0
Domain=[COURTESY] OS=[Unix] Server=[Samba 2.2.11]
NT_STATUS_OBJECT_NAM...
2004 Jun 25
0
cupsaddsmb encounter with good info supplied
...iled: NT_STATUS_LOGON_FAILURE
Password for root required to access localhost via SAMBA:
Anonymous login successful
NT_STATUS_NETWORK_ACCESS_DENIED making remote directory \W32X86
NT_STATUS_ACCESS_DENIED opening remote file \W32X86/PDF-Creator.ppd
NT_STATUS_ACCESS_DENIED opening remote file \W32X86/cupsdrv5.dll
NT_STATUS_ACCESS_DENIED opening remote file \W32X86/cupsui5.dll
NT_STATUS_ACCESS_DENIED opening remote file \W32X86/cups5.hlp
Running command: smbclient //localhost/print\$ -N -U'root%keepitsimple'
-c 'mkdir W32X86;put /var/spool/cups/tmp/40dc5e1025de6
W32X86/PDF-Creator.ppd;put /...
2004 May 20
2
cupsaddsmb
...I!
I've a problem with cupsaddsmb!! :-(
At the console I type:
cupsaddsmb -U root -v <printername>
and after some operations complete correctly appear this error:
[...]
Running command: rpcclient localhost -N -U'root%' -c 'adddriver "Windows NT
x86"
"eps6100l:cupsdrv5.dll:eps6100l.ppd:cupsui5.dll:cups5.hlp:NULL:RAW:NULL"'
cmd = adddriver "Windows NT x86"
"eps6100l:cupsdrv5.dll:eps6100l.ppd:cupsui5.dll:cups5.hlp:NULL:RAW:NULL"
Printer Driver eps6100l successfully installed.
Running command: rpcclient localhost -N -U'root%' -c...
2004 Oct 22
0
cupsaddsmb and .inf files
...-----------------------------------
cupsaddsmb -v myprinter
Password for root required to access localhost via SAMBA:
Running command: smbclient //localhost/print\$ -N -U'root%secret' -c
'mkdir W32X86;put /var/spool/cups/tmp/4179785a142d2
W32X86/myprinter.ppd;put /usr/share/cups/drivers/cupsdrv5.dll
W32X86/cupsdrv5.dll;put /usr/share/cups/drivers/cupsui5.dll
W32X86/cupsui5.dll;put /usr/share/cups/drivers/cups5.hlp W32X86/cups5.hlp'
Domain=[HOUSE] OS=[Unix] Server=[Samba 3.0.7-Debian]
NT_STATUS_OBJECT_NAME_COLLISION making remote directory \W32X86
putting file /var/spool/cups/tmp/417978...
2010 Sep 22
1
rpcclient errors
...dows drivers of the old implementation with
the notion, "if it ain't broke"...
Populating /etc/samba/drivers with W32X86/2 and WIN40/0 drivers, I see:
# ls -R /etc/samba/drivers
/etc/samba/drivers:
W32X86 WIN40
/etc/samba/drivers/W32X86:
2
/etc/samba/drivers/W32X86/2:
cups5.hlp cupsdrv5.dll cupsui5.dll sambafax.ppd
/etc/samba/drivers/WIN40:
0
/etc/samba/drivers/WIN40/0:
ADFONTS.MFM ADOBEPS4.HLP ICONLIB.DLL sambafax.ppd
ADOBEPS4.DRV DEFPRTR2.PPD PSMON.DLL
I've tried to run rpcclient with the "adddriver" subcommand which fails with
an different error for the...
2004 Jan 29
1
CUPS postscript driver - setting up **ERRATA**
...ial Samba Howto" book, I tried to install the CUPS PS
driver using cupsaddsmb.
It failed due to various reasons, and then I finally got it to work.
When I unpacked the latest tar.gz file (cups-samba-5.0rc3.tar.gz) it doesn't
unpack the files as:
cupsdrvr.dll
cupsui.dll
cups.hlp
but as
cupsdrv5.dll (5 instead of r)
cupsui5.dll (extra 5)
cups5.hlp (extra 5).
This causes the cupsaddsmb to fail.
If the files are renamed, then it works OK.
Regards,
Chris Aitken
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2004 Aug 09
1
Printer on LDAP PDC debug help?
...f course, cupsaddsmb would not work and the verbose mode gave little
indication as to why other than the following:
Running command: smbclient //enigma/print\$ -N
-U'Administrator%XXXXXXXXXXX' -c 'mkdir W32X86;put
/root/tmp/4115b28cb66f0 W32X86/LinLexZ53.ppd;put
/usr/share/cups/drivers/cupsdrv5.dll W32X86/cupsdrv5.dll;put
/usr/share/cups/drivers/cupsui5.dll W32X86/cupsui5.dll;put
/usr/share/cups/drivers/cups5.hlp W32X86/cups5.hlp'
Domain=[J9STARR] OS=[Unix] Server=[Samba 3.0.5pre1]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
This should not be the case because my setup is identic...
2004 Mar 23
2
samba on nfs server or client
Hello all. I hope this question is not too dumb, but
I thought I'd ask it anyway since I'd like to get the
opinion of the samba gurus out there. My question is
this:
-- is it better to run smbd and nmbd on a server that
acts as a NFS server and has disks directly attached to it
or is it better to run samba on a seperate machine that
acts as a client to the NFS server?
In other words, in
2004 Jul 01
0
Can't print from windows client to samba shared printer
...nter
I've got error message said :
" Test page failed to print. Would you ......bla..bla..bla..."
I've got these files on my /usr/share/cups/driver ( which I guess came
from the cups-samba-5.0rc3 installation ) :
-rwxr--r-- root root cups5.hlp
-rwxr--r-- root root cupsdrv5.dll
-rwxr--r-- root root cupsui5.dll
-rwxr--r-- root root printer.ppd
my printer section on /etc/samba/smb.conf :
[printers]
comment = Sharing printer
path = /var/spool/samba
create mask = 0700
printable = Yes
browseable = No
public = Yes
guest ok = Yes...
2003 Dec 11
1
downloaded win98 print drivers fail in Samba 3.0
...* ls -sF /etc/samba/drivers
total 8
4 W32X86/ 4 WIN40/
prima* ls -sRF /etc/samba/drivers
/etc/samba/drivers:
total 8
4 W32X86/ 4 WIN40/
/etc/samba/drivers/W32X86:
total 4
4 2/
/etc/samba/drivers/W32X86/2:
total 632
16 cups5.hlp* 220 cupsui5.dll* 56 rcfhp.PPD*
280 cupsdrv5.dll* 60 mpocol.PPD*
/etc/samba/drivers/WIN40:
total 768
4 0/ 16 DEFPRTR2.PPD* 60 PSMON.DLL*
568 ADFONTS.MFM* 120 ICONLIB.DLL*
/etc/samba/drivers/WIN40/0:
total 1584
1272 ADOBEPS4.DRV* 196 ADOBEPS4.HLP* 60 mpocol.PPD* 56 rcfhp.PPD*
Grant Basham 305-361-4...
2003 Dec 11
1
No joy adding a CUPS printer
...457600 Dec 10 16:09 ADOBEPS5.DLL
-rwxr--r-- 1 root root 135680 Dec 10 16:09 ADOBEPSU.DLL
-rwxr--r-- 1 root root 18451 Dec 10 16:07 ADOBEPSU.HLP
-r--r--r-- 1 root root 14234 Sep 24 2002 cups5.hlp
-r--r--r-- 1 root root 280364 Dec 1 14:53 cupsdrv5.dll
-r--r--r-- 1 root root 219540 Dec 1 14:53 cupsui5.dll
-rwxr--r-- 1 guest guest 13492 Mar 9 2000 DEFPRTR2.PPD
-rwxr--r-- 1 root root 118128 Dec 10 16:10 ICONLIB.DLL
-rwxr--r-- 1 guest guest 129024 Aug 17 2001 PS5UI.DLL
-rwxr--r-- 1 guest...