I run Samba 3.5.2 in CentOS 5.5 x64. The samba environment works fine until I try to add a printer driver into samba. The driver was added successfully using "adddriver". "enumdrivers" shows the driver and "enumprinters" shows the printer. But when I try to execute "setdriver": rpcclient -Uroot -c 'setdriver Cups-PDF mspubprtc' srv1test I get the following messages: cli_pipe_validate_current_pdu: RPC fault code DCERPC_FAULT_OP_RNG_ERROR received from host srv1test! Successfully set Cups-PDF to driver mspubprtc. cli_pipe_validate_current_pdu: RPC fault code DCERPC_FAULT_OP_RNG_ERROR received from host srv1test! Even it says the driver is set successfully, no driver is shown up when I execute "getprinter".
Created attachment 5919 [details] Command output with debuglevel=10 Uploaded the command output with "--debuglevel=10"
This got fixed in 3.5.3 *** This bug has been marked as a duplicate of bug 7277 ***