Displaying 20 results from an estimated 1000 matches similar to: "rsync sends -C and -x options silently"
2010 Jun 03
1
rsync via restricted ssh command=
I've read a few tutorials about how to use rsync via ssh using the
command= functionality to restrict where the user can sync to. I've
got this on the on the destination side in it's ~/.ssh/authorized_keys...
command="rsync --server -vvnlogDtpre.iLsf --timeout=999 . bkp",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ssh-rsa AAetc
I've tried variations of the
2010 Jun 10
3
Package not on CRAN mirrow - what now?
Package arulesSequences isn't on CRAN for automatic package install.
I downloaded a *.tar.qz version because no *.zip for Windows offered.
Why is this?
I expanded *.tar.qz in ~R/R-2.11.0/library/arulesSequences
I then assumed that R would list it in the packages list but it doesn't.
What am I doing wrong ?
Regards
2001 Dec 30
1
--backup-dir confusion
With the following rsync settings:
cd /home/lina_backup
rsync -R -v -z -rlptgo --delete \
--password-file=password \
--include-from=include --exclude="*" \
--backup --backup-dir=./`date -d yesterday +%Y-%m-%d` \
rsync://root@lina/backup current
I would expect the backup directory to be /home/lina_backup/2001-12-29.
But it becomes /home/lina_backup/current/2001-12-29. Is this a
2012 Oct 12
1
Problem rsyncing 450GB file to my NAS: 'connection unexpectedly closed'
Hi list!
I'm trying to use rsync to do a regular remote backup of a 450GB sized
container file located on my squeeze server onto a colocated QNap NAS
device.
Both use rsync 3.0.7. While this setup works for most files, it fails on
this large file (see log below).
I'm already trying to help rsync using "-P" to indicate that rsync
should reuse the current copy and not trying
2013 Apr 02
1
RFC: More explicit ssh agent forwarding on SSH_ASKPASS confirmation
This is an old idea I had, resurrected by the mention of changing the
agent protocol in "ssh-agent allowing access to other users?" thread.
Currently, when you forward the ssh-agent, the forwarded host has the
same rights as the local user. And when the key requires confirmation,
the is quite terse: "Allow use of key foobar?
Key fingerprint abcdf."
It would be desirable to
2011 Jul 25
1
Why doesn't rsync update this file?
Hi - Comparing some backups with original data, I've found a file which is
transferred if --checksum is enabled, but isn't normally. Strangely the
mtime of the file appears to be different. I don't know why rsync isn't
copying it.
I'm doing
[root at localsys tmp]# rsync -ravv remote:/root/tmp/ ./
opening connection using: ssh remote rsync --server --sender -
vvlogDtpre.iLsf
2003 Aug 14
1
working as designed?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Using --rsh and the :: server options to connect via ssh and spawn rsync
on remove server.
Doing this as non-root user with use chroot = false
If my module path is not my home directory I get odd mkstemp errors.
The errors are the
mkstemp usr/local/etc/.oinkmaster.conf.dq4rNr failed: No such
file or directory
or it -T is specified
mkstemp
2012 Apr 23
0
Solve an ordinary or generalized eigenvalue problem in R
This thread reveals that R has some holes in the solution of some of the linear algebra
problems that may arise. It looks like Jim Ramsay used a quick and dirty approach to the
generalized eigenproblem by using B^(-1) %*% A, which is usually not too successful due to
issues with condition of B and making a symmetric/Hermitian problem unsymmetric.
In short, the problem is stated as follows:
2016 Aug 14
5
tcpdump loses lots of packets
Hi folks,
I've got a Dell R320 running CentOS 7, and a 10G NIC. I'm running a DNS
server on it, for testing. As part of my testing, I'm attempting to
capture all the DNS queries arriving on the server, using tcpdump.
However, tcpdump's performance is abysmal, and it loses lots of the
packets. Here's the output when I stop the capture:
# tcpdump -nn -i p1p1 -w
2016 May 12
3
RPM perl requirements woes
Dear CentOS hive mind,
I'm trying to package up a perl module into an RPM for easy deployment.
I want it to be as self-contained as possible (to avoid version issues
with perl modules in base or EPEL). So in my spec file, I'm doing:
curl -L http://cpanmin.us | perl - App::cpanminus -L
%{buildroot}/opt/zonemaster Zonemaster
This way, cpanminus is installed first, and then it goes on to
2020 Apr 19
5
Netfilter fails to filter traffic from a netblock?
On Sun, Apr 19, 2020 at 9:26 AM Anand Buddhdev <anandb at ripe.net> wrote:
>
> On 19/04/2020 14:58, Jeffrey Walton wrote:
>
> Hi Jeffrey,
>
> > The offending host is 59.64.129.175. To err on the side of caution we
> > attempted to block the entire netblock. According to whois data,
> > that's 59.64.128.0-59.64.159.255.
> >
> > iptables -A
2019 Jan 21
2
--server options
Hi all,
I see a couple of earlier threads, particularly this one:
https://www.mail-archive.com/rsync at lists.samba.org/msg32328.html
partly answer my question, but not fully.
I also am writing a wrapper, so that I can run multiple dirvish runs
against the same server, using forced commands, but without using
multiple keys to get multiple commands, which is my current workaround.
But in the
2013 Feb 09
2
character strings with embedded commands: perl "/gee" ?
dear R experts---I am trying to replicate a perl feature. I want to be
able to embed R commands inside a character string, and have the
string be printed with the command executed. my perl equivalent is
my $a=10;
my $teststring = "the expression, $a+1, is ::$a+1::, but add one
more for ::$a+2::\n";
$teststring =~ s/::(.*?)::/$1/gee;
print $teststring;
of course, R does not use
2011 Oct 28
3
Strange bug (buffer overflow) happening only under cron
Hi,
I am running OS X Snow Leopard on the 'sender' side and
Linux (2.6.32, possibly fedora but unsure) on the 'receiver'
side. Both with rsync 3.0.9.
If I run the following command from the command line:
/usr/local/bin/rsync -av -e "ssh -i \
/Users/pedrofortunyayuso/.ssh/backup_pfortuny_net" \
--filter ': rsync.dirs' ~/ pfortuny at
2006 Oct 03
1
HP Toolbox kills Samba
Hi,
I've encountered the following problem at a client. The problem results
in one or more of the smbd processing continuously grabbing more and more
memory until the system runs out of memory or just becomes unusable due to a
low memory condition. This error is extremely serious as the entire server
is eventually brought down by one error.
After debugging this error at the
2007 Jun 26
3
Possible Filesystem Corruption with Samba 3.0.25a (with XFS and LVM)
Hello!
A few days ago I received a filesystem memory corruption notification
from Debian's Linux kernel (2.6.20), which automatically unmounted my
root partition. Upon closer investigation, I found that something had
overwritten most of my data, XFS's superblocks and other metadata
structures. That means from partition offset 0x200. At the time of the
error, the only services I was using
2009 Apr 18
1
dotplot in a loop
Hi all,
I'm a newbie R developer, am trying to dotplot a few graphs using a for
loop.
The following code works fine but once I wanna plot inside a loop, nothing
happens.
> for(i in 1:1){dotplot(y~x)}
> y <- c(1,2,3)
> x <- c('a','b','c')
> dotplot(y~x)
> for (i in 1:3) {dotplot(y~x)} (y and x depends on I in actual case)
Nothing happens.
I
2015 Jun 27
4
Old and new package version numbers during RPM update
Hi CentOS folk,
In an RPM post-install script, is it possible to know the previous
version number, and the new version number of a package if it's an update?
I need to know this, because for a certain package, if updating from
version 1.x to 2.x, I need to run a program to convert the config file
of the package from version 1.x format to version 2.x format.
I've looked at SPEC file
2008 Jan 15
1
problem using nsd
Hello I have this problem since a week or so:
The nsd daemon crashes unexpectedly and the nsd log files shows this:
[1200299533] nsd[3736]: info: XSTATS 1200299533 1200298484 RR=0 RNXD=0
RFwdR=0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=0
SAns=40 SFwdQ=0 SDupQ=0 SErr=0 RQ=37 RIQ=0 RFwdQ=0 RDupQ=0 RTCP=0 SFwdR=0
SFail=30 SFErr=0 SNaAns=0 SNXD=0 RUQ=0 RURQ=0 RUXFR=0 RUUpd=1
2017 Jun 01
4
yum install <olderversion> does not downgrade
We're using ansible to configure our CentOS 6 servers, and we have a
task to install a specific version of a package:
- name: install thrift2
yum: name=ripencc-thrift2-{{ version }}
In this ansible task, the "version" variable is set by the operator.
When we want to upgrade, it works. But today we had to downgrade, and
noticed that ansible wasn't downgrading it. So we tried