View Single Post
Old 09-13-2004, 12:43 PM   #1 (permalink)
sailor
beauty in the breakdown
 
Location: Chapel Hill, NC
RPCClient Errors (Linux CUPS/Samba printer sharing)

I am trying to set up a print server using a linux box I have sitting around. The printer is up and working fine, Samba is up and running, and I can see the printer from the Windows boxen. Problem is, when I try to add it, it yells at me about not being provided with drivers. I dig around, and there is a script to take care of this: cupsaddsmb. I run it, and get the following error:

Running command: rpcclient localhost -N -U'asdfasdf' -c 'adddriver "Windows NT x86" "ravenel-laser:cupsdrv5.dll:ravenel-laser.ppd:cupsui5.dll:cups5.hlp:NULL:RAW:NULL"'
result was DOS code 0x00000003

No idea what that is or why its returning an error, and Google is giving me nothing of value. I got rid of the username and password: thats why there is that little "asdfasdf" in there

Thanks for any help...
__________________
"Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws."
--Plato
sailor is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46