Displaying 20 results from an estimated 506 matches for "mktemps".
Did you mean:
  mktemp
  
2004 May 26
5
Bug#251046: logcheck: invalid mktemp -p option
Package: logcheck
Version: 1.1.1-13.1woody1
Severity: important
logcheck line 56 uses "TMPDIR=$(mktemp -d -p ..." but mktemp from
woody doesn't accept -p option
Cheers, Chris
-- System Information
Debian Release: 3.0
Kernel Version: Linux ethlife-a 2.4.26-vs1.27 #4 SMP Mit Apr 28 15:20:15 MEST 2004 i686 unknown
Versions of the packages logcheck depends on:
ii  cron               
2012 Oct 14
1
[PATCH] NEW API: mktemp
Used to create temporary directory or file with an optional suffix.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
 daemon/dir.c         | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 generator/actions.ml | 36 +++++++++++++++++++++++++++++++
 gobject/Makefile.inc |  6 ++++--
 po/POTFILES          |  2 ++
 src/MAX_PROC_NR      |  2 +-
 5 files changed, 104
2009 Jul 21
1
[PATCH node-image] Moved all temporary files into a single work directory to clean up.
All temporary files are kept in a single directory. At the end of the
autotests that one directory is deleted.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
 autotest.sh |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/autotest.sh b/autotest.sh
index c9f8a2d..d658cf3 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -40,6 +40,7 @@
 # an
2004 Aug 22
0
[PATCH] openbsd-compat/mktemp.c: Compile time error with gcc 3.4
Hi,
the below patch avoids a compile time error on Cygwin, when using
gcc 3.4.x.  The #ifdef is superfluous anyway.
Thanks,
Corinna
Index: openbsd-compat/mktemp.c
===================================================================
RCS file: /cvs/openssh_cvs/openbsd-compat/mktemp.c,v
retrieving revision 1.6
diff -p -u -r1.6 mktemp.c
--- openbsd-compat/mktemp.c     24 Nov 2003 02:33:34 -0000   
2020 May 31
4
Simple backup of maildir folder
On 29 May 2020, at 23:49, Admin Beckspaced <admin at beckspaced.com> wrote:
> I also have maildir as mailbox format and use the following script to do daily backups
> 
> https://github.com/tachtler/dovecot-backup
A couple of notes on this quite useful script:
My mktemp does not support -p (FreeBSD 12.1) is I had to change the script to:
DIR_TEMP=$($MKTEMP_COMMAND -d $TMP_FOLDER
2020 Mar 28
0
[klibc:update-dash] dash: builtin: Default to mktemp, not tempfile
Commit-ID:  b0626ba1febdb535a674743070dfc3f3c5735b29
Gitweb:     http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=b0626ba1febdb535a674743070dfc3f3c5735b29
Author:     Andrej Shadura <andrew.shadura at collabora.co.uk>
AuthorDate: Fri, 7 Sep 2018 10:34:11 +0200
Committer:  Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:55 +0000
[klibc] dash: builtin:
2013 Aug 15
1
/usr/bin/apt-key: 8: /usr/bin/apt-key: mktemp: not found
When installing stackdriver on an ubuntu 12.04 machine, I get the following 
error:
change from notrun to 0 failed: /usr/bin/apt-key: 8: /usr/bin/apt-key: mktemp: not found
Based on the instructions here <http://feedback.stackdriver.com/knowledgebase/articles/206135-ubuntu> on their website, my resource is as follows:
  exec { ''add-stackdriver-key'':
    command =>
2018 Jun 25
1
works with 4.7.6, fails with 4.8.2: echo > $(mktemp /mnt/XXXXXX)
Hi,
I have a regression test suite that creates this simple share:
[tmp]
    comment = Temp Directory
    guest ok = Yes
    path = /tmp
    read only = No
This is mounted via SMB1:
mount //localhost/tmp -o guest,vers=1.0 /mnt
The client (ubuntu 18.10 dev) is using cifs-utils 2:6.8-2 from debian
(it's a sync). Client and server are the same machine (localhost).
When the server is
2011 Nov 09
0
CEBA-2011:1443 CentOS 5 i386 mktemp FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1443 
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1443.html
The following updated files have been uploaded and are currently 
syncing to the mirrors: ( md5sum Filename ) 
i386:
a7c2968f25a4c0a2d49c1ed7f2b4ef01  mktemp-1.5-24.el5.i386.rpm
Source:
405b59bf4b089a534dc478a415397290  mktemp-1.5-24.el5.src.rpm
-- 
Johnny Hughes
CentOS Project
2011 Nov 09
0
CEBA-2011:1443 CentOS 5 x86_64 mktemp FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1443 
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1443.html
The following updated files have been uploaded and are currently 
syncing to the mirrors: ( md5sum Filename ) 
x86_64:
61443c59583339251051fa3e6c214fe9  mktemp-1.5-24.el5.x86_64.rpm
Source:
405b59bf4b089a534dc478a415397290  mktemp-1.5-24.el5.src.rpm
-- 
Johnny Hughes
CentOS
2007 Jun 26
0
Bug#429384: logcheck: Logcheck depends on mktemp
Package: logcheck
Version: 1.2.56
Followup-For: Bug #429384
I get the following message in my e-mail from cron: Cron <logcheck at entercom>
if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi
/usr/sbin/logcheck: line 645: mktemp: command not found
/usr/sbin/logcheck: line 646: mktemp: command not found
rm: too few arguments
Try `rm --help' for more information.
2001 Apr 11
1
mktemp
Has this not been changed to mkstemp just for reason of having to change
all of the smbd_mktemp() calls, for portability, or some hidden arcana?
Are there any platforms that samba supports that don't have mkstemp?
-- 
   Blue Lang                                    http://www.gator.net/~blue
   Unix Administrator                                     Veritas Software
   2315 McMullan Circle,
2004 Jun 30
1
[*] shorewall requirements - which command
Tom,
I''m setting up a new firewall using shorewall-2.0.3a.  The box was 
installed with the minimum, almost only the kernel.
before installing shorewall, I installed iptables 1.2.9 and iproute2. Then 
I did a manual ./install.sh from the directory extracted from the tarball. 
 When I issued a shorewall start, I received hundreds of errors like:
/usr/share/shorewall/firewall: line 5520:
2007 Jun 17
0
Bug#429384: logcheck should depend on mktemp package
Package: logcheck
Version: 1.2.56
Severity: important
logcheck requires mktemp to operate (it will abort with a
fine, descriptive error message and email), but doesn't
actually depend on it.
-- grok.
-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (998, 'testing'), (501, 'stable'), (99, 'unstable')
Architecture: i386 (i686)
2002 Aug 02
3
[Bug 377] New: Reduce compiler warnings. Use unsigned args to the ctype.h is*() macros.
http://bugzilla.mindrot.org/show_bug.cgi?id=377
           Summary: Reduce compiler warnings. Use unsigned args to the
                    ctype.h is*() macros.
           Product: Portable OpenSSH
           Version: -current
          Platform: Sparc
        OS/Version: Solaris
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Miscellaneous
       
2014 Jun 16
2
Print files which would be transfered by rsync (when syncing two directories)
Hi together,
after I read "very often" without even a tiny bit of a contradiction, I
start to have the feeling I have a basic misunderstanding of rsync.
Assume one want to get a list of files which would have been transfered
by rsync if rsync was requested to sync directories X and Y and one does
<code>
X=`mktemp`
echo "abc" > $X/1
echo "abc1" > $X/2
2004 May 27
0
Bug#251046: Bug#251046: logcheck: invalid mktemp -p option
Hello
For some reason we have debianutils 1.15 on our system. (Strange; 
maybe this is from the first woody release, or maybe dist-upgrade 
didn't upgrade debianutils upon first attempt when I went from potato 
to woody (in my experience dist-upgrade usually has to be invoked 
multiple times to do everything); we only upgrade security packages 
since then.)
Thus, sorry for our superfluous
2000 May 24
0
v2.0.6 problem with unique mktemp() file names for printer spooling files...
Hi,
I'm wondering about the spooling capabilities of samba. I have a
printable share and a custom printer command.
I think normal behaviour for samba is to spool printed files with unique
names, like USER1.FG2HTu in the spooling directory. My samba (version
2.0.6 on a Linux 2.2.10, Suse 6.2) does this correctly if the filename
from windows has only uppercase letters. But in any other case, no
2008 Aug 29
2
Security issue with javareconf script (PR#12636)
Full_Name: Tom Callaway
Version: 2.7.2
OS: Fedora 10 (Linux/x86_64)
Submission from: (NULL) (96.233.67.230)
Recently, Debian identified a security issue with the javareconf script in R. I
confirmed that this is still unfixed in R 2.7.2.
The following patch resolves the issue:
diff -up R-2.7.2/src/scripts/javareconf.BAD R-2.7.1/src/scripts/javareconf
--- R-2.7.2/src/scripts/javareconf.BAD 
2018 Nov 09
1
Custom Hooks
On Fri, Nov 09, 2018 at 11:19:43AM +0000, Philipp Schafft wrote:
> > pipe=/tmp/testpipe
> 
> There are tools to make tempfiles such as mktemp(1). You can also
> consider using $$.
> >      mkfifo $pipe
mktemp makes actual files, not pipes/fifos.
-- 
Paul Martin <pm at nowster.me.uk>