Displaying 20 results from an estimated 400 matches similar to: "BUG REPORT: latest rsync misinvokes ssh with user@host ..."
2002 Jan 31
2
configure --with-rsh=CMD and default blocking-IO support
A while back I argued for adding a --with-rsh=CMD option to configure
and got some general agreement that it would be a good thing (especially
for systems that don't have rsh at all).  However, the changes were
never integrated into rsync.
This patch adds the --with-rsh=CMD option to configure and modifies
main.c to improve the blocking-IO setting code.  The old code would set
blocking_io to
2011 Oct 19
1
why does rsync translate user@host into '$RSYNC_RSH -l user host'?
Why does rsync believe it knows more about the use of the token to the left
of the colon than the program which will be used as the remote connection?
I have a script called sshto with accepts targets like this:
  host1!host2!host3
and constructs the requisite ssh ProxyCommand options to do a multihop
ssh to host3 to run a command. Very useful if connecting to firewalled
nonroutable hosts or to
2003 Dec 16
3
default --rsh
On Mon, Dec 15, 2003 at 10:51:08AM -0800, Wayne Davison wrote:
> On Mon, Dec 15, 2003 at 10:03:28AM -0800, jw schultz wrote:
> 
> > The one thing i really would have liked to have seen in a version bump
> > would have been changing the default remote shell to ssh instead of
> > rsh/remsh.
> 
> I can see this being both a good thing (since I think it is a better
>
2009 Mar 11
1
--exclude=/ seems not to work as I want
I know this may seem nonsensical, but I wanted to issue an rsync
invocation that synced nothing at all. (I wanted to avoid a sync by
fiddling a config file in some automation rather than changing to
auomation to have a skip-the-rsync mode.)
Anyway, it seems to me with rsync-3.0.5 that one of:
  --exclude=/
  --exclude=/*
  --exclude=*/
ought to omit the _entire_ directory tree. In fact, the
2002 Dec 03
3
rsync 2.5.5, "unexpected tag failures", Solaris 2.6 vs. 2.8, "--b locking-io" workaround
Hi,
I have been having a problem that seems related to previously reported
problems
but persists.
I am syncing from a 2.6 Solaris box to a 2.8 solaris box.  All are running
rsync 2.5.5.
When I sync (commands simplified for example, always using rsh):
2.8box% rsync -e rsh 2.6box:/path/path/stuff/ /path/path/newstuff/
i.e., the 2.6 box is the server, I get spurious, persistent but inconsistent
2002 May 13
4
Help please... rsync 2.5.5 on Solaris 2.7
Hi all, I have just re-joined the list. I have been using Rsync on my
Linux servers for a number of years now without fault. I now have the
need to Rsync data between two Solaris 2.7 servers.
This has got me stumped... Hoping that someone might have a quick answer
for me?
bash-2.03$ rsync -auvvvz sydney:/sun /sun
opening connection using remsh sydney
rsync --server --sender -vvvulogDtprz . /sun
2013 Dec 22
1
Duplicated (but only for unread) messages after second rsync pass...
Ok, I know I should probably be using dsync for this, but I'm more 
familiar with rsync, and didn't think this would be a problem.
Here is what I am doing, and what is apparently happening (only done 
this once, but I'm guessing it will happen each time):
rsync -avHP /mnt/vmail/example.com/user1/ /var/vmail/example.com/user1/
chown -R vmail:vmail /var/vmail/example.com
Ok, so far
2002 Feb 05
3
Doubt in Rsync !!
Sir,
How to run the  rsync server in the remote machine.
I want to mirror the set of directories from one machine to another
machine
which are in the network.
 I used the following command :
  /usr/sbin/rsync -vv --delete --recursive --times --perms --update
source directory
destinationmachine:destination directory.
I got the error:
Permission denied.
How to tackle this error ?
thanks
laks
2002 Apr 23
3
rsync hanging (Sun -> AIX)
I'm trying to rync working between the UK (Sun box) and India (AIX box) and
am having a real problems getting it up and running because every time I do
a full transfer it hangs.  The Sun box is the one holding the canonical
source which we want to mirror.
I've been shipped to the India office to get this working and have tried
hundreds of things over the last week, I've also scoured
2002 Feb 21
1
[patch] configurable RSYNCD_CONF
I prefer configurable RSYNCD_CONF by autoconf to RSYNCD_CONF in rsync.h.
--- rsync.h.orig	Tue Feb 19 06:46:49 2002
+++ rsync.h	Thu Feb 21 00:59:11 2002
@@ -26,7 +26,8 @@
 #define RSYNC_RSH_ENV "RSYNC_RSH"
 
 #define RSYNC_NAME "rsync"
-#define RSYNCD_CONF "/etc/rsyncd.conf"
+
+/* RSYNCD_CONF is always set in config.h */
 
 #define DEFAULT_LOCK_FILE
2004 Oct 13
0
[Bug 1924] New: unable to rsync between a PC with cygwin and a unix machine using rsh
https://bugzilla.samba.org/show_bug.cgi?id=1924
           Summary: unable to rsync between a PC with cygwin and a unix
                    machine using rsh
           Product: rsync
           Version: 2.6.3
          Platform: x86
        OS/Version: Windows 2000
            Status: NEW
          Severity: major
          Priority: P3
         Component: core
        AssignedTo:
2000 Nov 29
1
HP-UX 11.00 truncating remote commands
hello all,
  i hope someone can help me out with this little nasty.  i have openssh
2.3.0p1 installed on some hp-ux 11.00 boxes and a single linux box.  i'm
trying desperately to replace trusted hosts on these machines with something
a little more secure.  running some remote commands between the hp boxes,
i'm getting different results with ssh than with remsh.
root at hp1# remsh hp2 cat
2004 Jul 14
12
HP-UX 11i and largefiles on rsync 2.6.2
Hello,
I'm running HP-UX 11i on an rp74xx. It's 64-bit.
C compiler is as follows:
B3901BA B.11.11.03 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800)
B3913DB C.03.30.02 HP aC++ Compiler (S800)
/usr/bin/cc:
         LINT B.11.11.02 CXREF B.11.11.02
        HP92453-01 B.11.11.02 HP C Compiler
         $   Sep  8 2000 23:13:51 $
I have successfully compiled rsync 2.6.2 and it
2003 Dec 17
1
Rsync 2.5.7 hangs after completion
I am having a problem with rsync hanging after completion.  The command I 
am using is: rsync -vaz --delete /banproc/ backenp650:/banproc (thanks jw 
for the syntax correction)
There were 56 deletions on the destination and ~ 1380 files copied total (I 
gathered these stats by using grep and wc -l on a saved file of my ssh 
session to the source host).  Below is the last couple of lines on my ssh
2007 Apr 18
4
[Bridge] ebtables target to disable an interface
I would like to set up an ACL for an ethernet port using ebtables rules, and
if a security violation occurs, to physically disable the port (i.e.
whatever "ifconfig down" does).  I did not see such a feature in the
ebtables man page.  Does this exist anywhere, or do I have to create a new
extension for it?
-- 
Dan Eble <dane@aiinet.com>  _____  .
                           |  _ 
2017 Nov 03
2
ControlPath versus ProxyCommand
On 03Nov2017 13:07, Damien Miller <djm at mindrot.org> wrote:
>On Fri, 3 Nov 2017, Cameron Simpson wrote:
>> TL;DR: I expect ProxyCommand to have effect in preference to
>> ControlPath.
[...]
>> On reflection, of course these are distinct options and that side of
>> things isn't, of itself, a bug. However, is there a sane use case for
>> using
2000 Apr 11
3
scp: command not found.
Hey.
I found references to my problem 'scp: command not found' in the archives.
But I could not find a solution to this problem.  Could someone please
help me out here?  
Info: OpenSSH 1.2.3, RedHat 6.1
Thanks!
-- Steve
2005 Nov 09
1
Problem with rsync on WinXP going to HP-UX or Linux
Hi,
I can't get rsync from a PC to an HP-UX or Linux box to work,
and am hoping for a pointer or two.
I checked the FAQ and googled ... with no luck, so I hope this isn't
a patently obvious newbie problem :)
I just got interested in trying to use rsync to backup my WinXP PC to
a Linux or HP-UX computer.  I got the cygwin package from Robert
Scholten's site at
2005 Sep 24
0
[Bug 3116] New: large tar files: 1 gig size: retransmitted: rsync_rsh
https://bugzilla.samba.org/show_bug.cgi?id=3116
           Summary: large tar files: 1 gig size: retransmitted: rsync_rsh
           Product: rsync
           Version: 2.6.6
          Platform: x86
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned@samba.org
        ReportedBy:
2013 Dec 21
1
How to set different permissions on target
Hi all,
Ok, I'm attempting to rsync a large datastore (email), and want to 
change the ownership of the target directories and files.
I saw the --chmod option in man rsync, but didn't see a --chown option...
What I'd like to do is something like:
rsync -avHP --chown vmail:vmail /mnt/old-mail/ /var/vmail/mail/
So the ownership of all dirs and file on the target are vmail:vmail