Displaying 20 results from an estimated 700 matches similar to: "Problem setting TMPDIR on the fly"
2009 Oct 06
2
mle from stats4
I am using mle as a wrapper from optim( ). How would I extract the
convergence code, to know that optim( ) converged properly?
Thanks,
Stephen Collins, MPP | Analyst
Global Strategy | Aon Benfield
[[alternative HTML version deleted]]
2010 Apr 06
0
You Won (£500,000.00 GBP Pounds)
Your Winning details:(CGPN):7-22-71-00-66-12,Ticket no:00869575733664,Serial
no:/BTD/8070447706/06,Luckyno:12-12-23-35-40-41(12).Contact Mr.Graham
Benfield.Email:g.benfield147@googlemail.com
----------------------------------------------------------------
Universidade Federal da Bahia - http://www.portal.ufba.br
--
To unsubscribe from this list: send the line "unsubscribe
2009 Sep 28
1
Using linear formula inside MLE
Say I have a formula Y ~ 1 + X, where X is a categorical variable. A
previous thread showed how to evaluate this model using the mle package
from "stats4" (see below). But, the user had to create the data matrix,
X, including the column of one's for the regression constant. Is there a
way to nest the linear formula in the code below, so the data matrix
doesn't explicitly
2013 Feb 24
2
Issues with TMPDIR/TEMP/TMP? Failure of R CMD check under Windows 7
Dear helpeRs,
on my Windows 7 laptop, I have problems getting R CMD check to work. I
believe it did work completely before, but I am not sure.
Yesterday it almost worked, except for the tests: These were aborted
because of a complaint that the temporary directory wasn't available. I
played with windows environment variables for the temporary directory,
but that didn't solve it.
2013 Jan 31
1
virt-sparsify & TMPDIR
I use my "custom" TMPDIR variable with virt-sparsify.
I just type:
export -p TMPDIR=/mnt/vm/tmpdir
I do that for a couple reasons:
either my /tmp is on a ramdisk or /tmp is on my (ssd) rootfs and i
dont want to "full" my / with the temporally files.
Thats said, i was thinking to "ask" OR sending a patch for adding a
tmpdir OPTION for virt-sparsify
like
2011 Apr 13
0
[PATCH] inspect: Cache downloaded files in the handle g->tmpdir.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-------------- next part --------------
>From 3c1f762abed92f7a358f3bc93e3396d0606b18ad Mon Sep 17 00:00:00 2001
From: Richard W.M. Jones
2012 Nov 09
2
[PATCH 0/2] Rework tmpdir and appliance cache directory code.
1/2 is just small code motion.
2/2 reworks the tmpdir and appliance cache directory code. See
the commit comment for the full details.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
2003 Mar 19
0
TMPDIR for agent socket?
On the subject of moving the directory for the agent socket, is there
any reason this couldn't be changed to support $TMPDIR? That would
allow people to put the agent socket directory wherever they wanted. I
see the -a option, but wouldn't $TMPDIR (to specify the directory in
which the agent socket directory would be created) be easier (yes, I'm
lazy)?
Mike
--
"If life hands
2016 Feb 02
0
[PATCH 2/3] lib: extract lazy tmpdir creation helper
Extract the bit of code for lazy creation of a temporary directory, so
it can be used for more directories as well.
This is just code motion, with no behaviour changes.
---
src/tmpdirs.c | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)
diff --git a/src/tmpdirs.c b/src/tmpdirs.c
index 9154d8b..2ae9c74 100644
--- a/src/tmpdirs.c
+++ b/src/tmpdirs.c
@@ -119,6
2019 Sep 19
0
[PATCH 2/2] v2v: -o rhv-upload: use same tmpdir for Python scripts
Make use of the temporary directory of the rhv-upload mode also for the
Python scripts that the mode creates, instead of creating new
directories.
---
v2v/output_rhv_upload.ml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/v2v/output_rhv_upload.ml b/v2v/output_rhv_upload.ml
index eec9c5c79..78e9145c6 100644
--- a/v2v/output_rhv_upload.ml
+++
2020 Apr 06
0
[PATCH virt-v2v v2 1/2] docs: Large files are placed in LIBGUESTFS_CACHEDIR (not TMPDIR).
Fix the documentation which referred to the wrong environment
variable.
---
docs/virt-v2v.pod | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/docs/virt-v2v.pod b/docs/virt-v2v.pod
index ed95fdc8e..3f8cc6564 100644
--- a/docs/virt-v2v.pod
+++ b/docs/virt-v2v.pod
@@ -1206,8 +1206,9 @@ possible.
=head3 Disk space
-Virt-v2v places potentially large temporary
2003 Jul 08
1
rcmd and directories (cwd; tmpdir) (PR#3429)
Hi,
rcmd requires a temporary directory identified by the value of the
environment variable "TMPDIR". Unfortunately, if the directory name has a
space in it, rcmd errors out. For example, the standard temporary file
"TMP" for xp is like:
c:\documents and settings\r_user\local settings\temp
If TMPDIR is defined via the Windows/XP "standard" way, i.e.,
set
2013 Dec 02
0
g++ ignores TMPDIR when called from install.packages
I'm experiencing an issue when compiling R packages containing c++ code
inside a sandbox on linux. The problem is caused by the fact that g++ does
not seem to inherit the TMPDIR environment variable from the R process.
When creating the shared on library, it tries to write a file under /tmp
(instead of $TMPDIR). If /tmp is not writable, this causes the package
build to fail.
I am personally
2004 May 10
1
Solve for "Please set TMPDIR to a valid temporary directory"
Dear R Help,
My apologies if this is widely known, but I didn't find this in the R
archives.
I am running WinXP pro and R 1.90. Rcmd build or check fails with the
error: "Please set TMPDIR to a valid temporary directory"
$TMPDIR is set to $TMPDIR or C:/TEMP in share\perl\R\Var.pm. TMPDIR or
c:\temp do not exist on WinXP on my laptop. I have C:\WUTemp and the
env variables
2010 Oct 18
1
trouble installing R-patched (R-2.12.0) when TMPDIR is specified
I noticed that if I specify the location of TMPDIR in .bashrc as follows on
a Linux 64 bit system:
export TMPDIR=/store/home/ayee/.tmp
I get the following error message when installing R
make[3]: Entering directory `/home/ayee/R-patched/src/library/base'
building package 'base'
make[4]: Entering directory `/home/ayee/R-patched/src/library/base'
/bin/sh: line 8:
2010 Aug 26
5
[Bug 1809] New: ssh-agent doesnt respect $TMPDIR
https://bugzilla.mindrot.org/show_bug.cgi?id=1809
Summary: ssh-agent doesnt respect $TMPDIR
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh-agent
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: vapier at
2020 Apr 15
0
[PATCH nbdkit 8/9] eval, sh: Set $tmpdir before running the command, instead of globally.
The $tmpdir environment variable is used by the eval and sh plugins to
communicate the path to the temporary directory created by the plugin
for shell scripts to use for temporary files.
Previously we set this environment variable globally (in .load()), but
this means the environment variable can be leaked into undesirable
places, eg. into the --run script:
$ nbdkit sh - --run 'echo
2002 Apr 08
1
Still having a problem with Rcmd - TMPDIR
Hello R-users:
I'm experiencing difficulty in building a package in R 1.4.1 under Windows
2000. When I run Rcmd I get this:
F:\r\library>f:\r\bin\rcmd check ringsim
Please set TMPDIR to a valid temporary directory
F:\r\library>f:\r\bin\rcmd build ringsim
Please set TMPDIR to a valid temporary directory
This problem was discussed over a year ago - the problem was attributed to a
Perl
2019 Sep 19
1
Re: [PATCH 2/2] v2v: -o rhv-upload: use same tmpdir for Python scripts
On Thu, Sep 19, 2019 at 02:30:05PM +0200, Pino Toscano wrote:
> Make use of the temporary directory of the rhv-upload mode also for the
> Python scripts that the mode creates, instead of creating new
> directories.
> ---
> v2v/output_rhv_upload.ml | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/v2v/output_rhv_upload.ml
2008 Nov 25
3
Line color based on data values?
Hi all
Does anyone know if it is possible when plotting a line or scatter plot, to selectively color the data points based on the data value? i.e. if plotting say the percentage change in stock price movements, to color +ve points in green and -ve points in red? And extending this to a user-defined range of colors based on the quartile of the data points?
Thanks
Rory
Rory Winston
RBS Global