search for: getdriver

Displaying 20 results from an estimated 39 matches for "getdriver".

Did you mean: setdriver
2003 Aug 07
1
I'm confused about W2K rpcclient "getdriver" response
Hi, I'm trying to query a W2K PDC for printer driver information in order to install those same drivers on a SAMBA 2.2.7 server. I executed an enumdrivers ms-rpc call to get the list of drivers, but the getdriver command fails for all but a couple of the drivers. I've included a representative instance below: > cmd = getdriver "HP LaserJet 4050 Series PCL" > Error opening printer handle for HP LaserJet 4050 Series PCL! > result was NT_STATUS_UNSUCCESSFUL The question is, who's...
2003 Apr 05
1
Samba 2.2.8 SEGV in rpcclient getdriver on Solaris 7
...ing: rpcclient xxxxxxx -U yyyyyyy (process id 4735) Password: rpcclient $> enumprinters flags:[0x800000] name:[\\xxxxxxx\hpem] description:[\\xxxxxxx\hpem,HP LaserJet 4050 Series PS,HP LaserJet 4050N PS] comment:[HP LaserJet 4050N PS] (trimmed) rpcclient $> getdriver hpem [Windows NT x86] signal SEGV (no mapping at the fault address) in strlen_w at 0x778d4 0x000778d4: strlen_w+0x0004: lduh [%o0], %g3 (dbx) where =>[1] strlen_w(0x0, 0x1caf00, 0x1f, 0xffbed760, 0x36, 0x0), at 0x778d4 [2] rpcstr_pull(0xffbecfe0, 0x0, 0x0, 0x0, 0x1, 0x100), at 0x797ac...
2005 Feb 07
1
rpcclient error / printer driver issue
...comment:[Call Center Toshiba 35] flags:[0x800000] name:[\\prupref-print\hin-magi2300] description:[\\prupref-print\hin-magi2300,magicolor 2300 DL,Hinsdale Magicolor 2300] comment:[Hinsdale Magicolor 2300] ------------------------------------ any combination of the getdriver returns: rpcclient $> getdriver "ccc-tosh35" Error opening printer handle for \\.\ccc-tosh35! result was WERR_INVALID_PRINTER_NAME rpcclient $> getdriver "\\prupref-print\ccc-tosh35" Error opening printer handle for \\.\\\prupref-print\ccc-tosh35! result was WERR_INVALID_...
2003 Jul 28
3
Problem with rpcclient command
Hi, I am trying to query a W2K PDC for info on a print driver by issuing the following command: rpcclient -Uxxx%yyy -d 3 -c 'getdriver "HP LaserJet 8000 Series PS"' abert The response I get is: Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" added interface ip=10.219.255.249 bcast=10.219.255.255 nmask=255.255...
2003 Nov 17
1
samba (2.2.8a) driver download fails
Hi there, I have a problem with the rpc driver stuff: I have copied the driver files to //atlas/print$/W32X86 and WIN40 (via filesystem copy), added and set the driver without errors. But getdriver reports no driver associatet with the printer?! So reports below. I am sure, this was working on this system. I tried to reinit the ntprinters.tdb, printing.tdb, nt_forms.tdb and ntdrivers.tdb by removing and HUPPING all smbds (a plenty of users are on the server so I could not restart smbd cleanly...
2003 Dec 11
1
No joy adding a CUPS printer
...print] datatype:[RAW] parameters:[] attributes:[0x18] priority:[0x1] defaultpriority:[0x1] starttime:[0x0] untiltime:[0x0] status:[0x0] cjobs:[0x0] averageppm:[0x0] [root samba]# rpcclient localhost -Uroot%xxxx -c 'getdriver lp' cmd = getdriver lp Error opening printer handle for lp! result was NT_STATUS_UNSUCCESSFUL Alas, I'm stuck :-( Windows (XP Home if it matters) stalls trying to install this printer, telling me I don't have the proper drivers installed. Most likely because of the 'getdriver...
2006 May 11
1
rpcclient enumdrivers fails with WERR_UNKNOWN_PRINTER_DRIVER
Hello I've just updated to Samba version 3.0.22 (previously v3.0.4a) and get the following problem: rpcclient enumdrivers fails with WERR_UNKNOWN_PRINTER_DRIVER while rpcclient getdriver works just fine! Can this be? $ rpcclient -c enumdrivers GUTENBERG Password: ******** result was WERR_UNKNOWN_PRINTER_DRIVER $ rpcclient -c 'getdriver lg403-lj5000' GUTENBERG Password: ******** [Windows NT x86] Printer Driver Info 3: Version: [3] Driver Name: [HP LaserJe...
2004 Mar 29
1
Canon multifunction printers / samba 3.0.2a / AIX 5.2ML2
...ZE21N.ICC,CNZP15N.ICC,CNZP18N.ICC,CNZP21N.ICC,CNZ005N.ICC,CNZ006N.ICC,CNZ007 N.ICC,CANSRGBA.ICC,AUCPLMNT.DLL,NBAPI.DLL,NBIPC.DLL,AUSSDRV.DLL,AUSSAPI.DAT" ' SAMBASERVER rpcclient -Uadministrateur%passwd -c 'setdriver lpK3 "Canon iR7200 PCL6"' SAMBASERVER And then with a getdriver I have : samba:/usr/local/samba/bin > teur%passwd -c 'getdriver "lpK3" 3' SAMBASERVER < added interface ip=x.x.x.173 bcast=x.x.x.255 nmask=255.255.255.0 [Windows NT x86] Printer Driver Info 3: Version: [2] Driver Name: [Canon iR7200 PCL6] Architectu...
2003 Aug 11
4
Ref: Samba + Cups: don't succeed to print from Windows 2000 station
...t up in the manual. --> about enumprinters & enudrivers: enumprinters, getprinter --> OK enumdrivers: rpcclient -c "enumdrivers 1" -U root LINUX01 -->OK (Printer Driver ...) rpcclient -c "enumdrivers 2" -U root LINUX01 --> [Windows 4.0], Segmentation fault getdriver rpcclient -c "getdriver b1_423" -U root LINUX01 --> [Windows NT x86], Segmentation fault. Since last friday, I have made somme progress: When people ask for printing through samba, they are wecome as guest cups_samba_entry. There was a problem because, samba could not read printers.c...
2002 Jul 20
0
rpcclient -c enumdrivers 3 segfaults. HELP
...as root ), we lose the driver configurations. What I want now to do is use rpcclient to extract the information necessary to perform an 'rpcclient adddriver', and store this information in LDAP, so that when we kickstart, we can automatically re-install the drivers. I believe either 'getdriver <printername> 3' or 'enumdrivers 3' will give me the information I need. But when I try it, getdriver returns nothing and 'enumdrivers 3' segfaults. 'enumdrivers 2' gets me the driver, data, and config files, but not the extra files that go along with the printer...
2005 Jul 28
0
adddriver strange behavior
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hello, i see a strange behavior on my samba 3.0.11 on solaris 8 when i install printer-drivers fir win-clients. 1. i ask the win-server for the drivers and get a huge list of depend files: # /usr/local/samba/bin/rpcclient -c 'getdriver "SLA D91 Xerox 4500" 3' - -U xxx xxx [Windows NT x86] Printer Driver Info 3: Version: [3] Driver Name: [Xerox Phaser 4500DT PS] Architecture: [Windows NT x86] Driver Path: [\\xxx\print$\W32X86\3\PSCRIPT5.DLL] Datafile: [\\xxx\print$\W32X86\3\XR...
2006 Sep 28
1
Yet more printing troubles
...his computer. Some printer properties will not be accessible unless you install the printer driver. Do you want to install the printer driver now?" When I check the \windows\system32\spool\drivers\w32x86\ folder, I find the drivers there. When i run rpcclient -Uroot%<password> -c 'getdriver Sharp-4501' <DOMAIN CONTOLLER> I get the list of files that I should get. When I run the same command against a windows XP box, i get the same list of drivers, but the dependancy drivers (the long list) is in reverse order from the one I get from the linux machine. does this make a diff...
2009 Dec 04
1
Getting Windows XP drivers from print$
...yldendal,gyldendal,] comment:[gyldendal] flags:[0x800000] name:[\\freud\goethe] description:[\\freud\goethe,goethe,] comment:[goethe] rpcclient $> enumdrivers [Windows NT x86] Printer Driver Info 1: Driver Name: [goethe] Printer Driver Info 1: Driver Name: [gyldendal] rpcclient $> getdriver gyldendal [Windows NT x86] Printer Driver Info 3: Version: [3] Driver Name: [gyldendal] Architecture: [Windows NT x86] Driver Path: [\\LOCALHOST\print$\W32X86\3\pscript5.dll] Datafile: [\\LOCALHOST\print$\W32X86\3\gyldendal.ppd] Configfile: [\\LOCALHOST\print$\W32X86\3\ps5ui.dll] Helpfile:...
2004 Mar 17
1
Cupsprinter over samba won't work for w2k clients
...in error_log. Somewhere in a posting I found that I have to check if rpcclient is working: enumdrivers: rpcclient -c "enumdrivers 1" -U user -W Domain Host rpcclient -c "enumdrivers 2" -U user -W Domain Host It looks good, give out lists with printerdriver infos.. getdriver: rpcclient -c "getdriver drivername" -U user -W Domain Host Here I could not find out what driver name is expected - sorry... It's the first time I try to use samba as printserver - I'm working to to replace all nt machines with linuxes. It would be great if anybody cou...
2002 Jul 22
1
Printer Migration hackery
Hokay. It appears that enumdrivers / getdriver in rpcclient is broken, and won't be fixed soon. I'd fix it meself, but hey, I'm too busy clearing skyscrapers in a single bound and moving faster than a speeding bullet. Or maybe I looked at the cvs once and got REALLY scared. Unfortunately, I can't wait, so I've come up with...
2001 Nov 20
2
Problem downloading driver from Samba.
Hi! Has made as is said in Printing Support in Samba 2.2.x #rpcclient hydra -U root%******** -c "enumprinters" Domain = [AZCHER] OS = [Unix] Server = [Samba 2.2.2] flags: [0x800000] name: [\\ HYDRA\fax] description: [HYDRA \\ HYDRA\fax,] comment: [] flags: [0x800000] name: [\\ HYDRA\PrintServer] description: [HYDRA \\
2003 Aug 08
3
Samba + Cups: don't succeed to print from Windows 2000 station
Hello, I have configured cups (1.1.18) on a Suse 8.2 Pro Linux server. I have also configured samba (2.2.7a), and joined a domain. I have created printers with cups and declared them to samba with cupsaddsmb command. All seems to be ok. I can print from my Linux server. But, when I want to print from ny windows2000 station: - I can find my linux server - I can find and connect printers
2004 Feb 17
1
CUPS printing from Windows
...(3) Obtain the Windows drivers from the NT4 PDC (copied the whole c:\winnt\...\w32x86 structure to a scratch area. (4) Obtain the detailed descriptions of each installed driver using the rpcclient utility from the Samba server, querying the old NT4 server (temporarily attached) with the getdriver "queue_name" function. Route the query results to a file. Repeat for all queues. (5) Write a script to parse the output of (4) and automate steps 4-10 of "Manual Driver Installation in 15 Steps" from Chapter 19. (6) Run the script for each print queue. Drivers appear to...
2009 Jun 15
1
display SVG, PNG, GIF, JPEG, TIFF, PPM in new plot frame
...---------------- # package 'rgdal' -- requires system library and # headers for the 'GDAL' geospatial data library library(rgdal) p <- system.file("my.png", package = "rgdal") h <- GDAL.open(p) # returns a file handle getDriverLongName(getDriver(h)) # should report "Portable Network Graphics" displayDataset(h) GDAL.close(h) # note that recent versions of 'ReadImages' (see # the JPEG section) will also read PNG [is the call # still 'read.jpg'? -- or is it now 'read.png...
2004 Feb 26
1
Printer settings reset problems
Hi, I am working on a print server project where we have ran into a big showstopper. The print server works in a very mixed environment with clients running for example Linux, Windows NT4, Windows 2000, VMS, different Solaris versions and other Unix dialects. The server runs CUPS for printer spooling and Samba to serve the Windows machines. It's the Windows machines that has caused most