search for: mkstemp

Displaying 20 results from an estimated 511 matches for "mkstemp".

Did you mean: mkdtemp
2006 Sep 18
0
Permission denied
...bie, I managed to run into a problem with rsync. I want to conduct backups of various files and directories over about miles of Internet, so I chose ssh and rsync for the job. Earlier it used to work fine, but suddenly donno what happened it started to show the following errors sync: mkstemp "/media/usbdisk/DData/DENTRIX/data/.Address.dat.1BvA86" failed: Permission denied (13) rsync: mkstemp "/media/usbdisk/DData/DENTRIX/data/.Address.idx.nDuh4s" failed: Permission denied (13) rsync: mkstemp "/media/usbdisk/DData/DENTRIX/data/.Aging_da.dat.nvzW5O" fa...
2003 Feb 12
4
Pb w/ >2GB files on AIX (4.3.3/5.1)
I have discovered that rsync 2.5.6 uses the mkstemp() routine wich do not have a 64bits version into the AIX libc. A very simple workaround to the big files writing rsync pb. is to not use this routine that create files w/ mkstemp() by modifying the "syscall.c" source file at line 154 as following : #if defined(HAVE_SECURE_MKSTEMP) &...
2011 Feb 27
4
[PATCH] Add minimal mkstemp(3) implementation.
This uses time, ASLR and pid for randomisation. (Closes: #516774) Signed-off-by: Thorsten Glaser <tg at mirbsd.org> --- usr/include/stdlib.h | 2 + usr/klibc/Kbuild | 2 +- usr/klibc/mkstemp.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+), 1 deletions(-) create mode 100644 usr/klibc/mkstemp.c diff --git a/usr/include/stdlib.h b/usr/include/stdlib.h index 406f446..4706f71 100644 --- a/usr/include/stdlib.h +++ b/usr/include/stdlib.h @@ -7...
2006 Oct 16
1
rsync: mkstemp ... No such file or directory mangled dirname
...ectory /data/wl but there is /data/gl. Also some time back I found a similar message where one letter in the path was changed. Why is this one letter changed and what is going on on a Saturday evening? Thanks for your support Error 1: there is no directory /data/wl, but there is /data/gl rsync: mkstemp "//data/wl/Kunden/XXXXXX/Angebote_Auftragsbestaetigungen/.AB_200806.doc.FFD9fg" failed: No such file or directory (2) rsync: mkstemp "//data/wl/Kunden/XXXXXX/Angebote_Auftragsbestaetigungen/.Angebot_Baustellenleiter_040624.doc.kuebxP" failed: No such file or directory (2) ... rs...
1998 Mar 10
1
Linux libc5 ''bug'' in mkstemp().
Pardon me if this is already known -- Theo, at least, had never heard of a Unix doing this. mkstemp() under Linux claims to conform to BSD4.3, but BSDs (FreeBSD and OpenBSD, at least) seem to have a slightly different behavior. Under Linux, new files are created with mode 0666, while under BSDs new files are created with mode 0600. A user need only set his umask to 0 and he will be able to writ...
2003 Mar 12
1
[Bug 508] Krb4/AFS token passing doesn't work because of mkstemp
http://bugzilla.mindrot.org/show_bug.cgi?id=508 Summary: Krb4/AFS token passing doesn't work because of mkstemp Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: ksulliva at...
2002 Feb 07
1
rsync error: partial transfer (code 23) at main.c(576)
...nterd1 is the server, so I enter: rsync -vraz --delete ./ interp1::test rsync: building file list ... rsync: 6 files to consider. delete_one: unlinek .rhosts: Permission denied ./ .profile rsync: failed to open ".sh_history", continuing : Permission denied .sh_history a.a rsync.tst test mkstemp ..profile.KIa00D failed mkstemp ..sh_history.LIa00D failed mkstemp .a.a.MIa00D failed mkstemp .rsync.test.NIa00d failed mkstemp .test.OIa00D failed wrote 1959 bytes read 126 bytes 1930.00 bytes/sec total size is 6173 speedup is 2.96 rsync error: patrial transfer (code 23) at main.c(576) Do you kno...
2005 May 18
1
cvs commit: src/usr.bin/make job.c
Max Okumoto <okumoto@ucsd.edu> wrote: [CC changed to freebsd-security instead of the cvs list] We're talking about replacing the home-grown mkfifo() funktion in make (a modified copy of mkstemp()) with mkdtemp() and creating the fifo in this new directory. Max worries about a possible race with this new approach. > Its not a race between two nice programs :-) The function mkdtmp() > creates a uniq directory, but make would then need to create a fifo > in it. (This is two steps...
2007 Jan 29
3
rsync: mkstemp "/20070129_1012/.status.csv.IWS933" (in test) failed: No such file or directory (2)
Hi, --- + rsync -av --timeout 120 /home/20070129_1012/status.csv --port 5873 fileserver::test/20070129_1012/status.csv building file list ... done status.csv rsync: mkstemp "/20070129_1012/.status.csv.IWS933" (in test) failed: No such file or directory (2) sent 347 bytes received 38 bytes 770.00 bytes/sec total size is 228 speedup is 0.59 rsync error: some files could not be transferred (code 23) at main.c(789) --- I keep getting these problems on and o...
2004 Aug 18
0
[Bug 1605] New: Copy from NTFS to VFAT produces mkstemp and stat errors
https://bugzilla.samba.org/show_bug.cgi?id=1605 Summary: Copy from NTFS to VFAT produces mkstemp and stat errors Product: rsync Version: 2.6.2 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: rsync@blazemonger.com...
2005 Jun 11
0
[Bug 2790] New: mkstemp fails for paths which include extended (8-bit) characters
https://bugzilla.samba.org/show_bug.cgi?id=2790 Summary: mkstemp fails for paths which include extended (8-bit) characters Product: rsync Version: 2.6.5 Platform: All OS/Version: Mac OS X Status: NEW Severity: major Priority: P3 Component: core AssignedTo...
2003 May 03
1
mkstemp <filename> failed
...-perms --links --delete --include "*" \ /web/tars/* kmastin@216.138.230.185:/chroot/mcleod/ Here's a sample of the output: kmastin.tar 635361280 100% 3.76MB/s 0:00:00 layer1.tar 24145920 100% 3.95MB/s 0:00:00 logs.tar 229990400 100% 1.59MB/s 0:00:00 mkstemp .kmastin.tar.yK1Qmu failed: Permission denied mcleodlake.tar 85278720 100% 3.91MB/s 0:00:00 mlib.tar 528435200 100% 3.15MB/s 0:00:00 paulf.tar 25323520 100% 3.90MB/s 0:00:00 peace.tar 583680 100% 4.71MB/s 0:00:00 pguinane.tar 63293440 100% 1.94MB/s...
2011 Jan 28
2
klibc 1.5.21-1 and mksh
tags 516774 = patch tags 516294 = upstream thanks Hi! Please find attached a diff closing #516774 by adding mkstemp(3), again with a minimalistic pseudo-arc4random(3) behind it. I?ve revisited the code. An mkstemp testsuite from the ?net shows it works, except for not caring how many ?X?en are in the template. Addressing #516294, it allows compiling and linking an mksh from today?s CVS against it: tg at tg-sidv...
2019 Sep 21
4
Samba 4.11 "Stale file handle"
Hello, After upgrading to Samba 4.11 (from 4.10) I noticed that python scripts using tempfile.mkstemp fail when run against samba cifs mounts. Before I submit a bug report, could someone else try this out so it's not just my setup? How to reproduce: 1. Mount a Samba 4.11 share using the mount command: mount //server1/share /tmp/share1 2. Run python script that is using mkstemp: import shut...
2002 Feb 28
2
lost status code
...en the command fails. Rsync of a remote file to a local read-only directory fails, but exits with $status = 0. I'd like to get $status = 23. Is it possible? Local copy fails with status = 23 > mkdir /tmp/nowrite > chmod -w /tmp/nowrite > rsync /etc/group /tmp/nowrite || echo $status mkstemp .group.cUaaeY failed rsync error: partial transfer (code 23) at main.c(518) 23 Remote to local copy fails with status=0 > rsync -e ssh loki:/etc/group /tmp/nowrite || echo $status mkstemp .group.1rayeY failed > rsync -e ssh loki:/etc/group /tmp/nowrite && echo $status mkstemp .group....
2016 Jun 15
3
[Bug 11978] New: mkstemp failed: File name too long (36) when filename is under the limit
https://bugzilla.samba.org/show_bug.cgi?id=11978 Bug ID: 11978 Summary: mkstemp failed: File name too long (36) when filename is under the limit Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assig...
2002 Apr 23
2
Rsync 2.5.5 Error Tags
...stats --delete-after --safe-links --exclude "SunWS_cache/" --exclude ".sb/" /export/home remote:/export/home/_bkup unexpected tag -55 rsync error: error in rsync protocol data stream (code 12) at io.c(298) where do I find out what these tags mean? I also get this occasionally mkstemp failed: File name too long 42776 100% 13.60MB/s 0:00:00 mkstemp failed: File name too long 13556 100% 12.93MB/s 0:00:00 mkstemp failed: File name too long 42776 100% 13.60MB/s 0:00:00 mkstemp failed: File name too long 13556 100% 12.93MB/s 0:00:00 Ho...
2005 May 13
3
rsync: mkstemp failed: No such file or directory (2)
...o copy back the files to Server2 from Server1. I tried the following command on Server1: rsync -vrlpogt --delete-after /LocalImg/ Server2::Img The directories were created on Server2, but no files were copied! I got the following error message repeating for each file it failed to copy: rsync: mkstemp "/tmp/.008902000072_0181.PNG.KnfE9V" (in Img) failed: No such file or directory (2) I tried rsync 2.6.5pre1 but got the same problem. By the way, I have rsync running as daemon (as root) on Server2. The config is: uid = root gid = root log file = /var/log/rsyncd.log [Img] path =...
2002 Jul 04
2
[Bug 44] Can't pass KRB4 TGT on RH7.2 due to glibc mkstemp
http://bugzilla.mindrot.org/show_bug.cgi?id=44 ------- Additional Comments From jan.iven at cern.ch 2002-07-05 01:11 ------- Update: I have reported this to the glibc people, who say that they will not modify their mkstemp(). (http://bugs.gnu.org/cgi-bin/gnatsweb.pl?debug=&database=default&cmd=view+audit-trail&cmd=view&pr=3573) Attached is a patch to configure{ac,in} to detect this and force using the bsd_compat functions. ------- You are receiving this mail because: ------- You are the assignee f...
2010 Jul 28
1
Libiberty/mkstemps compile problem
...expr.o hash.o header.o proxy.o server.o typegen.o typelib.o typetree.o utils.o widl.o write_msft.o parser.tab.o parser.yy.o ../../libs/wpp/libwpp.a ../../libs/port/libwine_port.a parser.yy.o: In function `do_import': /home/jcoppens/wine-1.2/tools/widl/parser.l:477: undefined reference to `mkstemps' I found out this should come from libiberty, which is present as a static library (probably ok, as the rest of the above links static?). Recompiling libiberty from the binutils with --enable-static doesn't do it - that option is not recognized (though it does appear several times in conf...