similar to: TMPDIR for agent socket?

Displaying 20 results from an estimated 100 matches similar to: "TMPDIR for agent socket?"

2002 Jun 25
0
Small patch for RPM spec file (kerberos)
I decided to try openssh 3.3p1 on my Mandrake box that's lacking a complete install of kerberos. Installed the SRPM, ran rpm -bb openssh.spec and it bombed. Made it through the configure stage and moved onto compilation, where it barfed because it couldn't find the kerberos headers (I had krb5-libs installed, but not krb5-devel). Attached is a small little patch to the spec file to add
2007 May 16
2
use mathematics formula
hello, I wanna use some mathematics formula and to do this I tried several way in paricular using strsplit textconnection scan setdiff but I think that it's a lil hard the data frame that I'm working on is as follow > donCalcara2 Id_Cara Form_C 1 743
2011 Apr 13
6
CentOs 5.6 and Time Sync
Hi, I have upgraded my Dell C151 to the latest 5.6. I have always used ntp to sync this machine and then the rest of the machines in the network would sync from it. Since the update I cannot keep the right time on the machine. This is with / without ntp. I have attempted various scenario's with no luck. I am now trying the old kernel now as I type this out. If anyone else has any
2008 Feb 25
1
Error accessing [homes] after 3.0.25b update (uppercase)
OS is smeserver, based on CentOS/RHEL 4. After update to samba 3.0.25b (included in RHEL U6) users who had "mapped" their home in Network places were unable to access the share. All other shares worked. On every attempt a line similar to the following was logged: Feb 14 10:11:49 nethservice smbd[6258]: '/home/e-smith/files/users/FRANCESCA/home' does not exist or permission
2004 Jan 22
1
boot kernel via function key
Hello, I setup pxelinux, a bootsplash and a help screen (F1). Now i would like that F2 boots the default kernel. It is possible to assign F2 to boot a kernel? I did not found this topic in the syslinux.doc. How cann i tell pmmtolss16 to assign i to a specific color? I tried something like: pmmtolss16 #ff0000=2 < foo.pmm > bar.lss but this did not work. regards Philipp --
2010 Oct 28
2
adding user ldif to ldap
hi list.. I am trying to add an ldif with my users that I have derived from /etc/passwd. for some reason ldapadd is choking on the first entry... I've also tried removing the first one and predictably each one fails in exactly the same way...may I ask how best to correct this? Here is the error: LDAP# ldapadd -x -D "cn=Manager,dc=summitnjhome,dc=com" -W -f /tmp/passwd.ldif adding
2011 Jan 08
0
Detecting lossy encodes
Brian Willoughby <brianw at sounds.wa.com> wrote: > On Jan 7, 2011, at 16:27, Declan Kelly wrote: ... >> As the human hearing can't really tell direction with lower >> frequencies, >> it's not as essential. This same shortcut is why most movie "surround >> sound" systems have only one sub bass channel. > > In this case, you have been misled
2002 Jun 25
0
[Bug 295] New: rpm specfile needs build prereqs for Kerberos
http://bugzilla.mindrot.org/show_bug.cgi?id=295 Summary: rpm specfile needs build prereqs for Kerberos Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: openssh-unix-dev at mindrot.org
2008 May 03
0
Assessing Customer Satisfaction and Agile Project Management - PhD Dissertation
This is a reminder. Please distribute this email. Data on both agile and plan-driven projects are welcome. To Whom It May Concern, My name is Donald Buresh, and I am a Ph.D. student at Northcentral University located in Prescott Valley, Arizona. The reason that I am writing to you is because I would like you to participate in an internet survey for my dissertation. The topic of my
2005 Apr 01
3
system management - what do you use to manage your CentOS systems?
Greetings everyone. Let me preface this with the following, I know this is not specific to CentOS but I do value the input given by *many* of the users on this list. I can not think of a more appropriate place to ask these questions. Let me just break down my setup: 20 CentOS 4 servers, all running apache. The only things that are unique on each server are the network settings and the apache
2005 Oct 13
1
yum update problems
I am running 4.1. I have all proxies out of the way. One machine does the following: [root at enoch ~]# yum update Setting up Update Process Setting up Repos dag 100% |=========================| 1.1 kB 00:00 update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 addons
2014 Feb 17
1
Bug Report
So when I try and create a sub mailbox in shared-folders, I get this error? imap(pid 56143 user -----): Fatal: master: service(imap): child 56143 killed with signal 11 (core dumps disabled) I?ve not been able to figure out how to get dovecot in OS X to core dump, so I haven?t included that. The documentation on the web doesn?t seem to apply to the version Apple ships. Here?s dovecotd -n, with
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.
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