search for: copy2

Displaying 20 results from an estimated 23 matches for "copy2".

Did you mean: copy
2018 Apr 05
1
potential file.copy() or documentation bug when copy.date = TRUE
This is a recent R-devel. file.copy() is not vectorized if multiple destinations succeed: cat("foo1\n", file = "foo1") cat("foo2\n", file = "foo2") unlink(c("copy1", "copy2"), recursive = TRUE) file.copy(c("foo1", "foo2"), c("copy1", "copy2"), copy.date = TRUE) #> Error in Sys.setFileTime(to[okay], fi$mtime) : invalid 'path' argument # But the files were still copied: file.exists(c("copy1", "cop...
2009 Dec 11
1
about --link-dest
...t know what I'm doing bad, but --link-dest does not work for me: I have three directories, the original one, the first copy and the second copy I want to populate: $ ls -li total 12 1761433 drwxr-xr-x 2 envite envite 4096 dic 10 14:04 copy1 1761434 drwxr-xr-x 2 envite envite 4096 dic 11 01:18 copy2 1761432 drwxr-xr-x 2 envite envite 4096 dic 10 14:04 origin $ ls -li * copy1: total 4 1761436 -rw-r--r-- 1 envite envite 3 dic 10 14:04 kk copy2: total 0 origin: total 4 1761435 -rw-r--r-- 1 envite envite 3 dic 10 14:04 kk I use the --link-dest to avoid wasting extra space: $ rsync -av --link-d...
2019 Sep 21
4
Samba 4.11 "Stale file handle"
...ffix='test.pdf') shutil.move('testfile', tmp_dest_name) Result: Traceback (most recent call last): File "./test.py", line 9, in <module> shutil.move('testfile', tmp_dest_name) File "/usr/lib64/python2.7/shutil.py", line 301, in move copy2(src, real_dst) File "/usr/lib64/python2.7/shutil.py", line 130, in copy2 copyfile(src, dst) File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile with open(dst, 'wb') as fdst: IOError: [Errno 116] Stale file handle: '/tmp/share1/.file_tmplB0NqLtest....
2020 May 18
1
Shadow Copy2 & zfs Snapshots
Hi there I'm having some troubles with Shadow Copy2 & zfs Snapshots. I have hourly and daily snapshots. If I use the following settings it works (but omits daily snapshots): vfs objects = shadow_copy2 shadow:snapdir = .zfs/snapshot shadow:sort = desc shadow:localtime = yes shadow:format = easysnap-hourly_%Y-%m-%d-%H-%M-UTC However...
2011 Sep 17
4
Shorewall DNAT to IPSET
...and go to the "services are down" message on another server. Will this work, or am I barking up a fish here? ------------------------------------------------------------------------------ BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.net/sfu/rim-devcon-copy2
2012 Aug 24
1
CRAN check error with no example?
Hello, All: The CRAN checks for the "fda" package includes one error: The error most likely occurred in ... file.copy2 ... Error: unprotect_ptr: pointer not found Execution halted (http://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian/fda-00check.html) The help page for "file.copy2" includes "\examples" with everything wrapped in "\dontrun". I'm u...
2019 Sep 22
0
Samba 4.11 "Stale file handle"
...l.move('testfile', tmp_dest_name) > > Result: > Traceback (most recent call last): > File "./test.py", line 9, in <module> > shutil.move('testfile', tmp_dest_name) > File "/usr/lib64/python2.7/shutil.py", line 301, in move > copy2(src, real_dst) > File "/usr/lib64/python2.7/shutil.py", line 130, in copy2 > copyfile(src, dst) > File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile > with open(dst, 'wb') as fdst: > IOError: [Errno 116] Stale file handle: > '/t...
2019 Sep 22
0
Samba 4.11 "Stale file handle"
...ve('testfile', tmp_dest_name) > > Result: > Traceback (most recent call last): > File "./test.py", line 9, in <module> > shutil.move('testfile', tmp_dest_name) > File "/usr/lib64/python2.7/shutil.py", line 301, in move > copy2(src, real_dst) > File "/usr/lib64/python2.7/shutil.py", line 130, in copy2 > copyfile(src, dst) > File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile > with open(dst, 'wb') as fdst: > IOError: [Errno 116] Stale file handle: '/tm...
2018 Jun 29
2
Cleaning up ‘br i1 false’ cases in CodeGenPrepare
...%cond.true8.i27 cond.true5.i26.thread: ; preds = %cond.true5.i %call.i = tail call i32 @check_func() #5 br label %cond.false.i29 if.end.thread53: ; preds = %if.then %2 = bitcast [16 x i8]* %source18 to i8* %call10.i = call i8* @copy2(i64 16, i8* nonnull %2, i8* nonnull %py_src, i64 %conv) #5 br label %cond.false9.i31 if.end: ; preds = %entry br i1 false, label %cond.true5.i26, label %cond.false9.i31 cond.true5.i26: ; preds = %if.end %3 = trunc...
2014 Oct 17
1
cannot compile samba4 git or from src version samba-4.1.12
I'm trying to compile samba4 on a raspberry pi It fails with this error: [3946/4073] Linking default/source3/modules/libvfs-shadow-copy2.so [3947/4073] Linking default/source3/modules/libvfs-fake-perms.so [3948/4073] Linking default/source3/net [3949/4073] pidl.1p: pidl/pidl -> bin/default/pidl/pidl.1p [3950/4073] Parse::Pidl::Dump.3pm: pidl/lib/Parse/Pidl/Dump.pm -> bin/default/pidl/Parse::Pidl::Dump.3pm [3951/4073] Parse::Pi...
2019 Sep 22
2
Samba 4.11 "Stale file handle"
...mp_dest_name) >> >> Result: >> Traceback (most recent call last): >> File "./test.py", line 9, in <module> >> shutil.move('testfile', tmp_dest_name) >> File "/usr/lib64/python2.7/shutil.py", line 301, in move >> copy2(src, real_dst) >> File "/usr/lib64/python2.7/shutil.py", line 130, in copy2 >> copyfile(src, dst) >> File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile >> with open(dst, 'wb') as fdst: >> IOError: [Errno 116] Stale file...
2013 Jun 12
0
[ANNOUNCE] xf86-video-nouveau 1.0.8
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ben Skeggs (5): nve0: explicitly ask kernel for copy2 object nvf0: recognise as supported chipset nvc0-nve0: split shader code from their headers nvc0-nve0: decompile shaders into their source, add basic build system nve0: envyas isn't overly clever.. avoid short-form instructions Dave Airlie (2): nouveau: attempt to...
2013 Jun 12
0
[ANNOUNCE] xf86-video-nouveau 1.0.8
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ben Skeggs (5): nve0: explicitly ask kernel for copy2 object nvf0: recognise as supported chipset nvc0-nve0: split shader code from their headers nvc0-nve0: decompile shaders into their source, add basic build system nve0: envyas isn't overly clever.. avoid short-form instructions Dave Airlie (2): nouveau: attempt to...
2011 Dec 13
1
Xen HVMs run VERY slowly on SAN box
...''hvm'' memory = 512 #shadow_memory = 8 name = "lucidxentest3.phon" vif = [ ''type=ioemu, mac=00:16:3e:6e:76:2b, bridge=eth0'' ] disk = [ ''file:/ocfs2SAN/lucidxentest3.phon.img,hda,w'', ''file:/ocfs2SAN/ubuntu-10.04.2-server-amd64-copy2.iso,hdc:cdrom,r'' ] #disk = [ ''file:/home/xen1.example.com.img,xvda,w'', ''phy:/dev/cdrom,xvdc:cdrom,r'' ] device_model = ''/usr/lib/xen-default/bin/qemu-dm'' # boot on floppy (a), hard disk (c) or CD-ROM (d) # default: hard disk, cd-rom, fl...
2019 Apr 01
1
[PATCH nbdkit v2] Add readahead filter.
Simpler, and including tests. Rich.
2017 Sep 28
2
Call for testing: OpenSSH 7.6
On Wed, 27 Sep 2017, Martin Hecht wrote: > all tests passed on > > Ubuntu 16.04.3 LTS and > Scientific Linux release 6.9 (Carbon) > > On SUSE Linux Enterprise Server 11 SP3 LTSS I had to provide a local > installation of a newer openssl. I have chosen their current LTS version > 1.0.2l with shared library support enabled, and I had to tweak with > CFLAGS and LDFLAGS
2008 Aug 25
0
R 2.7.2 is released
...same length, in which case a warning is given. o The 'mle' confint() method now takes 'level' into account when setting 'alpha' for the profile. o within() was not handling correctly expressions that produced NULL columns. (PR#11131) o dev.print() and dev.copy2{eps,pdf}() now ensure that the current device is restored as the active device even if an error occurs. (PR#9801) o as.Date() could fail to convert character strings representing days on which midnight did not exist in the current timezone (as happened in parts of Africa on 1960-01-01)....
2008 Aug 25
0
R 2.7.2 is released
...same length, in which case a warning is given. o The 'mle' confint() method now takes 'level' into account when setting 'alpha' for the profile. o within() was not handling correctly expressions that produced NULL columns. (PR#11131) o dev.print() and dev.copy2{eps,pdf}() now ensure that the current device is restored as the active device even if an error occurs. (PR#9801) o as.Date() could fail to convert character strings representing days on which midnight did not exist in the current timezone (as happened in parts of Africa on 1960-01-01)....
2019 Apr 05
0
Make/Build Error on armhf
...ost recent call last): > File > "/install/samba-4.10.1/third_party/waf/waflib/Build.py", line 1162, > in do_install > self.copy_fun(src, tgt) > File > "/install/samba-4.10.1/third_party/waf/waflib/Build.py", line 1066, > in copy_fun > shutil.copy2(src, tgt) > File "/usr/lib/python3.5/shutil.py", line 258, in copy2 > copystat(src, dst, follow_symlinks=follow_symlinks) > File "/usr/lib/python3.5/shutil.py", line 201, in copystat > follow_symlinks=follow) > FileNotFoundError: [Errno 2] No such file...
2019 Jan 19
2
Status of SCP vulnerability
Hello, I would like to request an update of the progress regarding fixes for the recently disclosed SCP vulnerability (CVE-2018-20685, CVE-2019-6111, CVE-2019-6109, CVE-2019-6110) It has been stated that CVE-2018-20685 has been patched in november but there are currently no information available on the progress of patches regarding the other CVEs. Will there be a patched release any time soon?