search for: copy2s

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

Did you mean: copys
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
2009 Dec 11
1
about --link-dest
Hello all: I don'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 *
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
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 when I try to use the BRE with the prefix,
2011 Sep 17
4
Shorewall DNAT to IPSET
I would like to dnat certain protocols (HTTP, HTTPS, SSH) to the contents of an ipset (lan:+serviceshost or similar) where the ipset is ensured to contain only one host, but can be changed dynamically when services are in maintenance mode and go to the "services are down" message on another server. Will this work, or am I barking up a fish here?
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
2019 Sep 22
0
Samba 4.11 "Stale file handle"
Can you please post your smb.conf? On Sat, Sep 21, 2019 at 12:45 PM Kacper via samba <samba at lists.samba.org> wrote: > 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? >
2019 Sep 22
0
Samba 4.11 "Stale file handle"
On 21/09/2019 17:43, Kacper via samba wrote: > 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:
2018 Jun 29
2
Cleaning up ‘br i1 false’ cases in CodeGenPrepare
Hi, I have come across a couple of cases where the code generated after CodeGenPrepare pass has "br i1 false .." with both true and false conditions preserved and this propagates further and remains the same in the final assembly code/executable. In CodeGenPrepare::runOnFunction, ConstantFoldTerminator (which handles the br i1 false condition) is called only once and if after the
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 ->
2019 Sep 22
2
Samba 4.11 "Stale file handle"
[global] workgroup = example realm = example.test netbios name = server1 server role = active directory domain controller log file = /var/log/samba/smbd.log server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc, dnsupdate domain logons = Yes wins support = Yes security = user preferred master = auto domain master = yes local master = yes unix extensions = no
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:
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:
2011 Dec 13
1
Xen HVMs run VERY slowly on SAN box
We are running a 2-node cluster with Debian Squeeze (2.6.32-5-xen-amd64) and Xen 4.0.1 on the dom0 and Ubuntu lucid domUs. We are now using fully virtualized (HVM) vms. In our configuration the dom0 administers to domUs created and run on a SAN box accessed via private network (192.168...). A sample configuration file is pasted below. We have had little or no IO problem with HVMs created and
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
I've rolled up R-2.7.2.tar.gz a short while ago. This is intended as a wrap-up release containing all known fixes to issues with the 2.7.x series. See the full list of changes below. You can get it (in a short while) from http://cran.r-project.org/src/base/R-2/R-2.7.2.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due
2008 Aug 25
0
R 2.7.2 is released
I've rolled up R-2.7.2.tar.gz a short while ago. This is intended as a wrap-up release containing all known fixes to issues with the 2.7.x series. See the full list of changes below. You can get it (in a short while) from http://cran.r-project.org/src/base/R-2/R-2.7.2.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due
2019 Apr 05
0
Make/Build Error on armhf
Hi Dirk. Ok, now im ready with the debian packages for 4.10, this could make your life more easy. I've not tested this but should work, you could try this. Install a debian 9 server as minimal as possible, so choose expert install, only install ssh server, nothing else. Now in this order, start building the armhf samba 4.10 packages This should be easy todo now since i've match the
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?