Displaying 20 results from an estimated 8617 matches for "temporari".
Did you mean:
temporary
2020 Apr 03
1
Re: [PATCH virt-v2v] v2v: Allow temporary directory to be set on a global basis.
On Thu, Apr 02, 2020 at 05:51:32PM +0200, Pino Toscano wrote:
> On Thursday, 2 April 2020 17:30:39 CEST Richard W.M. Jones wrote:
> > On Thu, Apr 02, 2020 at 03:21:14PM +0200, Pino Toscano wrote:
> > > On Thursday, 2 April 2020 14:49:18 CEST Richard W.M. Jones wrote:
> > > > Previously we placed large files in g#get_cachedir () (usually
> > > > /var/tmp).
2020 Apr 02
3
Re: [PATCH virt-v2v] v2v: Allow temporary directory to be set on a global basis.
On Thu, Apr 02, 2020 at 03:21:14PM +0200, Pino Toscano wrote:
> On Thursday, 2 April 2020 14:49:18 CEST Richard W.M. Jones wrote:
> > Previously we placed large files in g#get_cachedir () (usually
> > /var/tmp). However the problem is this ties the libguestfs appliance
> > and the virt-v2v overlay files to the same location.
> >
> > When virt-v2v is run in a
2006 Jun 08
2
Turning off a temporary message in voicemail
Can a temporary message in Asterisk voicemail be de-activated so that the "regular" unavailable and busy messages are played. I have several users who are stuck with the temporary message.
Thanks
Mark
2020 Apr 06
6
[PATCH virt-v2v v2 0/2] v2v: Large temporary directory handling.
v1 was here:
https://www.redhat.com/archives/libguestfs/2020-April/msg00007.html
There's a BZ for this now which I forgot to add to the commit message:
https://bugzilla.redhat.com/show_bug.cgi?id=1814611
For v2:
- Fix incorrect reference to $TMPDIR in existing manual.
- Separate handling for small temporary files and large temporary
files. Small temporary files go into $TMPDIR
2020 Apr 06
1
Re: [PATCH virt-v2v v2 2/2] v2v: Allow large temporary directory to be set on a global basis.
...otivation for this patch is to allow more reliable cleanup of
> large temporary files by an external process, as described in the
> updated documentation.
>
> Small temporary files are placed in $TMPDIR (usually /tmp). I cleaned
> up some existing code which used /var/tmp for small temporaries.
(^ this last change reverts 0bc1411fc8693dd981efef0088b3d335a11332cf )
> ---
This is mostly a repost of v1, with even few things that got worse
(I'll mention it later on). Since my requests [1][2] for actual use
cases and motivations behind this went unanswered other than with
- "...
2020 Apr 02
0
Re: [PATCH virt-v2v] v2v: Allow temporary directory to be set on a global basis.
On Thursday, 2 April 2020 17:30:39 CEST Richard W.M. Jones wrote:
> On Thu, Apr 02, 2020 at 03:21:14PM +0200, Pino Toscano wrote:
> > On Thursday, 2 April 2020 14:49:18 CEST Richard W.M. Jones wrote:
> > > Previously we placed large files in g#get_cachedir () (usually
> > > /var/tmp). However the problem is this ties the libguestfs appliance
> > > and the
2018 Feb 23
4
change location of temporary files
I would like to change where R stores the temporary files to my external
hard drive in my iMac. This is important because the temporary files R
creates are huge and I do not have enough available space in my internal
HD. Again, this is for macOS.
This change has to be temporary. Later I need to use the usual location for
temp files in the internal HD.
Thanks in advance,
Kumar Mainali
--
2011 Feb 25
2
[LLVMdev] Accessing the name of the temporary variable in Instruction
I have developed a pass to instrument LLVM bit code files with calls to a custom instrumentation library. For one of the instrumentation calls, I need to pass the name of the temporary variable used in LLVM bit code.
For example, if I see LLVM assembly code as shown below,
%13 = icmp eq i64 %11, 0, !dbg !14
After the instrumentation pass, it needs to look like the following
%13 = icmp eq i64
2011 Oct 20
2
Patch: Better handling for rsync temporary files
Hi all,
These two patches change how rsync handles temporary files on the receiver
side. The first patch adds a static token to rsync's temporary filenames.
The second patch ignores files with this token when using --cvs-ignore.
http://pastebin.com/DL1jCNfm
http://pastebin.com/yy9duP8Z
The behaviour I wanted to improve was the case where two rsyncs are
simultaneously reading and writing the
2008 Dec 04
1
Asterisk 1.6.0.1, IMAP Voicemail storage and temporary greetings.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm have a bit of a problem with temporary greetings.
I'm using 1.6.0.1 with IMAP storage. If I go into comedian mail and
record a temporary greeting, I get a Message [0] on my IMAP server. In
addition, I get
/var/spool/asterisk/voicemail/default/134/temp.[gsm|wav|WAV] files.
I have imapgreetings=no in the voicemail configuration file, as
2020 Apr 03
4
The finalizer of the externalPtr does not work when closing R?
Hi all,
I found that the finalizer of the externalPtr is not called when R is
quitting. However, manually calling GC() works fine. This behavior is
observed on devel R 2020-04-02 r78142 on Win and R 3.6.3 on Ubuntu. I make
a reproducible package here: https://github.com/Jiefei-Wang/example
Here is the detail of how to reproduce the problem, I create a temporary
file in the package root path and
2003 Dec 28
3
bug on --partial
Hi,
Sorry if this is well known.
Suposse I am transferring a large (by now) file, say 1Gbyte with --partial:
rsync -e ssh -a --partial 1gbfile server:
If process is interrumpted, temporary file is renamed to good filename
with size samall than original, say 400Mbyte, ok.
If from client I do again the same command, then, in server the 400Mbyte
file is COPIED to another temporary file, but this
2016 Jun 11
2
Temporary alternative: [was: Re: IMPORTANT: APT repo temporary switched off]
On Fri, Jun 10, 2016 at 9:00 PM, Sylvestre Ledru via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hello,
> Le 31/05/2016 à 19:27, Anton Korobeynikov a écrit :
> > TL;DR: APT repo switched off due to excessive load / traffic
> >
> > Recently we realized that APT repo generates almost 95% of I/O on
> > llvm.org and more than 40% of network bandwidth alone.
2020 Apr 02
0
Re: [PATCH virt-v2v] v2v: Allow temporary directory to be set on a global basis.
On Thursday, 2 April 2020 14:49:18 CEST Richard W.M. Jones wrote:
> Previously we placed large files in g#get_cachedir () (usually
> /var/tmp). However the problem is this ties the libguestfs appliance
> and the virt-v2v overlay files to the same location.
>
> When virt-v2v is run in a container, or any other situation where
> local storage is limited, it's helpful to be
2007 Jan 12
3
creating a temporary link with rails
Is there a plug-in or anything to create a temporary link in rails?
I understand that alot of websites use this. For example an email is
sent to a user with a temporary link to change their password, download
something, etc. The link is temporary and after this link is used once
it can not be used again.
Thanks
--
Posted via http://www.ruby-forum.com/.
2013 Apr 09
2
[LLVMdev] get the identifies of the unnamed temporaries from the instruction of LLVM IR
hello guys:
I am in trouble with get the identifies of the unnamed temporaries from the
instruction of LLVM IR.
for example:
instruction: %4 = mul nsw i32 %1, %width
unnamed temporaries: %4, %1
how to get them?
I have tried several iterators(op_iterator,value_op_iterator) and
getOperand(int) function,but none of them works.
does anyone know how to get it? thanks very much...
2009 Sep 04
2
Running R on read-only file system, without temporary directory
Dear All,
I would like to do run R without having write permissions to any
directory on the system. It seems that I need to modify the R source
code for this, to make R start without creating a temporary directory.
So far, so good. But should I expect any more complications? Does R
really need the temporary directory that much?
Thanks,
Gabor
--
Gabor Csardi <Gabor.Csardi at unil.ch>
2008 Dec 23
1
.C and 'temporaries'
Hello,
Before I get into troubles I ask here:
I make a call to a C function using .C. What I would like to know is if
the arguments in the .C call can also be 'temporary' objects.
An example will illustrate this:
# here we don't have a temporary
Obj1 = 5
.C("Func", as.integer(Obj1 ), ...) # certainly works
# here we do have a temporary
Obj2 = 5
.C("Func",
2020 Apr 06
2
Re: [v2v PATCH 2/2] Consolidate handling of temporary files/dirs
On 4/6/20 10:40 AM, Pino Toscano wrote:
> Create two temporary directories for all the files created during the
> virt-v2v run:
> 1) tmpdir, created as $TMPDIR/virt-v2v.XXXXXX, for all the small files
> 2) cachedir, created as $LIBGUESTFS_CACHEDIR/virt-v2v.XXXXXX, for the
> big files (e.g. disks)
> This way there is no need to manually schedule all the temporary files
>
2016 Mar 16
3
IRBuilder Assignment ( '=' ) operator?
I partially worked out that to do an assign I will need to manually assign a temporary first and then load data into it, which also means I'll need to set up a temporaries list in my code assembler as allocations must be done before anything else? or is it fine to allocate a variable mid-way through a function and the compiler will manage it?
With that as well, if I had a function that loads a value from a pointer and then stores this value to multiple destination...