Displaying 3 results from an estimated 3 matches for "prinjob".
Did you mean:
printjob
2011 Aug 11
2
Samba Printing api_rpcTNP: \spoolss: SPOOLSS_OPENPRINTEREX failed
Hello,
after upgrading to samba 3.5.6 of Debian Squeeze some printouts will not printed. The same prinjob will printed after a couple of tries. I increased the loglevel and there are only a few messages which showing whtat could be the problem. The printjobs doesn't arrive at cups.
[2011/08/10 11:32:12.700665,? 0] lib/charcnv.c:650(convert_string_talloc)? Conversion error: Illegal multibyte sequen...
2004 Nov 12
1
Panic in log when Win98/ME tries to print on samba 3.0.8
.../*
+ * When a Win98 or ME client tries to print
+ * the assertion killed the printjob because
+ * get_print_db_byname was called with NULL as an
+ * argument after the valid printers had been
+ * searched. Then the client gets an error and
+ * the prinjob is beeing canceled.
+ * I concider this change as a workaround?
+ * Florian Streibelt <samba@f-streibelt.de>
+ */
+
+ if (printername == NULL) return NULL;
+ //SMB_ASSERT(printername != NULL);
+
for (p = print_db_head, last_entry = print_db_head; p;...
2011 Sep 14
3
Samba Printing api_rpcTNP: \spoolss: SPOOLSS_OPENPRINTEREX failed
...available without any problems. So probably
>
some conversion inside of samba will cancel the printjobs.
>
>
Am 11.08.2011 11:32, schrieb Claus Rosenberger:
>
> Hello,
>
>
>
> after upgrading to samba 3.5.6 of Debian Squeeze some printouts will not printed. The same prinjob will printed after a couple of tries. I increased the loglevel and there are only a few messages which showing whtat could be the problem. The printjobs doesn't arrive at cups.
>
>
>
> [2011/08/10 11:32:12.700665, 0] lib/charcnv.c:650(convert_string_talloc) Conversion error: Ill...