Displaying 4 results from an estimated 4 matches for "print_job_end".
2014 Apr 30
0
Ipv6 printing not happening in win7
...is calling many times?
Because of this file-size getting zero-length.
With ipv4-everything works fine.
[2014/04/26 12:14:28.867903, 10] printing/printing.c:568(print_job_find)
print_job_find: returning system job -1 for jobid 868269967.
[2014/04/26 12:14:28.868096, 1] printing/printing.c:3317(print_job_end)
SHIVAPPA1111 size is 0 and st_ex_size is 0
[2014/04/26 12:14:28.868263, 1] printing/printing.c:3319(print_job_end)
SHIVAPPA2222 size is 0 and st_ex_size is 0
[2014/04/26 12:14:28.868429, 1] printing/printing.c:3335(print_job_end)
SHIVAPPA size is 0
[2014/04/26 12:14:28.868578, 5] printing...
2006 Jan 04
4
Trying to delay for oplocks twice
We have a lot of
[2006/01/04 18:44:40, 0] smbd/open.c:open_file_ntcreate(1355)
Trying to delay for oplocks twice
in the logs. Do they harm in general?
And only in one single case I got this, don't know if I ever will get it
reproduced, so maybe not related and happened by accident:
Samba version 3.0.21a
PID Username Group Machine
2002 Sep 18
1
unlink data file in cups_job_submit
...m right?
--- print_cups.c~ Thu May 2 18:03:31 2002
+++ print_cups.c Wed Sep 18 13:17:08 2002
@@ -663,6 +663,9 @@
ippErrorString(cupsLastError())));
httpClose(http);
+ if (ret == 0)
+ unlink(pjob->filename);
+ /* else print_job_end will do it for us */
return (ret);
-- Paul
2015 Jun 29
3
pdf-printer
2015-06-29 9:39 GMT+02:00 Koenraad Lelong <samba.k.lelong at ace-electronics.be
>:
> Hi,
>
> I'm still trying, with no success.
> Is the following example still valid :
> https://wiki.samba.org/index.php/Virtual_PDF_Printer
>
> It dates from 19 August 2014, so I expect it should work with samba4,
> although it's not working for me.
>
> I tried logging