Displaying 20 results from an estimated 200 matches similar to: "unlink data file in cups_job_submit"
2002 Sep 03
1
Spool files not deleted when "printing = cups"
We're using the built-in CUPS interface for printing from Samba and this,
as shipped, leaves the spool files in the directory defined by
[printers]
path = whatever
in smb.conf. Other printing types typically explicitely delete these
files as part of the print command but the CUPS interface doesn't
offer any facility to do this. A possible solution is, as in the
attached patch, to delete
2002 Sep 22
0
CUPS filtering mechanism explained, was: [cups raw mode, was Re: unlink data file in cups_job_submit]
Paul Janzen wrote on Samba digest:
> Message: 7
> To: Gerald Carter <jerry@samba.org>
> Cc: samba@lists.samba.org
> From: Paul Janzen <pcj@samba.sez.to>
> Subject: cups raw mode, was Re: [Samba] unlink data file in cups_job_submit
> Date: 21 Sep 2002 12:09:23 -0700
>
>
> Gerald Carter <jerry@samba.org> writes:
>
> > Looks right to
2014 Apr 30
0
Ipv6 printing not happening in win7
Hi all,
IPV6 printing is not happening with samba-3.6.x in win7 but the same works
on win8 onwords.
Why smb_create 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]
2001 Mar 01
1
Fw: Winamp plug-in; http streaming revisited
what the heck... i sent this one before the last 'whoops' email, but it
didn't appear on the list.
forwarded sans httpstream.c
----- Original Message -----
From: "Chris Moeller" <chris@kode54.net>
To: <vorbis-dev@xiph.org>
Sent: Wed, Feb 28, 01 11:38 PM
Subject: Re: [vorbis-dev] Winamp plug-in; http streaming revisited
> ----- Original Message -----
>
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
2020 Oct 02
2
[RFC] Adding a char set converter to Support library
Hi!
On z/OS, there is the need to convert strings from EBCDIC to UTF-8 and
vice versa.
Using the POSIX iconv functions has some challenges, so I created a small
wrapper
around this functionality to get the same result on all platforms. This
functionality
is required for reading and writing GOFF object files and can also be used
in the
frontend.
I put up the code on Phabricator
2020 Oct 02
2
Memory mapping assumptions in RuntimeDyld
Hi!
Implementing the Memory::allocateMappedMemory() function on z/OS, I see a
failure in the AArch64 COFF test case.
The test case has 3 sections. For each section,
Memory::allocateMappedMemory() is called to reserve memory.
If the distance between the pointers gets too large, then the test case
fails. It can be reliable produced with
a distance of 1MB between the pointers. An easy way to
2020 Jun 10
9
RFC: Adding support for the z/OS platform to LLVM and clang
As part of IBM’s ongoing efforts to improve the z/OS ecosystem, our
current plans involve adding support for the z/OS platform to LLVM and
Clang. Our goal is to have a viable C and C++ LLVM compiler and runtime
library that generates code for, and runs on z/OS.
Long term, we expect to have a compiler and library that supports the
platform more fully. We intend to support the native character
2020 Oct 02
2
[RFC] Adding a char set converter to Support library
My understanding is that dynamically linking should pose no problem, but I
am no lawyer. On Linux, glibc is also under LGPL license, and LLVM usually
links against it.
(There is really no need for us to depend on libiconv. If it is deemed to
risky, then I can dropped it.)
From: Anton Korobeynikov <anton at korobeynikov.info>
To: Kai Peter Nacke <kai.nacke at de.ibm.com>
Cc:
2003 Mar 23
4
What am I missing here?!
OK, I've tried changing my printcap name from printcap to cups. Printing
works fine locally using CUPS on the Samba box. What am I missing here? Why
can't I print to the Samba box via the Windows and linux clients? Shared
directories work fine. I am really frustrated here and have exhausted Google
and all other resources I have. Here's my smb.conf for what it's worth.
2015 Oct 21
1
openvz driver
Hi,
I've a question regarding the openvz driver. I noticed that the virsh dumpxml output does not contain the memory settings. E.g.:
<domain type='openvz'>
<name>104</name>
<uuid>ad2e9d0b-d242-482a-8640-5102e49d0f9b</uuid>
<memory unit='KiB'>0</memory>
<currentMemory unit='KiB'>0</currentMemory>
<vcpu
2003 Oct 28
0
client-error-document-format-not-supported
I'v got this to my log when try to print from Windows-XP:
-- [2003/10/28 12:54:02, 0] printing/print_cups.c:cups_job_submit(655)
Unable to print file to CanonS500 -
client-error-document-format-not-supported
[2003/10/28 12:54:57, 0] printing/print_cups.c:cups_job_submit(655)
Unable to print file to CanonS500 -
client-error-document-format-not-supported
[2003/10/28 12:55:15, 0]
2012 Feb 20
1
Reporting Kaplan-Meier / Cox-Proportional Hazard Standard Error, km.coxph.plot, survfit.object
What is the best way to report the standard error when publishing
Kaplan-Meier plots? In my field (Vascular Surgery), practitioners
loosely refer to the "10% error" cutoff as the point at which to stop
drawing the KM curve. I am interpreting this as the *standard error
of the cumulative hazard*, although I'm having a difficult time
finding some guidelines about this (perhaps I am
2020 Jun 11
2
RFC: Adding support for the z/OS platform to LLVM and clang
Hubert Tong <hubert.reinterpretcast at gmail.com> wrote on 10.06.2020
23:51:54:
> From: Hubert Tong <hubert.reinterpretcast at gmail.com>
> To: Kai Peter Nacke <kai.nacke at de.ibm.com>
> Cc: llvm-dev <llvm-dev at lists.llvm.org>
> Date: 10.06.2020 23:52
> Subject: [EXTERNAL] Re: [llvm-dev] RFC: Adding support for the z/OS
> platform to LLVM and clang
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
2013 Oct 28
0
[PATCH] Btrfs: log recovery, don't unlink inode always on error
If we get any error while doing a dir index/item lookup in the
log tree, we were always unlinking the corresponding inode in
the subvolume. It makes sense to unlink only if the lookup failed
to find the dir index/item, which corresponds to NULL or -ENOENT,
and not when other errors happen (like a transient -ENOMEM or -EIO).
Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com>
---
2008 Jul 19
0
unlink in samba 3.0.28a
Im try user unlink with VFS in samba 3.0.28a,
VFS it provide for my FS.
but if I make delete file in WinXP, file removed from folder, but after
update (F5) file show again....
logs: level 10 get that delete message was from XP, but VFS did not call
unlink procedure...
after that on any other operation(such as F5) I get error Access Denied
(errnum 5)
What is it?
2011 Nov 01
0
[PATCH] Btrfs: release metadata from global reserve if we have to fallback for unlink
I fixed a problem where we weren''t reserving space for an orphan item when we
had to fallback to using the global reserve for an unlink, but I introduced
another problem. I was migrating the bytes from the transaction reserve to the
global reserve and then releasing from the global reserve in
btrfs_end_transaction(). The problem with this is that a migrate will jack up
the size for the
2006 Aug 17
1
unlink disables help?
I was hoping that someone could try to reproduce an error that I am
getting. The R Site Search keeps timing out on me, so apologies of this
has already come up.
I'm using
> R.version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
2017 Nov 14
0
What is the difference between FORGET and UNLINK fops
Hi Ben,
Yes, I was referring to the same link before and I think most of the FOPS
I've understood from the definitions there and I'll update if I found any
corrections or new definitions.
Btw, my previous underatanding about LOOKUP is wrong, its NOT dns lookup.
Regards,
Jeevan.
On Nov 14, 2017 11:02 AM, "Ben Turner" <bturner at redhat.com> wrote:
Here is some of the