Displaying 20 results from an estimated 400 matches similar to: "Determinant of umask for sieve_pipe_bin_dir scripts?"
2020 May 27
0
Determinant of umask for sieve_pipe_bin_dir scripts?
> On 27/05/2020 13:28 Laura Smith <n5d9xq3ti233xiyif2vp at protonmail.ch> wrote:
>
>
> Hi,
> What determines the umask of sieve_pipe_bin_dir scripts ?
> The results from my script are always being set to 0600.
> My script is simple and shown below, even if I adjust the right line to add " && chmod 644", the actual resulting file still remains at 0600
2007 Aug 07
1
rsync permissions and directory issues
Hi all,
I'm running the following rsync job via cron:
rsync --recursive --compress --human-readable --progress --update
--perms --chmod=a-w -e "ssh -i /rsync-key"
user@host:/source_dir/ /target_dir
rsync: failed to set permissions on "/target_dir/.": Operation not
permitted (1)
rsync: failed to modify permissions on "/target_dir/.": Operation not
permitted (1)
2001 Dec 21
3
Question on encryption
I am not currently subscribed so please email me below.
First, my only experience with rsync has been older versions (e.g.
1.7.x) which did not allow daemon mode, so please bear with me.
My problem is that I would like to mirror large quantities of data on a
remote machine to a local one, but I don't care about encrypting the
data itself. I only care about securing the connection from the
2017 May 08
3
[PATCH 0/3] v2v: -i ova: Prefer pigz or pxz for uncompressing OVA
https://bugzilla.redhat.com/show_bug.cgi?id=1448739
2016 Jun 14
4
Pet project: one step Asterisk compile on Centos 7
Hi all,
I thought I'd share I script I made (based on some of Leif's works)
that lets you download, compile and install Asterisk all in one go;
and then removed the dev tools used.
We use it quite a bit to provision systems using Ansible, but it is
easier than remembering everything every time even if you are using a
shell.
At the moment I have scripts for Centos 7 and Asterisk 13, but
2008 Mar 30
1
[PATCH 1/2] Add SECRET_TEST_CODE to AM_CONDITIONAL in configure.ac
Otherwise, automake will fail to process vivified/code/Makefile.am
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index a3e186b..0e28374 100644
--- a/configure.ac
+++ b/configure.ac
@@ -300,6 +300,7 @@ else
AC_MSG_NOTICE([Vivified was not enabled.])
fi
AM_CONDITIONAL(HAVE_VIVI, [test "x$HAVE_VIVI" = xyes])
2015 May 16
1
Snapshots vs filesystem shares
[Please keep me Cc:ed since I'm not subscribed to the list!]
Hi list,
The tl;dr; is: with Libvirt/QEMU, should it be possible to mount a
filesystem share (of type='mount') after restoring from a snapshot that
was taken when the filesystem share wasn't mounted?
It's pretty clear that Libvirt/QEMU (currently, at least) doesn't
support taking snapshots of a live guest which
2005 Aug 08
0
[PATCH] put xenstore headers in linux-public
Directly including ../tools breaks building in separate object tree,
as well as building from mkpatch patch (I believe Rik hit that one).
This puts xenstore headers in linux-public.
Signed-off-by: Chris Wright <chrisw@osdl.org>
--- a/linux-2.6-xen-sparse/drivers/xen/xenbus/Makefile Mon Aug 8 18:43:57 2005
+++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/Makefile Mon Aug 8 15:15:06 2005
@@
2007 Sep 04
0
DO NOT REPLY [Bug 4621] "-p" option to simulate "mkdir -p" for rsync
https://bugzilla.samba.org/show_bug.cgi?id=4621
------- Comment #1 from hq4ever@gmail.com 2007-09-04 13:32 CST -------
Hi,
I would like to add that I've created a wrapper for rsync to implemented this
functionality in the mean time, if/when it will be available via rsync itself.
Bash:
"""
function cp() {
# PARAMS:
# $1 : What to Sync?
# $2 : Where To?
#
2010 Jul 19
22
zfs send to remote any ideas for a faster way than ssh?
I''ve tried ssh blowfish and scp arcfour. both are CPU limited long before the 10g link is.
I''vw also tried mbuffer, but I get broken pipe errors part way through the transfer.
I''m open to ideas for faster ways to to either zfs send directly or through a compressed file of the zfs send output.
For the moment I;
zfs send > pigz
scp arcfour the file gz file to the
2016 Dec 15
1
Parallel compression support for saving to rds/rdata files?
Hi,
I have tried to follow the instructions in the ``save`` documentation and
it doesn't seem to work (see below):
mydata <- do.call(rbind, rep(iris, 10000))
con <- pipe("pigz -p8 > fname.gz", "wb");
save(mydata, file = con); close(con) # This runs
R.utils::gunzip("fname.gz", "fname.RData", overwrite = TRUE)
load("fname.RData") #
2019 Jun 19
2
libvirtd does not update VM .xml configuration on filesystem after virsh blockcommit
Hi,
Recently We've upgraded some KVM hosts from Fedora 29 to Fedora 30 and
now experience broken VM configurations on filesystem after virsh blockcommit.
Commands "virsh dumpxml ..." and "virsh dumpxml --inactive ..." is showing diffrent configuration than the one on filesystem.
In case of restart libvirtd or system reboot, there are broken VM xml configurations on
2004 Sep 10
2
stat() and Windows
I tried to compile FLAC on Windows (the winamp2 plugin as a test) and I
encoutered a problem. The stat() function and the associated structure
doesn't exist on Windows (Visual Studio 5/6). But _stat and the
structure with the same name does exist. So would it be possible to
change stat() and struct stat ?
I did the following in the code :
#define STAT(x,y) _stat(x,y)
typedef struct stat
2014 Nov 10
3
backup incrementals on mysql
Hi all.
I usally make backups of databases mysql.
I make buckups of all datbase for example:
mysqldump -u user -ppassword name_db > backups.sql
also I make backups just its schema for example
mysqldump -u user -ppassword name_db --no-data > backups.sql
but now I need a backups incrementals, because the size of DB is very big
(500 mb)
How to make this?
regards
--
*Atte.
2001 Aug 13
1
rsync+ patch
rsync+ is ready to go onto HEAD.
Could Jos or somebody else who's used the feature before please
prepare a few paragraphs for the manpage explaining how they work?
Either send a patch to the .yo files or just plain text.
Thanks,
--
Martin
2017 Mar 22
7
[PATCH 0/5] dib: initial work to support d-i-b 2.0
Hi,
this series start to implement some of the changes needed to support
d-i-b 2.0; normal VM distro builds seem to work correctly, ramdisk
builds are still broken and require more efforts.
Thanks,
Pino Toscano (5):
dib: implement get_image_element_array stuff
dib: export IMAGE_BLOCK_DEVICE_WITHOUT_PART
dib: extract get_required_tool out of require_tool
dib: require a Python interpreter
2009 Jun 18
0
[PATCHv5 10/13] qemu: MSI-X support in virtio PCI
This enables actual support for MSI-X in virtio PCI.
First user will be virtio-net.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
hw/virtio-pci.c | 152 ++++++++++++++++++++++++++++++++++++++++--------------
rules.mak | 2 +-
2 files changed, 113 insertions(+), 41 deletions(-)
diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c
index d4a134d..d3f4884 100644
---
2009 Jun 18
0
[PATCHv5 10/13] qemu: MSI-X support in virtio PCI
This enables actual support for MSI-X in virtio PCI.
First user will be virtio-net.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
hw/virtio-pci.c | 152 ++++++++++++++++++++++++++++++++++++++++--------------
rules.mak | 2 +-
2 files changed, 113 insertions(+), 41 deletions(-)
diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c
index d4a134d..d3f4884 100644
---
2009 Jun 21
0
[PATCHv6 08/12] qemu/virtio: MSI-X support in virtio PCI
This enables actual support for MSI-X in virtio PCI.
First user will be virtio-net.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
hw/virtio-pci.c | 152 ++++++++++++++++++++++++++++++++++++++++--------------
rules.mak | 2 +-
2 files changed, 113 insertions(+), 41 deletions(-)
diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c
index d4a134d..d3f4884 100644
---
2009 Jun 21
0
[PATCHv6 08/12] qemu/virtio: MSI-X support in virtio PCI
This enables actual support for MSI-X in virtio PCI.
First user will be virtio-net.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
hw/virtio-pci.c | 152 ++++++++++++++++++++++++++++++++++++++++--------------
rules.mak | 2 +-
2 files changed, 113 insertions(+), 41 deletions(-)
diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c
index d4a134d..d3f4884 100644
---