search for: createprinteric

Displaying 2 results from an estimated 2 matches for "createprinteric".

2012 Nov 07
0
CreatePrinterIC failure from Windows8 client
...e printer server I'm using is Debian etch with SAMBA-3.5.15 installed on it and the client is a Windows8-Pro running on a laptop. I captured the packet trace from which it appears like this is an RPC error from SAMBA side. Below is the snippet of failed communication: SPOOLSS CreatePrinterIC request DCERPC Fault: call_id: 19 Fragment: Single ctx_id: 0 status: nca_op_rng_error By looking at the source code (source3/rpc_server/srv_spoolss_nt.c, line #9711 - 9716) it looks like SAMBA does not support this RPC call. WERROR _spoolss_CreatePrinterIC(pipes_struct *p,...
2012 Dec 19
1
Windows 8 printing to CUPS+Samba - will CreatePrinterIC RPC call stub be implemented?
Hi All, I'm trying to make Windows 8 clients print to Samba 3.5 and CUPS 1.5.4. Thanks to the patch from Frank Lascheit ( https://lists.samba.org/archive/samba/2012-December/170322.html) it seems to work, except for one thing. By default, Windows 8 client emits CreatePrinterIC request, to which Samba replies with "Not Implemented" answer. Instead of ignoring it, Win8 client fails with 0x000006d1 error. As it is mentioned in the bug https://bugzilla.samba.org/show_bug.cgi?id=6559 , disabling "Computer Configuration/Policies/Administrative Templates/Printers...